heSolidThermoCFDEM
Replacement for the standard heSolidThermo type.
Currently used to enable mass loss for solid region solvers using thermalRunawayModel.
Syntax
Defined in the constant/physicalProperties dictionary (alt. constant/thermophyscialProperties) for single region solid solvers, and constant/<solidRegion>/physcialProperties for multi-region solvers.
thermoType
{
type heSolidThermoCFDEM;
// ... other entries here ...
}
Examples
thermoType
{
type heSolidThermoCFDEM;
mixture pureMixture;
transport constAnIsoSolid;
thermo eConst;
equationOfState rhoConst;
specie specie;
energy sensibleInternalEnergy;
}
mixtureis the mixture typetransportis the transport equation typethermois the thermophysical typeequationOfStateis the equation of state typespecieis the specie typeenergyis the energy equation type
Restrictions
Only applicable to solid regions.
Requires
Requires configuration of massLossModel.
Home