MBS direct dynamics option structure. More...
Public Attributes | |
MBS_dirdyn opt | time |
Vector containing the initial time, the printing time interval and the final time of the simulation : [Tinit Tspan Tfinal]. More... | |
MBS_dirdyn opt | motion |
Determines how qdd and &lambda, frc and trq are computed. More... | |
MBS_dirdyn opt | visualize |
Display of the 3D graphical model. More... | |
MBS_dirdyn opt | symbolic_model |
MBS_dirdyn opt | odemethod |
Choice of the integration method (see Matlab help) Example : 'ode45','ode23','ode15s','ode45cp'. More... | |
MBS_dirdyn opt | depinteg |
Integration of the dependant speed. More... | |
MBS_dirdyn opt | dtmax |
Maximum value of the integration time step (see odeset, Matlab help) Default : 1E-2. More... | |
MBS_dirdyn opt | dtinit |
Initial value of the integration time (see odeset, Matlab help) Default : 1E-3. More... | |
MBS_dirdyn opt | reltol |
Relative tolerance of the integration result (see odeset, Matlab help) Default : 1E-3. More... | |
MBS_dirdyn opt | abstol |
Absolute tolerance of the integration result (see odeset, Matlab help) Default : 1E-3. More... | |
MBS_dirdyn opt | save2file |
Recording of the results in a configuration file of the form (tq, tqd, tqdd) at the end of the simulation. More... | |
MBS_dirdyn opt | renamefile |
Rename the result files. More... | |
MBS_dirdyn opt | resfilename |
to be defined More... | |
MBS_dirdyn opt | framerate |
to be defined More... | |
MBS_dirdyn opt | verbose |
to be defined More... | |
MBS_dirdyn opt | clearmbsglobal |
to be defined More... | |
MBS_dirdyn opt abstol |
Absolute tolerance of the integration result (see odeset, Matlab help)
Default : 1E-3.
MBS_dirdyn opt clearmbsglobal |
to be defined
MBS_dirdyn opt depinteg |
Integration of the dependant speed.
This allow to get at each timestep an excellent estimate of the dependent generalized coordinates, which decreases the number of iterations required to solve the kinematic constraints equations by the Newton-Raphson method. This option must be activated for system with dependent joints which have a rapid evolution and large amplitude.
MBS_dirdyn opt dtinit |
Initial value of the integration time (see odeset, Matlab help)
Default : 1E-3.
MBS_dirdyn opt dtmax |
Maximum value of the integration time step (see odeset, Matlab help)
Default : 1E-2.
MBS_dirdyn opt framerate |
to be defined
MBS_dirdyn opt motion |
Determines how qdd and &lambda, frc and trq are computed.
MBS_dirdyn opt odemethod |
Choice of the integration method (see Matlab help)
Example : 'ode45','ode23','ode15s','ode45cp'.
MBS_dirdyn opt reltol |
Relative tolerance of the integration result (see odeset, Matlab help)
Default : 1E-3.
MBS_dirdyn opt renamefile |
Rename the result files.
MBS_dirdyn opt resfilename |
to be defined
MBS_dirdyn opt save2file |
Recording of the results in a configuration file of the form (tq, tqd, tqdd) at the end of the simulation.
MBS_dirdyn opt symbolic_model |
MBS_dirdyn opt time |
Vector containing the initial time, the printing time interval and the final time of the simulation : [Tinit Tspan Tfinal].
Default: [0.0 1E-3 1.0]
MBS_dirdyn opt verbose |
to be defined
MBS_dirdyn opt visualize |
Display of the 3D graphical model.