GET_GRAVITY

Tip:  
Call GET_MATRIX_INFO to get the size and type of the MATRIX.  
Returns the current Adams Solver gravity vector. Specifically this is the gravity vector that would have been specified by the ACCGRAV statement or command. See the ACCGRAV documentation for more details.

Use

Use this utility subroutine to obtain the Adams gravity vector from a user-written subroutine.

Called by

Any user-written subroutine.

Prerequisite

None

Calling Sequence

CALL GET_GRAVITY (GX, GY, GX)

Input Arguments

None

Output Arguments

 
GX
A double-precision variable containing the x component of gravitational acceleration with respect to the ground coordinate system (GCS) in model units.
GY
A double-precision variable containing the ycomponent of gravitational acceleration with respect to the ground coordinate system (GCS) in model units.
GZ
A double-precision variable containing the zcomponent of gravitational acceleration with respect to the ground coordinate system (GCS) in model units.