FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

interFoam.C File Reference

Solver for 2 incompressible, isothermal immiscible fluids using a VOF (volume of fluid) phase-fraction based interface capturing approach. More...


Detailed Description

Solver for 2 incompressible, isothermal immiscible fluids using a VOF (volume of fluid) phase-fraction based interface capturing approach.

The momentum and other fluid properties are of the "mixture" and a single momentum equation is solved.

Turbulence modelling is generic, i.e. laminar, RAS or LES may be selected.

For a two-fluid approach see twoPhaseEulerFoam.

Usage
  • interFoam [OPTION]
Parameters:
-case<dir>
Specify the case directory
-parallel
Run the case in parallel
-help
Display short usage message
-doc
Display Doxygen documentation page
-srcDoc
Display source code

Definition in file interFoam.C.

#include "src/finiteVolume/cfdTools/general/include/fvCFD.H"
#include "src/finiteVolume/fvMatrices/solvers/MULES/MULES.H"
#include "src/OpenFOAM/algorithms/subCycle/subCycle.H"
#include "src/transportModels/interfaceProperties/interfaceProperties.H"
#include "src/transportModels/incompressible/incompressibleTwoPhaseMixture/twoPhaseMixture.H"
#include "src/turbulenceModels/incompressible/turbulenceModel/turbulenceModel.H"
#include "src/OpenFOAM/interpolations/interpolationTable/interpolationTable.H"
#include "src/OpenFOAM/include/setRootCase.H"
#include "src/OpenFOAM/include/createTime.H"
#include "src/OpenFOAM/include/createMesh.H"
#include "src/finiteVolume/cfdTools/general/include/readPISOControls.H"
#include "src/finiteVolume/cfdTools/general/include/initContinuityErrs.H"
#include "applications/solvers/multiphase/interFoam/createFields.H"
#include "src/finiteVolume/cfdTools/general/include/readTimeControls.H"
#include "applications/solvers/multiphase/interFoam/correctPhi.H"
#include "src/finiteVolume/cfdTools/incompressible/CourantNo.H"
#include "src/finiteVolume/cfdTools/general/include/setInitialDeltaT.H"
#include "applications/solvers/multiphase/interFoam/alphaCourantNo.H"
#include "applications/solvers/multiphase/interFoam/setDeltaT.H"
#include "applications/solvers/multiphase/interFoam/alphaEqnSubCycle.H"
#include "applications/solvers/multiphase/interFoam/UEqn.H"
#include "applications/solvers/multiphase/interFoam/pEqn.H"
Include dependency graph for interFoam.C:

Go to the source code of this file.