*flux()
Creates a flux load in HMASCII format.
Syntax
*flux (id,type,entity_type,entity_id,systemid,flux)
Type
HyperMesh HMASCII Command
Description
Creates a flux element in HMASCII format.
This must follow *loadcollector(). The load will be assigned to the most recent collector created using *loadcollector().
Inputs
- id
- The ID of the load.
- type
- The solver specific load type.
- entity_type
- An integer indicating the entity type the load is applied to.
- entity_id
- The ID of the entity the load is applied to.
- systemid
- The ID of the system assigned to the load. If specified as 0, there is no assigned system.
- flux
- The flux value assigned to the load.
Example
To create a flux load with ID 100, solver type 1, attached to element 10, no system, and a flux of 2.0:
*flux(100,1,2,10,0,2.0)
Errors
Incorrect usage results in an import error.