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

bubbleFoam.C File Reference

Solver for a system of 2 incompressible fluid phases with one phase dispersed, e.g. gas bubbles in a liquid. More...


Detailed Description

Solver for a system of 2 incompressible fluid phases with one phase dispersed, e.g. gas bubbles in a liquid.

Usage
  • bubbleFoam [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 bubbleFoam.C.

#include "src/finiteVolume/cfdTools/general/include/fvCFD.H"
#include "src/finiteVolume/fvMesh/wallDist/nearWallDist.H"
#include "src/finiteVolume/fvMesh/fvPatches/derived/wall/wallFvPatch.H"
#include "src/OpenFOAM/primitives/bools/Switch/Switch.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/readGravitationalAcceleration.H"
#include "applications/solvers/multiphase/bubbleFoam/createFields.H"
#include "src/finiteVolume/cfdTools/general/include/initContinuityErrs.H"
#include "applications/solvers/multiphase/bubbleFoam/readBubbleFoamControls.H"
#include "src/finiteVolume/cfdTools/incompressible/CourantNo.H"
#include "applications/solvers/multiphase/bubbleFoam/alphaEqn.H"
#include "applications/solvers/multiphase/bubbleFoam/liftDragCoeffs.H"
#include "applications/solvers/multiphase/bubbleFoam/UEqns.H"
#include "applications/solvers/multiphase/bubbleFoam/pEqn.H"
#include "applications/solvers/multiphase/bubbleFoam/DDtU.H"
#include "applications/solvers/multiphase/bubbleFoam/kEpsilon.H"
#include "applications/solvers/multiphase/bubbleFoam/write.H"
Include dependency graph for bubbleFoam.C:

Go to the source code of this file.