*loadcreatewithsystemonentity
Creates a load (forces, temperature, moment, velocity, acceleration, or constraints) on nodes, fixed points (surface vertices or weld points), surface edges, and surfaces, defined in a local coordinate system.
Syntax
*loadcreatewithsystemonentity geomtype mark_id config type comp1 comp2 comp3 comp4 comp5 comp6 system transformflag
Type
HyperMesh Tcl Modify Command
Description
Creates a load (forces, temperature, moment, velocity, acceleration, or constraints) on nodes, fixed points (surface vertices or weld points), surface edges, and surfaces, defined in a local coordinate system.
Inputs
- geomtype
- The type of entity that the load is applied to (e.g. SURFS).
- markmask
- The ID of the mark.
- config
- The load configuration.
- type
- Solver dependent types of the referenced load config.
- comp[1-6]
- The components of the load being applied.
- system
- the ID of the local system to use
- transformflag
- Indicates which system supplies component values.
Example
To apply a force of magnitude 10.0 along the x axis of system 4 to nodes 5 and 25:
*createmark nodes 1 12 13 14
*loadcreatewithsystemonentity nodes 1 1 3 0.0 999999.0 0.0 -999999.0 0.0 -999999.0 4 0
This command is applicable only to files created with HyperMesh 6.0 and higher. For older HyperMesh files, use *loadcreate() instead.
Errors
None.