adding support for icoPoly8ThermoPhysics

This commit is contained in:
andy
2009-06-16 18:32:56 +01:00
parent 959afc3291
commit 8fc2f5b676
18 changed files with 90 additions and 2 deletions

View File

@ -44,6 +44,11 @@ License
( \
ParcelType, \
gasThermoPhysics \
); \
createCoalParcelThermoType \
( \
ParcelType, \
icoPoly8ThermoPhysics \
);

View File

@ -50,6 +50,11 @@ License
( \
ParcelType, \
gasThermoPhysics \
); \
makeCoalSurfaceReactionModelThermoType \
( \
ParcelType, \
icoPoly8ThermoPhysics \
);

View File

@ -34,7 +34,8 @@ License
#define createReactingCloudType(CloudType) \
\
createReactingCloudThermoType(CloudType, constGasThermoPhysics); \
createReactingCloudThermoType(CloudType, gasThermoPhysics);
createReactingCloudThermoType(CloudType, gasThermoPhysics); \
createReactingCloudThermoType(CloudType, icoPoly8ThermoPhysics);
#define createReactingCloudThermoType(CloudType, ThermoType) \

View File

@ -43,6 +43,11 @@ License
( \
ParcelType, \
gasThermoPhysics \
); \
createReactingMultiphaseParcelThermoType \
( \
ParcelType, \
icoPoly8ThermoPhysics \
);

View File

@ -35,7 +35,8 @@ License
#define createReactingParcelType(ParcelType) \
\
createReactingParcelThermoType(ParcelType, constGasThermoPhysics); \
createReactingParcelThermoType(ParcelType, gasThermoPhysics);
createReactingParcelThermoType(ParcelType, gasThermoPhysics); \
createReactingParcelThermoType(ParcelType, icoPoly8ThermoPhysics);
#define createReactingParcelThermoType(ParcelType, ThermoType) \

View File

@ -42,6 +42,11 @@ License
( \
ParcelType, \
gasThermoPhysics \
); \
createTrackedReactingParcelThermoType \
( \
ParcelType, \
icoPoly8ThermoPhysics \
);

View File

@ -47,6 +47,11 @@ License
( \
ParcelType, \
gasThermoPhysics \
); \
makeReactingMultiphaseCompositionModelThermoType \
( \
ParcelType, \
icoPoly8ThermoPhysics \
);

View File

@ -49,6 +49,11 @@ License
( \
ParcelType, \
gasThermoPhysics \
); \
makeReactingMultiphaseDevolatilisationModelThermoType \
( \
ParcelType, \
icoPoly8ThermoPhysics \
);

View File

@ -52,6 +52,12 @@ License
( \
ParcelType, \
gasThermoPhysics \
); \
\
makeReactingMultiphaseInjectionModelThermoType \
( \
ParcelType, \
icoPoly8ThermoPhysics \
);

View File

@ -47,6 +47,11 @@ License
( \
ParcelType, \
gasThermoPhysics \
); \
makeReactingMultiphaseSurfaceReactionModelThermoType \
( \
ParcelType, \
icoPoly8ThermoPhysics \
);

View File

@ -47,6 +47,11 @@ License
( \
ParcelType, \
gasThermoPhysics \
); \
makeReactingCompositionModelThermoType \
( \
ParcelType, \
icoPoly8ThermoPhysics \
);

View File

@ -50,6 +50,12 @@ License
( \
ParcelType, \
gasThermoPhysics \
); \
\
makeReactingDispersionModelThermoType \
( \
ParcelType, \
icoPoly8ThermoPhysics \
);

View File

@ -48,6 +48,11 @@ License
( \
ParcelType, \
gasThermoPhysics \
); \
makeReactingDragModelThermoType \
( \
ParcelType, \
icoPoly8ThermoPhysics \
);

View File

@ -48,6 +48,11 @@ License
( \
ParcelType, \
gasThermoPhysics \
); \
makeReactingHeatTransferModelThermoType \
( \
ParcelType, \
icoPoly8ThermoPhysics \
);

View File

@ -53,6 +53,12 @@ License
( \
ParcelType, \
gasThermoPhysics \
); \
\
makeReactingInjectionModelThermoType \
( \
ParcelType, \
icoPoly8ThermoPhysics \
);

View File

@ -50,6 +50,12 @@ License
( \
ParcelType, \
gasThermoPhysics \
); \
\
makeReactingPatchInteractionModelThermoType \
( \
ParcelType, \
icoPoly8ThermoPhysics \
);

View File

@ -49,6 +49,12 @@ License
( \
ParcelType, \
gasThermoPhysics \
); \
\
makeReactingPhaseChangeModelThermoType \
( \
ParcelType, \
icoPoly8ThermoPhysics \
);

View File

@ -49,6 +49,12 @@ License
( \
ParcelType, \
gasThermoPhysics \
); \
\
makeReactingPostProcessingModelThermoType \
( \
ParcelType, \
icoPoly8ThermoPhysics \
);