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;
}
  • mixture is the mixture type

  • transport is the transport equation type

  • thermo is the thermophysical type

  • equationOfState is the equation of state type

  • specie is the specie type

  • energy is the energy equation type

Restrictions

Only applicable to solid regions.

Requires

Requires configuration of massLossModel.