IsothermalSolidPhaseModel< BasePhaseModel > Class Template Reference

Class which represents a solid phase for which the temperature (strictly energy) remains constant. Returns an empty energy equation and does nothing when correctThermo is called. More...

Inheritance diagram for IsothermalSolidPhaseModel< BasePhaseModel >:
Collaboration diagram for IsothermalSolidPhaseModel< BasePhaseModel >:

Public Member Functions

 IsothermalSolidPhaseModel (const phaseSystem &fluid, const word &phaseName, const bool referencePhase, const label index)
 
virtual ~IsothermalSolidPhaseModel ()
 Destructor. More...
 
virtual void correctThermo ()
 Correct the thermodynamics. More...
 
virtual bool isothermal () const
 Return whether the phase is isothermal. More...
 
virtual tmp< scalarFieldkappaEff (const label patchi) const
 Return the effective thermal conductivity on a patch. More...
 
virtual tmp< fvScalarMatrixheEqn ()
 Return the enthalpy equation. More...
 

Detailed Description

template<class BasePhaseModel>
class Foam::IsothermalSolidPhaseModel< BasePhaseModel >

Class which represents a solid phase for which the temperature (strictly energy) remains constant. Returns an empty energy equation and does nothing when correctThermo is called.

Source files

Definition at line 51 of file IsothermalSolidPhaseModel.H.

Constructor & Destructor Documentation

◆ IsothermalSolidPhaseModel()

IsothermalSolidPhaseModel ( const phaseSystem fluid,
const word phaseName,
const bool  referencePhase,
const label  index 
)

Definition at line 32 of file IsothermalSolidPhaseModel.C.

◆ ~IsothermalSolidPhaseModel()

Destructor.

Definition at line 47 of file IsothermalSolidPhaseModel.C.

Member Function Documentation

◆ correctThermo()

void correctThermo
virtual

Correct the thermodynamics.

Definition at line 54 of file IsothermalSolidPhaseModel.C.

◆ isothermal()

bool isothermal
virtual

Return whether the phase is isothermal.

Definition at line 61 of file IsothermalSolidPhaseModel.C.

◆ kappaEff()

Foam::tmp< Foam::scalarField > kappaEff ( const label  patchi) const
virtual

Return the effective thermal conductivity on a patch.

Definition at line 69 of file IsothermalSolidPhaseModel.C.

References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), basicThermo::kappa(), NotImplemented, patchi, and thermo.

Here is the call graph for this function:

◆ heEqn()

Foam::tmp< Foam::fvScalarMatrix > heEqn
virtual

Return the enthalpy equation.

Definition at line 81 of file IsothermalSolidPhaseModel.C.

References Foam::exit(), Foam::FatalError, and FatalErrorInFunction.

Here is the call graph for this function:

The documentation for this class was generated from the following files: