ReadDyna3D
read LS-Dyna3D ptf files
Parameters
name |
description |
type |
|---|---|---|
filename |
Geometry file path |
String |
nodalDataType |
Nodal results data to be read (No_Node_Data, Displacements, Velocities, Accelerations) |
Int |
elementDataType |
Element results data to be read (No_Element_Data, Stress_Tensor, Plastic_Strain, Thickness) |
Int |
component |
stress tensor component (Sx, Sy, Sz, Txy, Tyz, Txz, Pressure, Von_Mises) |
Int |
Selection |
Number selection for parts |
String |
format |
Format of LS-DYNA3D ptf-File (CADFEM, Original, Guess) |
Int |
byteswap |
Perform Byteswapping (Off, On, Auto) |
Int |
OnlyGeometry |
Reading only Geometry? yes |
no |
Supported Reader Parameters
name |
description |
type |
|---|---|---|
first timestep to read |
Int |
|
last timestep to read (-1: last available) |
Int |
|
number of steps to increment |
Int |
|
rank for first partition of first timestep |
Int |
The meaning of these parameters is described in more detail in the Reader Parameters documentation.
Supported System Parameters
name |
description |
type |
|---|---|---|
number of OpenMP threads (0: system default) |
Int |
|
show timing information |
Int |
|
number of tasks to keep in flight per MPI rank (-1: #cores/2) |
Int |
|
prioritize currently visible timestep |
Int |
|
validate data objects before sending to port (Disable, Quick, Thorough) |
Int |
The meaning of these parameters is described in more detail in the System Parameters documentation.