openfoam/applications/solvers/multiphase/interPhaseChangeFoam
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 Added generic turbulenceModel base class to incompressible turbulence models. 2008-11-20 17:07:17 +00:00
phaseChangeTwoPhaseMixtures update copyrights for 2009 2008-12-31 19:01:56 +01:00
alphaEqn.H Added generic turbulenceModel base class to incompressible turbulence models. 2008-11-20 20:33:06 +00:00
alphaEqnSubCycle.H Added generic turbulenceModel base class to incompressible turbulence models. 2008-11-20 20:33:06 +00:00
correctPhi.H Add interPhaseChangeFoam solver 2008-05-02 14:07:33 +01:00
createFields.H Added generic turbulenceModel base class to incompressible turbulence models. 2008-11-20 17:07:17 +00:00
interPhaseChangeFoam.C use while (runTime.loop() { .. } where possible in solvers 2009-02-18 08:57:10 +01:00
pEqn.H Added generic turbulenceModel base class to incompressible turbulence models. 2008-11-20 17:07:17 +00:00
UEqn.H muf -> muEff for consistency 2008-12-19 14:48:54 +00:00