openfoam/applications/solvers/multiphase
Mark Olesen 3d6d6df566 BUG: incorrect dimensions for surfaceTensionForce
- accidentally introduced by 27c62303ad

STYLE: trial use of brace-initialized dimensionSet

- instead of writing

      dimensionedScalar(dimensionSet(1, -2, -2, 0, 0, 0), Zero);

  we can use C++11 brace-initialization to bundle the parameters
  for the dimensionSet construction and simply write

      dimensionedScalar({1, -2, -2, 0, 0, 0}, Zero);

  Note the following is incorrect syntax (extra brackets):

      dimensionedScalar(({1, -2, -2, 0, 0, 0}), Zero);
2019-01-10 10:17:36 +01:00
..
cavitatingFoam ENH: additional read guards for dimensionedType. input consistency (#762, #1148) 2019-01-03 13:34:11 +01:00
compressibleInterFoam ENH: consolidate handling of mandatory/optional command arguments 2018-12-13 01:45:09 +01:00
compressibleMultiphaseInterFoam STYLE: use cbrt() instead of pow(..,1.0/3.0) in a few more places 2019-01-09 12:22:07 +01:00
driftFluxFoam ENH: additional read guards for dimensionedType. input consistency (#762, #1148) 2019-01-03 13:34:11 +01:00
icoReactingMultiphaseInterFoam BUG: incorrect dimensions for surfaceTensionForce 2019-01-10 10:17:36 +01:00
interCondensatingEvaporatingFoam ENH: for-range, forAllIters() ... in applications/solvers 2019-01-07 09:20:51 +01:00
interFoam STYLE: use cbrt() instead of pow(..,1.0/3.0) in a few more places 2019-01-09 12:22:07 +01:00
interIsoFoam Merge branch 'release-v1812' 2018-12-20 16:12:59 +00:00
interPhaseChangeFoam ENH: additional read guards for dimensionedType. input consistency (#762, #1148) 2019-01-03 13:34:11 +01:00
MPPICInterFoam ENH: consolidate handling of mandatory/optional command arguments 2018-12-13 01:45:09 +01:00
multiphaseEulerFoam STYLE: use cbrt() instead of pow(..,1.0/3.0) in a few more places 2019-01-09 12:22:07 +01:00
multiphaseInterFoam STYLE: use cbrt() instead of pow(..,1.0/3.0) in a few more places 2019-01-09 12:22:07 +01:00
potentialFreeSurfaceFoam ENH: consolidate handling of mandatory/optional command arguments 2018-12-13 01:45:09 +01:00
reactingEulerFoam STYLE: use cbrt() instead of pow(..,1.0/3.0) in a few more places 2019-01-09 12:22:07 +01:00
twoLiquidMixingFoam ENH: consolidate handling of mandatory/optional command arguments 2018-12-13 01:45:09 +01:00
twoPhaseEulerFoam STYLE: use cbrt() instead of pow(..,1.0/3.0) in a few more places 2019-01-09 12:22:07 +01:00
VoF ENH: avoid readScalar, readLabel etc from dictionary (#762, #1033) 2018-10-12 08:14:47 +02:00
multiphaseSolversDoc.H ENH: Solvers - updated group documentation 2015-12-03 22:05:55 +00:00