more fun with templates - templating thermo type throughout submodels

This commit is contained in:
andy
2009-06-02 19:55:56 +01:00
parent 03edbb8bad
commit c766b6c301
92 changed files with 1820 additions and 2308 deletions

View File

@ -35,10 +35,10 @@ Description
#include "hCombustionThermo.H"
#include "turbulenceModel.H"
#include "basicThermoCloud.H"
#include "coalCloud.H"
#include "CoalCloud.H"
#include "chemistryModel.H"
#include "chemistrySolver.H"
#include "ReactingCloudThermoTypes.H"
#include "reactingThermoTypes.H"
#include "timeActivatedExplicitSource.H"
#include "radiationModel.H"

View File

@ -31,7 +31,7 @@ forAll(gasProperties, i)
}
Info<< "\nConstructing coal cloud" << endl;
coalCloud coalParcels
CoalCloud<specieReactingProperties> coalParcels
(
"coalCloud1",
rho,

View File

@ -37,7 +37,7 @@ Description
#include "BasicReactingCloud.H"
#include "chemistryModel.H"
#include "chemistrySolver.H"
#include "ReactingCloudThermoTypes.H"
#include "reactingThermoTypes.H"
#include "radiationModel.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //