mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
This commit is contained in:
@ -36,15 +36,16 @@ Description
|
||||
#include "IFstream.H"
|
||||
#include "OSspecific.H"
|
||||
|
||||
#include "thermo.H"
|
||||
#include "absoluteEnthalpy.H"
|
||||
#include "janafThermo.H"
|
||||
#include "specie.H"
|
||||
#include "perfectGas.H"
|
||||
#include "thermo.H"
|
||||
#include "janafThermo.H"
|
||||
#include "absoluteEnthalpy.H"
|
||||
|
||||
using namespace Foam;
|
||||
|
||||
typedef species::thermo<janafThermo<perfectGas>, absoluteEnthalpy> thermo;
|
||||
|
||||
typedef species::thermo<janafThermo<perfectGas<specie> >, absoluteEnthalpy>
|
||||
thermo;
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -35,15 +35,18 @@ Description
|
||||
#include "OSspecific.H"
|
||||
#include "IOmanip.H"
|
||||
|
||||
#include "thermo.H"
|
||||
#include "absoluteEnthalpy.H"
|
||||
#include "janafThermo.H"
|
||||
#include "specie.H"
|
||||
#include "perfectGas.H"
|
||||
#include "thermo.H"
|
||||
#include "janafThermo.H"
|
||||
#include "absoluteEnthalpy.H"
|
||||
|
||||
#include "SLPtrList.H"
|
||||
|
||||
using namespace Foam;
|
||||
|
||||
typedef species::thermo<janafThermo<perfectGas>, absoluteEnthalpy> thermo;
|
||||
typedef species::thermo<janafThermo<perfectGas<specie> >, absoluteEnthalpy>
|
||||
thermo;
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
// Main program:
|
||||
|
||||
@ -38,14 +38,16 @@ Description
|
||||
#include "OSspecific.H"
|
||||
#include "IOmanip.H"
|
||||
|
||||
#include "thermo.H"
|
||||
#include "absoluteEnthalpy.H"
|
||||
#include "janafThermo.H"
|
||||
#include "specie.H"
|
||||
#include "perfectGas.H"
|
||||
#include "thermo.H"
|
||||
#include "janafThermo.H"
|
||||
#include "absoluteEnthalpy.H"
|
||||
|
||||
using namespace Foam;
|
||||
|
||||
typedef species::thermo<janafThermo<perfectGas>, absoluteEnthalpy> thermo;
|
||||
typedef species::thermo<janafThermo<perfectGas<specie> >, absoluteEnthalpy>
|
||||
thermo;
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -35,16 +35,17 @@ Description
|
||||
#include "IFstream.H"
|
||||
#include "OSspecific.H"
|
||||
|
||||
#include "thermo.H"
|
||||
#include "absoluteEnthalpy.H"
|
||||
#include "janafThermo.H"
|
||||
#include "specie.H"
|
||||
#include "perfectGas.H"
|
||||
#include "thermo.H"
|
||||
#include "janafThermo.H"
|
||||
#include "absoluteEnthalpy.H"
|
||||
#include "mixture.H"
|
||||
|
||||
using namespace Foam;
|
||||
|
||||
typedef species::thermo<janafThermo<perfectGas>, absoluteEnthalpy> thermo;
|
||||
|
||||
typedef species::thermo<janafThermo<perfectGas<specie> >, absoluteEnthalpy>
|
||||
thermo;
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
Reference in New Issue
Block a user