/DT/NODA/Keyword3/Iflag
Engine Keyword Activates the nodal time step control method with the option to apply mass scaling to increase a model’s time step.
Format
- /DT/NODA/Keyword3/Iflag
-
initial_mass_ratio - If Iflag=1, insert the next line
- grnd_ID
Definitions
Field | Contents | SI Unit Example |
---|---|---|
Keyword3 | Time step control
type. 1
If Keyword3 is not specified, as in /DT/NODA/Iflag, then the computation will use the nodal time step and is not used. |
|
Iflag | Node group flag.
|
|
Scale factor on
critical nodal time step. Default = 0.9 |
||
Minimum time step. | ||
initial_mass_ratio | Mass ratio increase at
the beginning of the computation used to increase the minimum
time step. This value is entered as a ratio, so a 5% increase in
mass would be entered as 0.05. Default = 0 |
|
grnd_ID | The nodal time step method is only applied to the nodes in this node group, read only if Iflag=1. |
Comments
- For all Keyword3 options, the time step control will be activated when the time step of the node controlling the time step of the simulation becomes less than the defined timestep divided by .
- Only one /DT/NODA/Keyword3 option can be used in a simulation.
- When using Nodal time step, the computation of each cycle is slightly more expensive but the time step can be higher especially for low quality meshes.
- When /DT/NODA/Iflag is used, the computation will use the nodal time step method and is not used.
- For the Keyword3 constant time step options, (CST, CST1, and CST2), the time step used at the beginning of the simulation is the max( , time step calculated with mass added by initial_mass_ratio). This beginning time step will then be maintained during the simulation by adding additional mass, if needed.
- The time step for different amounts of percent mass increase information is printed as a table and a graph in the Starter output file.
- /DT/NODA/Keyword3 is compatible with all options of /DT/Eltyp/Keyword3.
- /DT/NODA and /DT/NODA/CST* are compatible with /DT/INTER/AMS from version 2017.2.3.
- /DT/NODA/CST* is
compatible with advanced mass scaling, /DT/AMS. If used with
/DT/AMS, AMS will be applied to the part group defined in
Starter /AMS card and /DT/NODA/CST*
applied to nodes not belonging to the AMS part group.For example:
- /DT/AMS/1
- Tol_AMS
- /DT/NODA/CST
This is even advised in order to minimize computing time in models where AMS only applies to selected parts.Note: It is pointless to use a higher time step in AMS than the one used in classic mass scaling since the smaller time step limits the performance.