mixedEnergyCalculatedTemperatureFvPatchScalarField Class Reference

Base class for temperature boundary conditions in which the parameters of the mixed energy condition can be set directly. More...

Inheritance diagram for mixedEnergyCalculatedTemperatureFvPatchScalarField:
Collaboration diagram for mixedEnergyCalculatedTemperatureFvPatchScalarField:

Public Member Functions

 TypeName ("mixedEnergyCalculatedTemperature")
 Run-time type information. More...
 
 mixedEnergyCalculatedTemperatureFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &)
 Construct from patch and internal field. More...
 
 mixedEnergyCalculatedTemperatureFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary. More...
 
 mixedEnergyCalculatedTemperatureFvPatchScalarField (const mixedEnergyCalculatedTemperatureFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping given. More...
 
 mixedEnergyCalculatedTemperatureFvPatchScalarField (const mixedEnergyCalculatedTemperatureFvPatchScalarField &)=delete
 Disallow copy without setting internal field reference. More...
 
 mixedEnergyCalculatedTemperatureFvPatchScalarField (const mixedEnergyCalculatedTemperatureFvPatchScalarField &, const DimensionedField< scalar, volMesh > &)
 Copy constructor setting internal field reference. More...
 
virtual tmp< fvPatchScalarFieldclone (const DimensionedField< scalar, volMesh > &iF) const
 Construct and return a clone setting internal field reference. More...
 
virtual bool fixesValue () const
 Return true if this patch field fixes a value. More...
 
scalarFieldheRefValue ()
 Access the energy value. More...
 
const scalarFieldheRefValue () const
 Access the energy value. More...
 
scalarFieldheRefGrad ()
 Access the energy gradient. More...
 
const scalarFieldheRefGrad () const
 Access the energy gradient. More...
 
scalarFieldheValueFraction ()
 Access the energy fraction. More...
 
const scalarFieldheValueFraction () const
 Access the energy fraction. More...
 
virtual void map (const fvPatchScalarField &, const fvPatchFieldMapper &)
 Map the given fvPatchField onto this fvPatchField. More...
 
virtual void reset (const fvPatchScalarField &)
 Reset the fvPatchField to the given fvPatchField. More...
 

Detailed Description

Base class for temperature boundary conditions in which the parameters of the mixed energy condition can be set directly.

Source files

Definition at line 49 of file mixedEnergyCalculatedTemperatureFvPatchScalarField.H.

Constructor & Destructor Documentation

◆ mixedEnergyCalculatedTemperatureFvPatchScalarField() [1/5]

Construct from patch and internal field.

Definition at line 42 of file mixedEnergyCalculatedTemperatureFvPatchScalarField.C.

◆ mixedEnergyCalculatedTemperatureFvPatchScalarField() [2/5]

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

Construct from patch, internal field and dictionary.

Definition at line 56 of file mixedEnergyCalculatedTemperatureFvPatchScalarField.C.

References Foam::evaluate().

Here is the call graph for this function:

◆ mixedEnergyCalculatedTemperatureFvPatchScalarField() [3/5]

◆ mixedEnergyCalculatedTemperatureFvPatchScalarField() [4/5]

Disallow copy without setting internal field reference.

◆ mixedEnergyCalculatedTemperatureFvPatchScalarField() [5/5]

Copy constructor setting internal field reference.

Definition at line 89 of file mixedEnergyCalculatedTemperatureFvPatchScalarField.C.

Member Function Documentation

◆ TypeName()

TypeName ( "mixedEnergyCalculatedTemperature"  )

Run-time type information.

◆ clone()

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

Construct and return a clone setting internal field reference.

Reimplemented in specieTransferTemperatureFvPatchScalarField.

Definition at line 115 of file mixedEnergyCalculatedTemperatureFvPatchScalarField.H.

◆ fixesValue()

virtual bool fixesValue ( ) const
inlinevirtual

Return true if this patch field fixes a value.

Definition at line 136 of file mixedEnergyCalculatedTemperatureFvPatchScalarField.H.

◆ heRefValue() [1/2]

scalarField& heRefValue ( )
inline

Access the energy value.

Definition at line 142 of file mixedEnergyCalculatedTemperatureFvPatchScalarField.H.

Referenced by mixedEnergyFvPatchScalarField::updateCoeffs().

Here is the caller graph for this function:

◆ heRefValue() [2/2]

const scalarField& heRefValue ( ) const
inline

Access the energy value.

Definition at line 148 of file mixedEnergyCalculatedTemperatureFvPatchScalarField.H.

◆ heRefGrad() [1/2]

scalarField& heRefGrad ( )
inline

Access the energy gradient.

Definition at line 154 of file mixedEnergyCalculatedTemperatureFvPatchScalarField.H.

Referenced by mixedEnergyFvPatchScalarField::updateCoeffs().

Here is the caller graph for this function:

◆ heRefGrad() [2/2]

const scalarField& heRefGrad ( ) const
inline

Access the energy gradient.

Definition at line 160 of file mixedEnergyCalculatedTemperatureFvPatchScalarField.H.

◆ heValueFraction() [1/2]

scalarField& heValueFraction ( )
inline

Access the energy fraction.

Definition at line 166 of file mixedEnergyCalculatedTemperatureFvPatchScalarField.H.

Referenced by mixedEnergyFvPatchScalarField::updateCoeffs().

Here is the caller graph for this function:

◆ heValueFraction() [2/2]

const scalarField& heValueFraction ( ) const
inline

Access the energy fraction.

Definition at line 172 of file mixedEnergyCalculatedTemperatureFvPatchScalarField.H.

◆ map()

void map ( const fvPatchScalarField ptf,
const fvPatchFieldMapper mapper 
)
virtual

Map the given fvPatchField onto this fvPatchField.

Definition at line 105 of file mixedEnergyCalculatedTemperatureFvPatchScalarField.C.

◆ reset()

void reset ( const fvPatchScalarField ptf)
virtual

Reset the fvPatchField to the given fvPatchField.

Used for mesh to mesh mapping

Definition at line 122 of file mixedEnergyCalculatedTemperatureFvPatchScalarField.C.


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