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