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
Class containing mesh-to-mesh mapping information after a mesh distribution where we send parts of me...
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.
virtual bool movePoints()
Update for mesh motion.
virtual void topoChange(const polyTopoChangeMap &)
Update topology using the given map.
A class for handling words, derived from string.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
virtual void distribute(const polyDistributionMap &)
Redistribute or update using the given distribution map.
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.
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
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.
Class containing mesh-to-mesh mapping information.
solidEquilibriumEnergySource(const word &name, const word &modelType, const dictionary &dict, const fvMesh &mesh)
Construct from components.
TypeName("solidEquilibriumEnergySource")
Runtime type information.