openfoam/applications/solvers/multiphase/MPPICInterFoam
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
..
CompressibleTwoPhaseMixtureTurbulenceModels ENH: Code clean-up 2016-09-30 12:30:02 +01:00
Make 1)Adding alphaEqn.H and alphaEqnSubCycle.H specialized version for MPPICInterFoam 2017-06-02 13:33:33 -07:00
Allwclean BUG: missing chdir in Allwclean for wallFunctionTable 2017-02-23 01:07:10 +01:00
Allwmake STYLE: reduce script verbosity 2016-12-13 08:15:00 +01:00
alphaEqn.H INT: updated overInterDyMFoam and MPPICInterFoam following changes to multiphase solvers. Needs further testing 2017-09-08 11:20:21 +01:00
alphaEqnSubCycle.H STYLE: more consistent use of dimensioned Zero 2018-03-16 10:24:03 +01:00
continuityErrs.H MPPICInterFoam and tutorial 2016-06-01 11:08:06 -07:00
correctPhi.H MPPICInterFoam and tutorial 2016-06-01 11:08:06 -07:00
createFields.H STYLE: more consistent use of dimensioned Zero 2018-03-16 10:24:03 +01:00
MPPICInterFoam.C STYLE: more consistent use of dimensioned Zero 2018-03-16 10:24:03 +01:00
pEqn.H Changing header in tutorial files and updating pEq.H 2016-06-03 09:31:56 -07:00
UEqn.H MPPICInterFoam and tutorial 2016-06-01 11:08:06 -07:00