OGS
[tag] fixed_stress_over_time_step

An optional indicator to select whether fixing volume stress rate over time step or over coupling iteration for the staggered scheme. If it is not given, volume stress rate is fixed over coupling iteration in the fixed stress splitting approach in each time step.

If set, the volume stress rate is fixed over time step, e.g.

\[\dot{\sigma}_v^{n} = \dot{\sigma}_v^{n-1}, \]

where \(n\) is the time step index. Otherwise, the volume stress rate is fixed over coupling iteration, e.g.

\[\dot{\sigma}_v^{n, k} = \dot{\sigma}_v^{n, k-1}, \]

where \(k\) is the coupling iteration index, and

\[ \dot{()}^{n, k} = \left(()^{n, k} - ()^{n-1}\right)/dt. \]

Additional info

From ProcessLib/HydroMechanics/CreateHydroMechanicsProcess.cpp line 76

  • This is an optional parameter.
  • This parameter has a default value of "false".
  • Data type: std::string
  • Expanded tag path: processes.process.HYDRO_MECHANICS.coupling_scheme.fixed_stress_over_time_step
  • Go to source code: → ogs/ogs/master

Used in the following test data files