130 #ifndef effectivenessHeatExchangerSource_H 131 #define effectivenessHeatExchangerSource_H 148 class effectivenessHeatExchangerSource
168 autoPtr<interpolation2DTable<scalar>>
eTable_;
215 void calculateTotalArea(scalar& area);
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
label zoneID_
Id for the face zone.
scalar secondaryInletT_
Inlet secondary temperature [K].
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual bool read(const dictionary &dict)
Read dictionary.
word TName_
Name of temperature field; default = T.
word faceZoneName_
Name of the faceZone at the heat exchange inlet.
const fvMesh & mesh() const
Return const access to the mesh database.
labelList faceId_
Local list of face IDs.
virtual ~effectivenessHeatExchangerSource()
Destructor.
A class for handling words, derived from string.
scalar faceZoneArea_
Area of the face zone.
scalar primaryInletT_
Primary air temperature at the heat exchanger inlet [K].
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.
List< label > labelList
A List of labels.
const word & name() const
Return const access to the source name.
TypeName("effectivenessHeatExchangerSource")
Runtime type information.
Heat exchanger source model, in which the heat exchanger is defined as a selection of cells...
word phiName_
Name of the flux.
Mesh data needed to do the Finite Volume discretisation.
labelList faceSign_
List of +1/-1 representing face flip map (1 use as is, -1 negate)
autoPtr< interpolation2DTable< scalar > > eTable_
2D look up table efficiency = function of primary and secondary
labelList facePatchId_
Local list of patch ID per face.
scalar secondaryMassFlowRate_
Secondary flow mass rate [kg/s].
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
word UName_
Name of velocity field; default = U.
virtual void addSup(fvMatrix< scalar > &eqn, const label fieldi)
Scalar.