openfoam/applications/solvers/combustion/fireFoam
Mark Olesen 2f86cdc712 STYLE: more consistent use of dimensioned Zero
- when constructing dimensioned fields that are to be zero-initialized,
  it is preferrable to use a form such as

      dimensionedScalar(dims, Zero)
      dimensionedVector(dims, Zero)

  rather than

      dimensionedScalar("0", dims, 0)
      dimensionedVector("zero", dims, vector::zero)

  This reduces clutter and also avoids any suggestion that the name of
  the dimensioned quantity has any influence on the field's name.

  An even shorter version is possible. Eg,

      dimensionedScalar(dims)

  but reduces the clarity of meaning.

- NB: UniformDimensionedField is an exception to these style changes
  since it does use the name of the dimensioned type (instead of the
  regIOobject).
2018-03-16 10:24:03 +01:00
..
Make thermophysicalProperties: New base-class for liquidProperties and in the future gasProperties 2017-02-18 21:53:20 +00:00
createClouds.H STY: change from reactingParcelsFilPyrosysisFoam to fireFoam 2011-06-06 17:55:27 +01:00
createFieldRefs.H Merged reactingParcelFilmFoam into reactingParcelFoam 2017-08-29 09:33:45 +01:00
createFields.H STYLE: more consistent use of dimensioned Zero 2018-03-16 10:24:03 +01:00
createPyrolysisModel.H ENH: Addition of a collection of pyrolysys models 2011-09-07 10:57:29 +01:00
createSurfaceFilmModel.H Merged reactingParcelFilmFoam into reactingParcelFoam 2017-08-29 09:33:45 +01:00
fireFoam.C GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +01:00
pEqn.H fireFoam: Added optional hydrostatic initialization of the pressure and density 2016-04-23 10:04:39 +01:00
phrghEqn.H STYLE: consistent lookupOrDefault template parameters 2018-03-26 09:09:09 +02:00
readPyrolysisTimeControls.H ENH: Addition of a collection of pyrolysys models 2011-09-07 10:57:29 +01:00
rhoEqn.H rhoEqn: Do not constrain; would violate conservation 2015-02-22 16:50:48 +00:00
setMultiRegionDeltaT.H Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
solidRegionDiffusionNo.H ENH: Addition of a collection of pyrolysys models 2011-09-07 10:57:29 +01:00
UEqn.H MRF: Separate MRF from fvOptions 2015-05-29 23:35:43 +01:00
YEEqn.H Integrated Foundation code to commit 104aac5 2017-05-17 16:35:18 +01:00