Property File to MotionSolve Conversion Factors
Description
This function converts the units from the property file to MotionSolve model units.C Calling Sequence
int c_rto_file2ms_conversion_factors(double *fCf, double *lCf, double *tCf, double
*aCf);
Arguments
Argument | Type | Description | |
---|---|---|---|
fCf | Double Precision | Input | Converts units of Force from TeimOrbit file to MotionSolve model units. |
lCf | Double Precision | Input | Converts units of Length from TeimOrbit file to MotionSolve model units. |
tCf | Double Precision | Input | Converts units of Time from TeimOrbit file to MotionSolve model units. |
aCf | Double Precision | Input | Converts units of Angle from TeimOrbit file to MotionSolve model units. |