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

porousInterFoam.C File Reference

Solver for 2 incompressible, isothermal immiscible fluids. More...


Detailed Description

Solver for 2 incompressible, isothermal immiscible fluids.

Based on 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.

Explicit handling of porous zones is included.

Usage
  • porousInterFoam [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

See For a two-fluid approach see twoPhaseEulerFoam.

Definition in file porousInterFoam.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/finiteVolume/cfdTools/general/porousMedia/porousZones.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 "applications/solvers/multiphase/interFoam/porousInterFoam/createPorousZones.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/porousInterFoam/UEqn.H"
#include "applications/solvers/multiphase/interFoam/pEqn.H"
Include dependency graph for porousInterFoam.C:

Go to the source code of this file.