FreeFOAM The Cross-Platform CFD Toolkit
wallHeatTransferFvPatchScalarField Class Reference

Enthalpy boundary conditions for wall heat transfer. More...

#include <basicThermophysicalModels/wallHeatTransferFvPatchScalarField.H>


Detailed Description

List of all members.

Public Member Functions

 TypeName ("wallHeatTransfer")
 Runtime type information.
 wallHeatTransferFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &)
 Construct from patch and internal field.
 wallHeatTransferFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 wallHeatTransferFvPatchScalarField (const wallHeatTransferFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping given wallHeatTransferFvPatchScalarField.
 wallHeatTransferFvPatchScalarField (const wallHeatTransferFvPatchScalarField &)
 Construct as copy.
virtual tmp< fvPatchScalarFieldclone () const
 Construct and return a clone.
 wallHeatTransferFvPatchScalarField (const wallHeatTransferFvPatchScalarField &, const DimensionedField< scalar, volMesh > &)
 Construct as copy setting internal field reference.
virtual tmp< fvPatchScalarFieldclone (const DimensionedField< scalar, volMesh > &iF) const
 Construct and return a clone setting internal field reference.
const scalarFieldTinf () const
 Return Tinf.
scalarFieldTinf ()
 Return reference to Tinf to allow adjustment.
const scalarFieldalphaWall () const
 Return alphaWall.
scalarFieldalphaWall ()
 Return reference to alphaWall to allow adjustment.
virtual void autoMap (const fvPatchFieldMapper &)
 Map (and resize as needed) from self given a mapping object.
virtual void rmap (const fvPatchScalarField &, const labelList &)
 Reverse map the given fvPatchField onto this fvPatchField.
virtual void updateCoeffs ()
 Update the coefficients associated with the patch field.
virtual void write (Ostream &) const
 Write.

Constructor & Destructor Documentation

wallHeatTransferFvPatchScalarField ( const fvPatch p,
const DimensionedField< scalar, volMesh > &  iF 
)

Construct from patch and internal field.

Definition at line 35 of file wallHeatTransferFvPatchScalarField.C.

Referenced by wallHeatTransferFvPatchScalarField::clone().

wallHeatTransferFvPatchScalarField ( const fvPatch p,
const DimensionedField< scalar, volMesh > &  iF,
const dictionary dict 
)

Construct from patch, internal field and dictionary.

Definition at line 65 of file wallHeatTransferFvPatchScalarField.C.

References dictionary::found(), scalarField(), and fvPatch::size().

wallHeatTransferFvPatchScalarField ( const wallHeatTransferFvPatchScalarField ptf,
const fvPatch p,
const DimensionedField< scalar, volMesh > &  iF,
const fvPatchFieldMapper mapper 
)

Construct by mapping given wallHeatTransferFvPatchScalarField.

onto a new patch

Definition at line 51 of file wallHeatTransferFvPatchScalarField.C.

Construct as copy.

Definition at line 94 of file wallHeatTransferFvPatchScalarField.C.

Construct as copy setting internal field reference.

Definition at line 105 of file wallHeatTransferFvPatchScalarField.C.


Member Function Documentation

TypeName ( "wallHeatTransfer"  )

Runtime type information.

virtual tmp<fvPatchScalarField> clone ( ) const
inlinevirtual

Construct and return a clone.

Definition at line 102 of file wallHeatTransferFvPatchScalarField.H.

References wallHeatTransferFvPatchScalarField::wallHeatTransferFvPatchScalarField().

virtual tmp<fvPatchScalarField> clone ( const DimensionedField< scalar, volMesh > &  iF) const
inlinevirtual

Construct and return a clone setting internal field reference.

Definition at line 119 of file wallHeatTransferFvPatchScalarField.H.

References wallHeatTransferFvPatchScalarField::wallHeatTransferFvPatchScalarField().

const scalarField& Tinf ( ) const
inline

Return Tinf.

Definition at line 135 of file wallHeatTransferFvPatchScalarField.H.

scalarField& Tinf ( )
inline

Return reference to Tinf to allow adjustment.

Definition at line 141 of file wallHeatTransferFvPatchScalarField.H.

const scalarField& alphaWall ( ) const
inline

Return alphaWall.

Definition at line 147 of file wallHeatTransferFvPatchScalarField.H.

scalarField& alphaWall ( )
inline

Return reference to alphaWall to allow adjustment.

Definition at line 153 of file wallHeatTransferFvPatchScalarField.H.

void autoMap ( const fvPatchFieldMapper m)
virtual

Map (and resize as needed) from self given a mapping object.

Definition at line 119 of file wallHeatTransferFvPatchScalarField.C.

void rmap ( const fvPatchScalarField ptf,
const labelList addr 
)
virtual
void updateCoeffs ( )
virtual

Update the coefficients associated with the patch field.

Definition at line 145 of file wallHeatTransferFvPatchScalarField.C.

References basicThermo::alpha(), GeometricField< Type, PatchField, GeoMesh >::boundaryField(), basicThermo::Cp(), patchi, basicThermo::T(), and thermo.

void write ( Ostream os) const
virtual

Write.

Definition at line 174 of file wallHeatTransferFvPatchScalarField.C.

References fvPatchField< scalar >::write().


The documentation for this class was generated from the following files: