openfoam/applications/solvers/multiphase/compressibleInterDyMFoam
Mark Olesen 4b60453cf1 use while (runTime.loop() { .. } where possible in solvers
- change system/controlDict to use functions {..} instead of functions (..);
  * This is internally more efficient
- fixed formatting of system/controlDict functions entry

- pedantic change: use 'return 0' instead of 'return(0)' in the applications,
  since return is a C/C++ keyword, not a function.
2009-02-18 08:57:10 +01:00
..
Make remove spurious references to INTERFOAM 2009-01-13 18:44:27 +00:00
alphaEqns.H Added generic turbulenceModel base class to incompressible turbulence models. 2008-11-20 20:33:06 +00:00
alphaEqnsSubCycle.H minor mods: 2008-12-19 13:59:05 +00:00
compressibleInterDyMFoam.C use while (runTime.loop() { .. } where possible in solvers 2009-02-18 08:57:10 +01:00
correctPhi.H Corrected the code for moving-mesh cases with dilatation. 2008-12-12 12:28:19 +00:00
createFields.H Added correctPhi to compressibleInterDyMFoam. 2008-12-11 12:05:21 +00:00
pEqn.H minor mods: 2008-12-19 13:59:05 +00:00
readControls.H Added generic turbulenceModel base class to incompressible turbulence models. 2008-11-20 20:33:06 +00:00
UEqn.H muf -> muEff for consistency 2008-12-19 14:48:54 +00:00