76#ifndef Foam_heatExchangerModels_referenceTemperature_H
77#define Foam_heatExchangerModels_referenceTemperature_H
96 public heatExchangerModel
101 autoPtr<Function1<scalar>> targetQdotPtr_;
106 autoPtr<interpolation2DTable<scalar>> TrefTablePtr_;
123 scalar primaryNetMassFlux()
const;
126 scalar primaryInletTemperature()
const;
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
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,...
Mesh data needed to do the Finite Volume discretisation.
heatExchangerModel(const fvMesh &mesh, const word &name, const dictionary &coeffs)
Construct from components.
A heat exchanger model where heat exchange is calculated via a temperature table.
virtual void initialise()
Initialise data members of the model.
virtual ~referenceTemperature()=default
Destructor.
TypeName("referenceTemperature")
Runtime type information.
void operator=(const referenceTemperature &)=delete
No copy assignment.
virtual bool read(const dictionary &dict)
Read top-level dictionary.
referenceTemperature(const fvMesh &mesh, const word &name, const dictionary &coeffs)
Construct from components.
referenceTemperature(const referenceTemperature &)=delete
No copy construct.
virtual tmp< scalarField > energyDensity(const labelList &cells)
Return energy density per unit length [J/m3/m].
A class for managing temporary objects.
A class for handling words, derived from Foam::string.
OBJstream os(runTime.globalPath()/outputName)
A namespace for various heat exchanger model implementations.
List< label > labelList
A List of labels.
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
dimensionedScalar log(const dimensionedScalar &ds)
word name(const expressions::valueTypeCode typeCode)
A word representation of a valueTypeCode. Empty for expressions::valueTypeCode::INVALID.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.