initial commit for version 1.5.x patch release
[OpenFOAM-1.5.x.git] / src / finiteVolume / cfdTools / general / include / fvCFD.H
blob4c8935645273c51f6d59664f6f7dd6f67df62d60
1 #ifndef fvCFD_H
2 #define fvCFD_H
4 #include "parRun.H"
6 #include "Time.H"
7 #include "fvMesh.H"
8 #include "fvc.H"
9 #include "fvMatrices.H"
10 #include "fvm.H"
11 #include "linear.H"
12 #include "calculatedFvPatchFields.H"
13 #include "fixedValueFvPatchFields.H"
14 #include "adjustPhi.H"
15 #include "findRefCell.H"
16 #include "mathematicalConstants.H"
18 #include "OSspecific.H"
19 #include "argList.H"
20 #include "timeSelector.H"
22 #ifndef namespaceFoam
23 #define namespaceFoam
24     using namespace Foam;
25 #endif
27 #endif