temperatures
Unless otherwise specified, data names are accessible in level 3 only.
- engineering_type
- The engineering type of load. Engineering loads act on set entities. Valid values are:
The following data names are available for both classic and engineering loads:
- attributesmax
- The number of attributes owned by this entity.
- collector
- Pointer to the collector that owns the load.
- config
- The configuration of the entity.
- definedentity
- True if the entity is defined, false otherwise.
- entityid
- The ID of the entity the load is attached to.
- entitytype
- The type of the entity to which the load is applied.
- 1 - node
- 2 - elem
- 3 - comp
- 10 - set
- 27 - point
- entitytypename
- The string type of the entity to which the load is applied.
- nodes
- elems
- comps
- sets
- points
- id
- The ID of the entity.
- include
- The ID of the include file the entity is organized in.
- includeid
- The ID of the include file the entity is organized in.
- internalid
- The ID of the entity.
- internalname
- The internal name of the entity.
- set
- Pointer to the set when the load is applied to a set.
- moduleid
- The module ID of the entity.
- poolid
- The pool number of the entity.
- poolname
- The pool name of the entity.
- solverkeyword
- The name of the solver keyword.
- solvername
- The solver name of the entity for entities enabled for name pool, otherwise the internal name of the entity.
- type
- The solver dependent type code for the entity.
- typename
- The solver dependent type name for the entity.
The following data names are available for classic loads:
- baselocation
- The coordinates where the load on a component or set should display. Valid for hm_getvalue query only.
- baselocationx
- The x-coordinate where the load on a component or set should display.
- baselocationy
- The y-coordinate where the load on a component or set should display.
- baselocationz
- The z-coordinate where the load on a component or set should display.
- component
- Pointer to the component when the load is applied to a component.
- curveid
- The ID of the curve defining the load magnitude when a curve has been used to define the load.
- inputsystem
- Pointer to the reference system.
- inputsystemid
- The ID of the reference system.
- location
- The ID of the node where the load is applied. Valid for hm_getvalue query only.
- mappedid
- The ID of the original load on geometry.
- node
- Pointer to the node when the load is applied to a node.
- temperature
- The value of the temperature load.
- xscale
- The x scale or time scale of the load curve when a curve has been used to define the load.
The following data names are available for engineering loads:
- distribution_table_count
- The number of rows of a non-uniform engineering load.
- field
- The field entity that stores the tabular load data.
- location_unit_element
- The elements for which the data is stored in the table for a non-uniform engineering load.
- location_unit_node
- The nodes for which the data is stored in the table for a non-uniform engineering load.
- resultant_magnitude
- The resultant scalar component of the load vector in the global coordinate system.
The following data names are available for Abaqus engineering loads:
- boundary_region
- The type of boundary region on which pressure is applied.
- curveid
- The amplitude curve that defines the variation of the load magnitude during the step.
- distribution
- The distribution type:
- expanded_form_flag
- Flag to export loads on nodes.
- firstdof
- The first degree of freedom constrained.
- lastdof
- The last degree of freedom constrained.
- load_case
- The load case number (1 or 2).
- magnitude
- Actual magnitude of the variable.
- variable_type
- The parameter to define the variable nature of the magnitude.
The following data names are available for ADVC engineering loads:
- constraint_type
- Flag to indicate that temperature is retained from the previous process. This is valid for temperature load when type is 3.
- distribution
- The distribution type:
- expanded_form_flag
- Flag to export loads on nodes.
- load_step_flag
- Flag to indicate if the load step ID needs to be attached to the load. This is valid for temperature load when type is 1.
- load_step_id
- The ID of the referred loadstep.
- magnitude
- The temperature value.
- prev_bc
- Flag to hold previously applied boundary conditions.
The following data names are available for LS-DYNA, engineering loads:
- box_region_def
- The box ID.
- curveid
- The load curve ID.
- dyn_relax_evolve_fn
- The load curve ID during the dynamic relaxation phase.
- exempt_node_dyn_rel_temp_sf_evolve_fn
- The load curve ID for exempted nodes during the dynamic relaxation phase.
- exempt_nodes
- The node set ID containing nodes that are exempted from the imposed temperature.
- exempt_node_scaled_temp
- Type: double
- exempt_node_temp
- The temperature of exempted nodes (default 0.0).
- exempt_node_temp_sf_evolve_fn
- The load curve ID for exempted nodes.
- magnitude
- The temperature at node or node set (default 1.0).
- scaled_temp
- The scaled temperature (default 0.0).
- thk_shell_surf_temp
- The thick thermal shell surface where the temperature will be applied.
The following data names are available for Nastran engineering loads:
- nas_tempbc_type
- STAT - Constant temperature boundary condition
The following data names are available for Nastran and OptiStruct engineering loads:
- distribution
- The distribution type:
- magnitude
- The temperature.
- os_t1
- The temperature at the lower surface of shell elements.
- os_t2
- The temperature at the upper surface of shell elements.
- os_tempp1_flag
- The temperature unit flag for TEMPP1:
- os_tprime
- The effective linear thermal gradient.
The following data names are available for OptiStruct engineering loads:
- expanded_form_flag
- Flag to export loads on nodes.
The following data names are available for Radioss engineering loads:
- curveid
- The ID of the curve defining the time function identifier.
- displayname
- The text for the title entry.
- distribution
- The INITEMP flag:
- magnitude
- The ordinate scale factor for fct_ID (default 1.0).
- rad_sensor_id
- The ID of the sensor entity.
- rad_tstart
- The start time.
- rad_tstop
- The stop time (default 1030).
- xscale
- The abscissa (time) scale factor for fct_IDT (default 1.0).
Version History
2020 - New support for engineering loads. Added new data names displayname, distribution, distribution_table_count, engineering_type, expanded_form_flag, field, location, location_unit_element, location_unit_node, nas_tempbc_type, os_t1, os_t2, os_tempp1_flag, os_tprime, rad_sensor_id, rad_tstart, rad_tstop and resultant_magnitude.
2020.1 - Added new data name solverkeyword.
2021 - Added new data names constraint_type, load_step_flag, load_step_id and prev_bc. New ADVC support.
2021.1 – Added new data names for LS-DYNA engineering loads: box_region_def, curveid, dyn_relax_evolve_fn, exempt_node_dyn_rel_temp_sf_evolve_fn, exempt_node_scaled_temp, exempt_node_temp, exempt_node_temp_sf_evolve_fn, exempt_nodes, magnitude, scaled_temp, and thk_shell_surf_temp.
2021.1 - Added new data names moduleid, poolid, poolname, and solver_id.
2021.2 - Added new data names internalname and solvername.
2022.2 - Added new data name for Abaqus engineering loads: boundary_region, firstdof, lastdof, load_case, and variable_type.