mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Thermodynamics: Rationalised the base classes for fluid and solid thermo.
New base class for fluid and solid thermo: veryBasicThermo Base class for fluid thermo: basicThermo (derived from veryBasicThermo) Base class for solid thermo: solidThermo (derived from veryBasicThermo) Note in next commit basicThermo -> fluidThermo, veryBasicThermo -> basicThermo
This commit is contained in:
0
tutorials/combustion/chemFoam/nc7h16/validation/createGraph
Normal file → Executable file
0
tutorials/combustion/chemFoam/nc7h16/validation/createGraph
Normal file → Executable file
@ -15,7 +15,7 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
solidChemistryModel ODESolidChemistryModel<constSolidThermoPhysics>;
|
||||
solidChemistryModel ODESolidChemistryModel<hConstSolidThermoPhysics>;
|
||||
|
||||
gasThermoModel gasThermoPhysics;
|
||||
|
||||
|
||||
@ -14,7 +14,7 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
thermoType heSolidThermo<reactingSolidMixture<constIsoSolidTransport<constSolidRad<specieThermo<constSolidThermo<constRho>,sensibleEnthalpy>>>>>;
|
||||
thermoType heSolidThermo<reactingSolidMixture<constIsoSolidTransport<constSolidRad<specieThermo<hConstThermo<incompressible>,sensibleEnthalpy>>>>>;
|
||||
|
||||
solidComponents
|
||||
(
|
||||
@ -43,7 +43,7 @@ vCoeffs
|
||||
Cp 696;
|
||||
Hf -1.41e6;
|
||||
}
|
||||
density
|
||||
equationOfState
|
||||
{
|
||||
rho 114.7;
|
||||
}
|
||||
@ -71,7 +71,7 @@ charCoeffs
|
||||
Cp 611;
|
||||
Hf 0;
|
||||
}
|
||||
density
|
||||
equationOfState
|
||||
{
|
||||
rho 11.5;
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user