105#ifndef Foam_fv_heatExchangerSource_H
106#define Foam_fv_heatExchangerSource_H
127 public fv::cellSetOption
132 autoPtr<heatExchangerModel> heatExchangerModelPtr_;
147 const word& modelType,
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
A special matrix type and solver, designed for finite volume solutions of scalar equations....
Mesh data needed to do the Finite Volume discretisation.
Intermediate abstract class for handling cell-set options for the derived fvOptions.
Heat exchanger source model for compressible flows, where the heat exchanger is modelled as an energy...
virtual ~heatExchangerSource()=default
Destructor.
TypeName("heatExchangerSource")
Runtime type information.
void operator=(const heatExchangerSource &)=delete
No copy assignment.
virtual bool read(const dictionary &dict)
Read top-level dictionary.
virtual void addSup(fvMatrix< scalar > &eqn, const label fieldi)
Add explicit/implicit contribution to momentum equation.
heatExchangerSource(const word &name, const word &modelType, const dictionary &dict, const fvMesh &mesh)
Construct from components.
heatExchangerSource(const heatExchangerSource &)=delete
No copy construct.
const word & name() const noexcept
Return const access to the source name.
const fvMesh & mesh() const noexcept
Return const access to the mesh database.
Base class for heat exchanger models to handle various characteristics for the heatExchangerSource fv...
A class for handling words, derived from Foam::string.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
Namespace for finite-volume.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.