CONSUB

CON 1401

CON 1401 (con1401) used in Adams Driveline to deactivate all front and rear inherit motions to support straight setup. It also deactivates specified ic motions, jprim and ic couplers.

Input:

CONTROL/ROUTINE = powertrain_solver::con1401 , &
FUNCTION = USER(routing_code, lock_array, jprim_array, ic_couplers_array, front_inherit_array, rear_inherit_array, velocity, tireflag, tire_radius, jobflag)
where:
 
Description
routing_code
=
Used only when routine= is not specified to dispatch to the proper routine
lock_array
=
Specify array that has list of the motion id
jprim_array
=
Specify array that has list of the jprim id
ic_couplers_array
=
Specify array that has list of the ic_couplers id
front_inherit_array
=
Specify array containing the motion ID's for motion inheriting velocity from front wheels
rear_inherit_array
=
Specify array containing the motion ID's for motion inheriting velocity from rear wheels
velocity
=
Velocity of the vehicle (negative sign if vehicle moving in negative X)
tireflag
=
Specify tire flag, 1 for Ride Tire, otherwise 0
rtire_radius
=
(Optional) Specify ride tire radius required when tireflag is set to 1.
jobflag
=
(Optional) Set -1 for standard use.

Output

Deactivates specified ic motions, jprim, ic couplers, front motion and rear motions.

Notes on Input and Output