Added new VoF solver and test-case. interMixingFoam supports 3-phases, two of
commit83ebc441ffaa479d12c3910cc7e50286403defa3
authorhenry <henry>
Sun, 11 Oct 2009 21:12:01 +0000 (11 22:12 +0100)
committerhenry <henry>
Sun, 11 Oct 2009 21:12:01 +0000 (11 22:12 +0100)
treefe408db31647fd4e0e39b07cf82967f76a7ccd73
parentfc3615eb6db2d216cfb85a98d99ceb36770e19da
Added new VoF solver and test-case.  interMixingFoam supports 3-phases, two of
which are miscible but are both immiscible in the third, e.g. air, water and
water with a contaminant.  Dam-break tutorial case is also provided.
28 files changed:
applications/solvers/multiphase/interMixingFoam/Make/files [new file with mode: 0644]
applications/solvers/multiphase/interMixingFoam/Make/options [new file with mode: 0644]
applications/solvers/multiphase/interMixingFoam/alphaEqns.H [new file with mode: 0644]
applications/solvers/multiphase/interMixingFoam/alphaEqnsSubCycle.H [new file with mode: 0644]
applications/solvers/multiphase/interMixingFoam/createFields.H [new file with mode: 0644]
applications/solvers/multiphase/interMixingFoam/incompressibleThreePhaseMixture/threePhaseMixture.C [new file with mode: 0644]
applications/solvers/multiphase/interMixingFoam/incompressibleThreePhaseMixture/threePhaseMixture.H [new file with mode: 0644]
applications/solvers/multiphase/interMixingFoam/interMixingFoam.C [new file with mode: 0644]
applications/solvers/multiphase/interMixingFoam/threePhaseInterfaceProperties/threePhaseInterfaceProperties.C [new file with mode: 0644]
applications/solvers/multiphase/interMixingFoam/threePhaseInterfaceProperties/threePhaseInterfaceProperties.H [new file with mode: 0644]
tutorials/multiphase/interMixingFoam/laminar/damBreak/0/U [new file with mode: 0644]
tutorials/multiphase/interMixingFoam/laminar/damBreak/0/alpha1.org [new file with mode: 0644]
tutorials/multiphase/interMixingFoam/laminar/damBreak/0/alpha2.org [new file with mode: 0644]
tutorials/multiphase/interMixingFoam/laminar/damBreak/0/alpha3.org [new file with mode: 0644]
tutorials/multiphase/interMixingFoam/laminar/damBreak/0/p [new file with mode: 0644]
tutorials/multiphase/interMixingFoam/laminar/damBreak/Allclean [new file with mode: 0755]
tutorials/multiphase/interMixingFoam/laminar/damBreak/Allrun [new file with mode: 0755]
tutorials/multiphase/interMixingFoam/laminar/damBreak/constant/dynamicMeshDict [new file with mode: 0644]
tutorials/multiphase/interMixingFoam/laminar/damBreak/constant/g [new file with mode: 0644]
tutorials/multiphase/interMixingFoam/laminar/damBreak/constant/polyMesh/blockMeshDict [new file with mode: 0644]
tutorials/multiphase/interMixingFoam/laminar/damBreak/constant/polyMesh/boundary [new file with mode: 0644]
tutorials/multiphase/interMixingFoam/laminar/damBreak/constant/transportProperties [new file with mode: 0644]
tutorials/multiphase/interMixingFoam/laminar/damBreak/constant/turbulenceProperties [new file with mode: 0644]
tutorials/multiphase/interMixingFoam/laminar/damBreak/system/controlDict [new file with mode: 0644]
tutorials/multiphase/interMixingFoam/laminar/damBreak/system/decomposeParDict [new file with mode: 0644]
tutorials/multiphase/interMixingFoam/laminar/damBreak/system/fvSchemes [new file with mode: 0644]
tutorials/multiphase/interMixingFoam/laminar/damBreak/system/fvSolution [new file with mode: 0644]
tutorials/multiphase/interMixingFoam/laminar/damBreak/system/setFieldsDict [new file with mode: 0644]