Share
 
 

FORCE (Static Load)

Description

The FORCE entry defines a force at a grid point by specifying a vector.

Format

1 2 3 4 5 6 7 8 9 10
FORCE SID G CID F N1 N2 N3

Example

FORCE 3 441 4 10.0 1.0 -1.0 0.0
Field Definition Type Default
SID Load set identification number. Integer > 0 Required
G Grid point identification number. Integer ≥ 0 or blank 0
CID Coordinate system identification number. Integer > 0 Required
F Load vector scale factor. Real Required
N1, N2, N3 Load vector components of vector measured in the coordinate system defined by CID. Real Required; must have at least one nonzero component

Remarks

  1. The static load applied to grid point G is given by:

    In the above equation, is the vector defined in fields 6, 7, and 8.

  2. Load sets can be selected in the Case Control Section (LOAD = SID). Load sets selected by a LOAD case control entry represent constant forces.
  3. Load sets may be referenced by a TLOAD1 entry. Load sets selected by a TLOAD1 entry can be time-varying forces.
  4. A CID of zero references the basic coordinate system.

Was this information helpful?