openfoam/applications/solvers/compressible
Andrew Heather 87bba9ae14 ENH: add selectable update control/interval to pimpleFoam, rhoPimpleFoam
- Allows user-defined control of when the mesh motion occurs,
  which can be especially useful in situations where the mesh motion
  is much slower than any of the fluid physics.

  For example, in constant/dynamicMeshDict:

      updateControl   runTime;
      updateInterval  0.5;

  to have mesh motion triggered every 1/2 second.

  Note that the _exact_ time that the mesh motion actually occurs may
  be slightly differently since the "runTime" triggering is fuzzy in
  nature. It will trigger when the threshold has been crossed, which
  will depend on the current time-step size.
2019-12-11 20:25:18 +00:00
..
rhoCentralFoam STYLE: regularize quoting and exit on failed 'cd' 2019-11-13 13:19:16 +01:00
rhoPimpleAdiabaticFoam GIT: Header file updates 2019-10-31 14:48:44 +00:00
rhoPimpleFoam ENH: add selectable update control/interval to pimpleFoam, rhoPimpleFoam 2019-12-11 20:25:18 +00:00
rhoSimpleFoam GIT: Header file updates 2019-10-31 14:48:44 +00:00
sonicFoam GIT: Header file updates 2019-10-31 14:48:44 +00:00
compressibleSolvers.H GIT: Header file updates 2019-10-31 14:48:44 +00:00