FreeFOAM The Cross-Platform CFD Toolkit
fvCFD.H
Go to the documentation of this file.
1 #ifndef fvCFD_H
2 #define fvCFD_H
3 
4 #include <OpenFOAM/parRun.H>
5 
6 #include <OpenFOAM/Time.H>
7 #include <finiteVolume/fvMesh.H>
8 #include <finiteVolume/fvc.H>
10 #include <finiteVolume/fvm.H>
11 #include <finiteVolume/linear.H>
15 #include <finiteVolume/adjustPhi.H>
18 
19 #include <OpenFOAM/OSspecific.H>
20 #include <OpenFOAM/argList.H>
21 #include <OpenFOAM/timeSelector.H>
22 
23 #ifndef namespaceFoam
24 #define namespaceFoam
25  using namespace Foam;
26 #endif
27 
28 #endif