UF_MOTION_solver_parameters_s (view source)
 
Defined in: uf_motion_types.h
 
Also known as:
 


Data Members

solver
UF_MOTION_solver_t
The solver to be used. See the solver
enum definition.

max_step_size
double
The maximum allowed step size of the
solver. For more detailed results, decrease
this number. For quicker results, increase
this number.

max_solver_error
double
The maximum integration error allowed by the
solver. For more accurate results, decrease
this number. For quicker results, increase
this number.

max_integrator_iterations
int
The maximum number of iterations allowed for
the solver's integrator to converge
to the solution in a dynamic analysis.If the
solver integrator has problems in converging
during a dynamic analysis then increase
this number

max_kinematics_iterations
int
The maximum number of iterations allowed for
the solver to converge to the
solution in a kinematic analysis.If the
motion model has problems in converging during a
kinematic analysis then increase this number

max_statics_iterations
int
The maximum number of iterations allowed for
the solver to converge to the
solution in a static analysis. If the
motion model has problems in converging during a
static analysis then increase this number

use_mass_properties
int
A flag to determine whether or not to use
mass properties in the analysis. If FALSE,
no dynamic analyses can be performed and
kinematic results will not have inertial
loads.