Changed from solving for p to solving for pmh (static pressure minus hydrostatic...
commit5e7ecb61cbe0cb0c784c6779316cfeb94a5b10ce
authorhenry <henry>
Wed, 20 Jan 2010 16:23:55 +0000 (20 16:23 +0000)
committerhenry <henry>
Wed, 20 Jan 2010 16:23:55 +0000 (20 16:23 +0000)
treef656c9a4f1de24b8806fca42891a85f289e01919
parent73fddc33898bf4f78ae656f21ba35d9986191681
Changed from solving for p to solving for pmh (static pressure minus hydrostatic pressure).

While p and pmh (pd in OpenFOAM-1.5.?) are equivalent on orthogonal meshes they
are not on non-orthogonal meshes and the difference is very important for
buoyancy-dominated flows such as settling.  settlingFoam is now written in terms
of pmh (static pressure minus hydrostatic pressure) which used to be called pd
but that confused too may people.
14 files changed:
applications/solvers/multiphase/settlingFoam/UEqn.H
applications/solvers/multiphase/settlingFoam/createFields.H
applications/solvers/multiphase/settlingFoam/pmhEqn.H [moved from applications/solvers/multiphase/settlingFoam/pEqn.H with 58% similarity]
applications/solvers/multiphase/settlingFoam/settlingFoam.C
src/finiteVolume/Make/files
src/finiteVolume/fields/fvPatchFields/derived/buoyantPressure/buoyantPressureFvPatchScalarField.C
tutorials/multiphase/settlingFoam/ras/dahl/0/pmh [moved from tutorials/multiphase/settlingFoam/ras/dahl/0/p with 98% similarity]
tutorials/multiphase/settlingFoam/ras/dahl/system/fvSchemes
tutorials/multiphase/settlingFoam/ras/dahl/system/fvSolution
tutorials/multiphase/settlingFoam/ras/tank3D/0/U
tutorials/multiphase/settlingFoam/ras/tank3D/0/pmh [moved from tutorials/multiphase/settlingFoam/ras/tank3D/0/p with 86% similarity]
tutorials/multiphase/settlingFoam/ras/tank3D/system/controlDict
tutorials/multiphase/settlingFoam/ras/tank3D/system/fvSchemes
tutorials/multiphase/settlingFoam/ras/tank3D/system/fvSolution