Model files are composed of many different parts, or entities. MotionView allows you to change the display attributes of each entity in a graphic. Visual properties such as shading, color, and
mesh lines can be assigned using the Graphic Entity Attributes panel.
The System/Assembly panel allows you to add new systems and assemblies to your model, modify attachments, and set
initial conditions and options for systems and assemblies.
The Command Sets panel allows you to create command sets for the solver-command file. The command sets for a model are
order dependent, since they define the contents of the solver command file.
Use the Deformable Surfaces tool to create and edit deformable surfaces. These entities can change shape during the simulation
and can be used with advanced joints and contacts.
Use the Advanced Joints tool to create and edit a set of special constraints called higher pair joints. Typically, these are constraints
that involve a curve or surface on at least one of the two bodies.
Use the Fields tool to create a compliant connection between two bodies where stiffness or damping in one direction can be a function
of displacement in another direction
Use the Variables tool to create solver variables that can be used to create an algebraic expression of state variables, as well as
other solver variables. This can then be referenced in function expressions throughout the solver input file.
Use the Arrays tool to create solver arrays and set solver array data. Solver array types include X array, Y array, U array, IC
array, Plant Input array, and Plant Output array.
Use the Strings tool to create a solver string and set solver string data. A solver string provides a string that can be accessed
within the model, for example, to pass into a user subroutine.
Use the Diff Equations tool to set solver differential equations. These equations can be used to add additional states to the mechanical
system being modeled.
The Command Sets panel allows you to create command sets for the solver-command file. The command sets for a model are
order dependent, since they define the contents of the solver command file.
Causes the Templex template to be written at that location in the solver command
file.
Figure 2.
Forces
The *SetForce() command set statement writes a force statement to
the solver command file. This statement sets the value of the force to the specified
value when the solver acts on that line in the command file.
Simulate
Exports the simulation commands to the solver command file.
Motion
The *SetMotion() command set statement writes a motion statement
to the solver command file. This statement sets the value of the motion to the
specified value when the solver acts on that line in the command file.
SetState
One command set can be active in any one analysis task. MDL saves the state of each
command set in the *SetState() statement.