Adams Car Package > Adams Car > Appendix > Solver Routines > Half Vehicle Rise to Curb Setting

Half Vehicle Rise to Curb Setting

The rise to curb analysis helps the users to move the suspension to the curb position before performing any simulation. The suspension is moved during a static anlysis call. Based on the halt flag the simulation will be continued or stopped if the static analysis fails
CONSUB can be invoked to perform a rise to curb analysis by typing the following control command:
CONTROL/FUN=USER (1140,halt)
where:
 
halt
=
(Optional) flag to stop or continue the simulation if rise to curb analysis fails
0 - stop the simulation if static fails (default).
1 - continue the simulation if static fails.
In addition to the above call, following statements are required in the dataset for a successful rise to curb analysis. 
MOTION/motid1, JOINT = joiid1, TRA
, FUNCTION = VARVAL(varid1)  
VARIABLE/varid1, FUNCTION = DIF(difid1)  
DIF/difid1, IC = 0
FUNCTION = USER
(1110, imar1, jmar1, gain1, disp1)
where:
 
motid1
joiid1
difid1
varid1
imar1
jmar1
gain1
disp1