openfoam/applications/solvers/combustion/coldEngineFoam
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 Updated compressible applications to use the new turbulenceModel base-class where appropriate 2008-11-23 15:01:53 +00:00
coldEngineFoam.C use while (runTime.loop() { .. } where possible in solvers 2009-02-18 08:57:10 +01:00
createFields.H Updated compressible applications to use the new turbulenceModel base-class where appropriate 2008-11-23 15:01:53 +00:00
hEqn.H Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
logSummary.H Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
startSummary.H Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00