Difference between revisions of "AdjustTimeStep Custom Task"

From OSUPDOCS
Jump to navigation Jump to search
 
(16 intermediate revisions by the same user not shown)
Line 10: Line 10:
<math>c_p = |v_x| + |v_y| + |v_z|</math>
<math>c_p = |v_x| + |v_y| + |v_z|</math>


The time step is then set to minimum time (over all particles, p) for the particle to cross minimum cell size (Δx) at the maximum of the two speeds (c<sub>s</sub> and c<sub>p</sub>):
The time step is then set to minimum time (over all particles, p) for the particle to cross minimum cell size (Δx) at the two speeds (c<sub>s</sub> and c<sub>p</sub>):


&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<math>\Delta t = \min_p \left({C \Delta x\over c_s} + {C_{vel} \Delta x\over c_p}\right)</math>
<math>\Delta t = \min_p \left({C \Delta x\over c_s}, {C_{vel} \Delta x\over c_p}\right)</math>


where <math>C_{vel}</math> is an optional different time factor for particle velocities. The time step may go up or down, depending on the states of the particles.
where <math>C_{vel}</math> is an optional different time factor for particle velocities. The time step may go up or down, depending on the states of the particles.
Line 25: Line 25:
  Parameter verbose,(verbose)
  Parameter verbose,(verbose)
  Parameter velocityCFL,(Cvel)
  Parameter velocityCFL,(Cvel)
Parameter maxIncrease,(maxInc)


In <tt>XML</tt> files, this task is scheduled using a <tt><Schedule></tt> element, which must be within the single <tt><CustomTasks></tt> block:
In <tt>XML</tt> files, this task is scheduled using a <tt><Schedule></tt> element, which must be within the single <tt><CustomTasks></tt> block:
Line 32: Line 33:
     <Parameter name='verbose'>(verbose)</Parameter>
     <Parameter name='verbose'>(verbose)</Parameter>
     <Parameter name='velocityCFL'>(Cvel)</Parameter>
     <Parameter name='velocityCFL'>(Cvel)</Parameter>
    <Parameter name='maxIncrease'>(maxInc)</Parameter>
  </Schedule>
  </Schedule>


Line 37: Line 39:


