openfoam/applications/utilities/preProcessing
Mark Olesen 1d85fecf4d ENH: use Zero when zero-initializing types
- makes the intent clearer and avoids the need for additional
  constructor casting. Eg,

      labelList(10, Zero)    vs.  labelList(10, 0)
      scalarField(10, Zero)  vs.  scalarField(10, scalar(0))
      vectorField(10, Zero)  vs.  vectorField(10, vector::zero)
2018-12-11 23:50:15 +01:00
..
applyBoundaryLayer STYLE: add usage notes to more utilities and solvers 2018-12-11 15:25:27 +01:00
boxTurb STYLE: add usage notes to more utilities and solvers 2018-12-11 15:25:27 +01:00
changeDictionary STYLE: Updating version to v1812 2018-12-19 18:07:52 +00:00
createBoxTurb TUT: add End marker for tutorials 2018-12-11 16:25:28 +01:00
createExternalCoupledPatchGeometry STYLE: ensure help for -dict matches its intended usage 2018-12-17 10:39:59 +01:00
createZeroDirectory BUG: stringOps etc expansion fails for directories (issue #1121) 2018-12-13 12:48:31 +01:00
dsmcInitialise STYLE: add usage notes to more utilities and solvers 2018-12-11 15:25:27 +01:00
engineSwirl STYLE: add usage notes to more utilities and solvers 2018-12-11 15:25:27 +01:00
faceAgglomerate STYLE: Updating version to v1812 2018-12-19 18:07:52 +00:00
foamUpgradeCyclics STYLE: argList::opt method instead of the longer argList::lookupOrDefault 2018-12-12 12:10:39 +01:00
mapFields STYLE: Updating version to v1812 2018-12-19 18:07:52 +00:00
mapFieldsPar STYLE: Updating version to v1812 2018-12-19 18:07:52 +00:00
mdInitialise STYLE: add usage notes to more utilities and solvers 2018-12-11 15:25:27 +01:00
setAlphaField STYLE: Updating version to v1812 2018-12-19 18:07:52 +00:00
setFields STYLE: Updating version to v1812 2018-12-19 18:07:52 +00:00
viewFactorsGen ENH: use Zero when zero-initializing types 2018-12-11 23:50:15 +01:00
wallFunctionTable ENH: use Zero when zero-initializing types 2018-12-11 23:50:15 +01:00