load
The load
command is used to create loads applied on nodes.
Currently, concentrated node based loads can be applied in terms of force, displacement and acceleration. Given that all external forces are eventually converted to concentrated nodal forces, commands for distributed load patterns may not be available in the foreseeable future.
All loads are initialised and processed in parallel via global mutexes.
Syntax
All loads share a similar syntax:
Nodal Load
To apply loads on nodes,
The keyword cload
is the abbreviation for concentrated load.
Body Force
Some elements support body force. Indications are given for elements that support body force in the corresponding pages.
Load Applied To Node/Element Groups
To apply loads on groups,
Support Excitation
For response history analysis, sometimes it is necessary to apply excitations on supports. The multi-support excitation is automatically supported if analysts assign different excitations to different supports.
Essentially, supportdisplacement
, supportvelocity
and supportacceleration
are all implemented as displacement loads, thus displacement controlled scheme is automatically enabled.
Although it is designed to be used in response history analysis, it can also be used to apply acceleration/velocity on any nodes (not only supports).
Uniformly Distributed Load (UDL)
Reference Load
For arc-length analysis, reference load can be defined via the RefForce
command.
Remarks
The leading
load
keyword can often be omitted for simplicity.The
acceleration
is by default applied to all active nodes in the model if[5...]
is not assigned.The true load magnitude is the product of nominal magnitude and amplitude. This is similar to ABAQUS.
The multipoint displacement control algorithm
MPDC
is automatically enabled if adisplacement
orgroupdisplacement
is used.Optionally, the displacement can be applied by using
MPC
constraint.The multipoint displacement control algorithm
MPDC
is automatically enabled if asupportdisplacement
,supportvelocity
and/orsupportacceleration
are used.
It must be noted that nodal displacement loads are only valid for one single step. This means, if a displacement load is defined within a step, it will be activated for that step only.
All other load types will stay active once they are activated.
Last updated