* <tt>(time)</tt> - Enter the time interval for checking the time step and adjusting it if needed (in [[ConsistentUnits Command#Legacy and Consistent Units|alt time units]]). This parameter is optional; if it is omitted, the time step adjustment is done each time particle data are archived. To check on every time step enter zero (or any number less than the shortest possible time step).
* <tt>(time)</tt> - Enter the time interval for checking the time step and adjusting it if needed (in [[ConsistentUnits Command#Legacy and Consistent Units|alt time units]]). This parameter is optional; if it is omitted, the time step adjustment is done each time particle data are archived. To check on every time step enter zero (or any number less than the shortest possible time step).
* <tt>(verbose)</tt> - If its integer value is not zero, it will print the new time step whenever it changes by more than 1%. If it is zero, the new time step is silently changed. The default it 0.
* <tt>(verbose)</tt> - If value is greater than 0.99, it will print the new time step whenever it changes by a factor equal to value of <tt>(verbose)</tt>. For backward compatibility, if entered value is 1, the report factor will set to 2 fold change in time step. If value is less than 0.99, the new time step is silently changed. The default it 0.
* <tt>(Cvel)</tt> - Enter an optional CFL factors to use for particle velocities. This parameter is option. The default is to use to standard value.
* <tt>(Cvel)</tt> - Enter a different Courant–Friedrichs–Lewy factor to use for particle velocities. This parameter is optional. The default is for <tt>(Cvel)</tt> to be the same as the input [[MPM Methods and Simulation Timing#Theory: MPM Time Step|Courant–Friedrichs–Lewy (C)]].
* <tt>(maxInc)</tt> - This option limits any increases in time step to be <tt>(1+(maxInc))*</tt>&Delta;''t'' where &Delta;''t'' is the current time step. It is most-commonly needed when using the [[MPM Methods and Simulation Timing#Restarting Time Steps|time-step restarting option]] because otherwise this task would immediately return the time step to its previous value. If not entered, no limits are placed on time step increases.


== Material Support ==
== Material Support ==


This custom task only has an effect if some particles are using [[Material Models|material classes]] for which the wave speed changes with particle state and for which the material class coding responds to <tt>CurrentWaveSpeed()</tt> to provide that state-dependent wave speed. The  [[Material Models|material classes]] that current provide this support are:
This custom task can be used with any material and respond to material point velocities. But, it should also look at current wave speed in materials, especially when compressed. This task only accounts for pressure dependent properties if some particles are using [[Material Models|material classes]] for which the wave speed changes with particle state and for which the material class coding responds to <tt>CurrentWaveSpeed()</tt> to provide that state-dependent wave speed. The  [[Material Models|material classes]] that current provide this support are:


* [[Clamped Neo-Hookean Material|ClampedNeohookean]]
* [[Isotropic, Hyperelastic-Plastic Material|HEIsotropic]]
* [[Isotropic, Hyperelastic-Plastic Mie-Gr&#252;neisen Material|HEMGEOSMaterial]]
* [[Isotropic, Hyperelastic-Plastic Mie-Gr&#252;neisen Material|HEMGEOSMaterial]]
* [[Ideal Gas Material|IdealGas]]
* [[Ideal Gas Material|IdealGas]]
* [[Mooney Material|Mooney]]
* [[Mooney Membrane Material|MooneyMembrane]]
* [[Neo-Hookean Material|Neohookean]]
* [[First Order Phase Transition Material|PhaseTransition]]
* [[ReactionPhase]]
* [[Tait Liquid Material|TaitLiquid]]
* [[Tait Liquid Material|TaitLiquid]]
* [[Clamped Neo-Hookean Material|ClampedNeohookean]]
Some other [[Material Models|material classes]] could have wave speed that depends on particle state, but do not yet provide the needed <tt>CurrentWaveSpeed()</tt> code. These materials, which will update in the future as needed, are:
* [[Isotropic, Elastic-Plastic Material|IsoPlasticity]]
* [[Anisotropic, Elastic-Plastic Material|HillPlastic]]
* WOODMATERIAL
* [[Mooney Material|Mooney]]
* [[Isotropic, Hyperelastic-Plastic Material|HEIsotropic]]
* [[Anisotropic, Hyperelastic Material|HEAnisotropic]]
* [[Viscoelastic Material|Viscoelastic]]
* [[Viscoelastic Material|Viscoelastic]]


All other materials have wave speed that is independent of particle state and therefore have no need for dynamic adjustment of the time step during calculations.
All other materials have wave speed that is independent of particle state (or no calculations are implement to evaluate particle-state effects). These materials will still adjust time step, however, if particles approach the wave speed of the material. These adjustments can help highly-dynamic simulations.

Latest revision as of 12:02, 2 January 2021

A custom task to dynamically adjust the MPM time step.

Introduction

For convergence of explicit, dynamic calculations, like NairnMPM, the time step must be less then the time it takes a stress wave or a particle at its current velocity to pass across the smallest element size. For safety, the time step is usually calculated to be some fraction of this time as specified by the input Courant–Friedrichs–Lewy factor (C). But, for some material types, the wave speed might change during the calculations thereby necessitating an adjustment in the time step to retain convergence. This tasks allows you to periodically adjust the time step.

When activated, this task looks at each particle and finds the current wave speed, cs, and an effective particle speed

      [math]\displaystyle{ c_p = |v_x| + |v_y| + |v_z| }[/math]

The time step is then set to minimum time (over all particles, p) for the particle to cross minimum cell size (Δx) at the two speeds (cs and cp):

      [math]\displaystyle{ \Delta t = \min_p \left({C \Delta x\over c_s}, {C_{vel} \Delta x\over c_p}\right) }[/math]

where [math]\displaystyle{ C_{vel} }[/math] is an optional different time factor for particle velocities. The time step may go up or down, depending on the states of the particles.

Task Scheduling

In scripted files, a AdjustTimeStep custom task is scheduled using

CustomTask AdjustTimeStep
Parameter adjustTime,(time)
Parameter verbose,(verbose)
Parameter velocityCFL,(Cvel)
Parameter maxIncrease,(maxInc)

In XML files, this task is scheduled using a <Schedule> element, which must be within the single <CustomTasks> block:

<Schedule name='AdjustTimeStep'>
   <Parameter name='adjustTime'>(time)</Parameter>
   <Parameter name='verbose'>(verbose)</Parameter>
   <Parameter name='velocityCFL'>(Cvel)</Parameter>
   <Parameter name='maxIncrease'>(maxInc)</Parameter>
</Schedule>

where the two parameters are:

  • (time) - Enter the time interval for checking the time step and adjusting it if needed (in alt time units). This parameter is optional; if it is omitted, the time step adjustment is done each time particle data are archived. To check on every time step enter zero (or any number less than the shortest possible time step).
  • (verbose) - If value is greater than 0.99, it will print the new time step whenever it changes by a factor equal to value of (verbose). For backward compatibility, if entered value is 1, the report factor will set to 2 fold change in time step. If value is less than 0.99, the new time step is silently changed. The default it 0.
  • (Cvel) - Enter a different Courant–Friedrichs–Lewy factor to use for particle velocities. This parameter is optional. The default is for (Cvel) to be the same as the input Courant–Friedrichs–Lewy (C).
  • (maxInc) - This option limits any increases in time step to be (1+(maxInc))*Δt where Δt is the current time step. It is most-commonly needed when using the time-step restarting option because otherwise this task would immediately return the time step to its previous value. If not entered, no limits are placed on time step increases.

Material Support

This custom task can be used with any material and respond to material point velocities. But, it should also look at current wave speed in materials, especially when compressed. This task only accounts for pressure dependent properties if some particles are using material classes for which the wave speed changes with particle state and for which the material class coding responds to CurrentWaveSpeed() to provide that state-dependent wave speed. The material classes that current provide this support are:

All other materials have wave speed that is independent of particle state (or no calculations are implement to evaluate particle-state effects). These materials will still adjust time step, however, if particles approach the wave speed of the material. These adjustments can help highly-dynamic simulations.