You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Mechanical/Translational/sources.jl
+38-17Lines changed: 38 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -20,35 +20,46 @@ Linear 1D force input source
20
20
end
21
21
22
22
"""
23
-
Position(; s.u_start = 0.0, name)
23
+
Position(solves_force = true; name)
24
24
25
-
Linear 1D position input source
25
+
Linear 1D position input source. Set `solves_force=false` to force input force to 0 (i.e. only the position is given, the respective force needed is already provided elsewhere in the model).
26
26
27
27
# Connectors:
28
28
29
29
- `flange`: 1-dim. translational flange
30
-
- `s`: real input. `s.u_start` accepts an initial value, which It accepts an initial value, which defaults to 0.0.
Linear 1D position input source. Set `solves_force=false` to force input force to 0 (i.e. only the velocity is given, the respective force needed is already provided elsewhere in the model).
Linear 1D position input source. Set `solves_force=false` to force input force to 0 (i.e. only the acceleration is given, the respective force needed is already provided elsewhere in the model).
0 commit comments