Commands list
×MENU
EXPAND ALL
SORT A-Z
- Input handling
- Solution control and techniques
- Output
-
Mesh commands
- ACTIVATE_ELEMENTS
- ADD_MASS
- CHANGE_PART_ID
- COMPONENT_BOLT
- COMPONENT_BOX
- COMPONENT_BOX_IRREGULAR
- COMPONENT_CYLINDER
- COMPONENT_PIPE
- COMPONENT_REBAR
- COMPONENT_SPHERE
- CONNECTOR_DAMPER
- MERGE_DUPLICATED_NODES
- REDISTRIBUTE_MESH_CARTESIAN
- REFINE
- SMOOTH_MESH
- SUBDIVIDE_PART_THICKNESS
- TRANSFORM_MESH_CARTESIAN
- TRANSFORM_MESH_CYLINDRICAL
- TRIM
- TRIM_HOLE
- WELD
- Nodes and connectivity
-
Material properties
- EOS_GRUNEISEN
- MAT_BB
- MAT_BERGSTROM_BOYCE
- MAT_CABLE
- MAT_CERAMIC
- MAT_CONCRETE_2017
- MAT_CONCRETE_2018
- MAT_CONCRETE_2021
- MAT_CREEP
- MAT_ELASTIC
- MAT_FABRIC
- MAT_FABRIC_ISOTROPIC
- MAT_FLUID
- MAT_FOAM
- MAT_FORMING
- MAT_FORMING_R
- MAT_GRANULAR_CAP
- MAT_HJC_CONCRETE
- MAT_HOEK_BROWN
- MAT_HOT_FORMING
- MAT_HSS
- MAT_JC
- MAT_JC_FIELD
- MAT_JH_CERAMIC
- MAT_LEE_TARVER
- MAT_LIBRARY
- MAT_METAL
- MAT_MMC
- MAT_MMC_OST
- MAT_MM_CONCRETE
- MAT_MOONEY_RIVLIN
- MAT_MULTILAYER_ORTHOTROPIC
- MAT_OBJECT
- MAT_ORTHOTROPIC
- MAT_POWDER_BURN
- MAT_REBAR
- MAT_RIGID
- MAT_USER_X
- MAT_VISCOUS_FOAM
- MAT_VISCO_PLASTIC
- MAT_YEOH
- MAT_ZA
- PROP_DAMAGE_BRITTLE
- PROP_DAMAGE_CL
- PROP_DAMAGE_CL_0_45_90
- PROP_DAMAGE_CL_ANISOTROPIC
- PROP_DAMAGE_CL_REGULARIZE
- PROP_DAMAGE_HC
- PROP_DAMAGE_IMP
- PROP_DAMAGE_IMP_ISO
- PROP_DAMAGE_JC
- PROP_DAMAGE_JC_REGULARIZE
- PROP_DAMAGE_STRAIN
- PROP_THERMAL
-
Initial conditions
- INITIAL_CONTACT
- INITIAL_DAMAGE_MAP
- INITIAL_DAMAGE_RANDOM
- INITIAL_DAMAGE_SURFACE_RANDOM
- INITIAL_MATERIAL_DIRECTION
- INITIAL_MATERIAL_DIRECTION_PATH
- INITIAL_MATERIAL_DIRECTION_VECTOR
- INITIAL_MATERIAL_DIRECTION_WRAP
- INITIAL_PLASTIC_STRAIN_FUNCTION
- INITIAL_STATE
- INITIAL_STATE_HAZ
- INITIAL_STATE_WELDSIM
- INITIAL_STRESS_FUNCTION
- INITIAL_TEMPERATURE
- INITIAL_THICKNESS
- INITIAL_VELOCITY
- REMAP
- Boundary conditions
- Loads
- Contact and tied interfaces
- Rigid bodies
- Connectors
- Parameters and functions
- Geometries
- Sets
- Coordinate system
- Particle
- CFD
- γSPH
Third-party add-ons
INITIAL_MATERIAL_DIRECTION_VECTOR
Initial conditions
Initial conditions
*INITIAL_MATERIAL_DIRECTION_VECTOR
"Optional title"
coid, entype, enid
$\hat{x}_x$, $\hat{x}_y$, $\hat{x}_z$, $\bar{y}_x$, $\bar{y}_y$, $\bar{y}_z$
"Optional title"
coid, entype, enid
$\hat{x}_x$, $\hat{x}_y$, $\hat{x}_z$, $\bar{y}_x$, $\bar{y}_y$, $\bar{y}_z$
Parameter definition
Variable | Description |
---|---|
coid | Command ID |
entype | Entity type |
options: P, PS | |
enid | Entity ID |
$\hat{x}_x$, $\hat{x}_y$, $\hat{x}_z$ | Direction of local x-axis |
$\bar{y}_x$, $\bar{y}_y$, $\bar{y}_z$ | Optional vector used for the definition of the local y- and z-axis |
Description
This command is used to define local material directions. If $\bar{\mathbf y} = (\bar{y}_x, \bar{y}_y, \bar{y}_z)$ has been defined the local and z-axis ($\bar{\mathbf z}$) is computed as:
$\displaystyle{ \hat{\mathbf z} = \frac{\hat{\mathbf x} \times \bar{\mathbf y}}{\vert \hat{\mathbf x} \times \bar{\mathbf y} \vert}}$
If $\bar{\mathbf y}$ has not been defined the local z-axis ($\bar{\mathbf z}$) is equivalent to:
$\displaystyle{ \hat{\mathbf z} = \hat{\mathbf n}}$
where $\hat{\mathbf n}$ is the local element face normal. Note that this option only works if the structure is modeled with one single element in its thickness direction. Once $\hat{\mathbf z}$ has been computed $\hat{\mathbf y}$ is calculated as:
$\displaystyle{ \hat{\mathbf y} = \hat{\mathbf z} \times \hat{\mathbf x}}$
All direction parameters can either be constants or defined as functions of the local coordinate $(x,y,z)$.