openfoam/applications/solvers/incompressible
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
..
adjointShapeOptimizationFoam ENH: consolidate handling of mandatory/optional command arguments 2018-12-13 01:45:09 +01:00
boundaryFoam ENH: consolidate handling of mandatory/optional command arguments 2018-12-13 01:45:09 +01:00
icoFoam ENH: consolidate handling of mandatory/optional command arguments 2018-12-13 01:45:09 +01:00
nonNewtonianIcoFoam ENH: consolidate handling of mandatory/optional command arguments 2018-12-13 01:45:09 +01:00
pimpleFoam ENH: use Zero when zero-initializing types 2018-12-11 23:50:15 +01:00
pisoFoam ENH: consolidate handling of mandatory/optional command arguments 2018-12-13 01:45:09 +01:00
shallowWaterFoam ENH: consolidate handling of mandatory/optional command arguments 2018-12-13 01:45:09 +01:00
simpleFoam ENH: consolidate handling of mandatory/optional command arguments 2018-12-13 01:45:09 +01:00
incompressibleSolversDoc.H ENH: Solvers - updated group documentation 2015-12-03 22:05:55 +00:00