multiphase phase change solver, incompressible
Compile in the following order:
- Apply triSurface patch to $FOAM_SRC/triSurface/triSurface.H
cp $FOAM_SRC/triSurface/triSurface.H $FOAM_SRC/triSurface/triSurface.backup
patch -u $FOAM_SRC/triSurface/triSurface.H -i triSurface/triSurfaceMod.patch
- compile interpolationSchemes - these are some generic libraries for general compatibility
- compile twoPhaseFlow/src/VoF - this is the specialized VOF code required for better species transport ( CEqn/YEqn )
- compile solver - the main solver, currently has two phase incompressible VOF with species transport (YEqn)