*pressureonelement_curve
Creates a pressure load on an element.
Syntax
*pressureonelement_curve id face_index x_comp y_comp z_comp magnitude curve_id x_scale
Type
HyperMesh Tcl Modify Command
Description
Creates a pressure load on an element.
Inputs
- id
- The ID of an element on which to apply the pressure.
- face_index
- The face index of the solid element. Ignored, if the element is a shell element.
- x_comp
- The x-component of pressure.
- y_comp
- The y-component of pressure.
- z_comp
- The z-component of pressure.
- magnitude
- The magnitude of the pressure.
- curve_id
- The ID of a curve defining the magnitude of the load vs time.
- x_scale
- A scale factor applied to the x-axis (or time axis) of the curve.
Example
*pressuresonelement_curve 10 2 0 0 0 4.0 9 1.0
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
14.0