56 #ifndef solidEquilibriumEnergySource_H 57 #define solidEquilibriumEnergySource_H 74 class solidEquilibriumEnergySource
102 TypeName(
"solidEquilibriumEnergySource");
111 const word& modelType,
143 const word& fieldName
152 const word& fieldName
const word & name() const
Return const access to the source name.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual bool read(const dictionary &dict)
Read dictionary.
This fvModel adds the thermal inertia of a solid phase into the energy equation. It assumes that the ...
virtual ~solidEquilibriumEnergySource()
Destructor.
virtual wordList addSupFields() const
Return the list of fields for which the fvModel adds source term.
const fvMesh & mesh() const
Return const access to the mesh database.
A class for handling words, derived from string.
A special matrix type and solver, designed for finite volume solutions of scalar equations. Face addressing is used to make all matrix assembly and solution loops vectorise.
Base-class for solid thermodynamic properties.
Mesh data needed to do the Finite Volume discretisation.
void operator=(const solidEquilibriumEnergySource &)=delete
Disallow default bitwise assignment.
virtual void addSup(const volScalarField &, fvMatrix< scalar > &, const word &fieldName) const
Explicit and implicit sources for compressible equations.
solidEquilibriumEnergySource(const word &name, const word &modelType, const dictionary &dict, const fvMesh &mesh)
Construct from components.
TypeName("solidEquilibriumEnergySource")
Runtime type information.