*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 markmask config type component [1-6] 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 entity ID
- config
- the load configuration
- type
- Solver dependent types of the referenced load config.
- component[1-6]
- 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.