fvCFD.H
Go to the documentation of this file.
1#ifndef fvCFD_H
2#define fvCFD_H
3
4#include "Time.H"
5#include "fvMesh.H"
6#include "fvc.H"
7#include "fvMatrices.H"
8#include "fvm.H"
9#include "linear.H"
16#include "constrainHbyA.H"
17#include "constrainPressure.H"
18#include "adjustPhi.H"
19#include "findRefCell.H"
20#include "IOMRFZoneList.H"
21#include "constants.H"
22#include "gravityMeshObject.H"
23
24#include "columnFvMesh.H"
25
26#include "OSspecific.H"
27#include "argList.H"
28#include "timeSelector.H"
29
30#ifndef namespaceFoam
31#define namespaceFoam
32 using namespace Foam;
33#endif
34
35#endif
Functions used by OpenFOAM that are specific to POSIX compliant operating systems and need to be repl...
For cases which do no have a pressure boundary adjust the balance of fluxes to obey continuity....
Find the reference cell nearest (in index) to the given cell but which is not on a cyclic,...
A special matrix type and solver, designed for finite volume solutions of scalar equations.
Namespace for OpenFOAM.