mixedEnergyFvPatchScalarField Class Reference

This boundary condition provides a mixed condition for energy. This is selected when the corresponding temperature condition is mixed, or mixedEnergyCalculatedTemperature. More...

Inheritance diagram for mixedEnergyFvPatchScalarField:
Collaboration diagram for mixedEnergyFvPatchScalarField:

Public Member Functions

 TypeName ("mixedEnergy")
 Runtime type information. More...
 
 mixedEnergyFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &)
 Construct from patch and internal field. More...
 
 mixedEnergyFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary. More...
 
 mixedEnergyFvPatchScalarField (const mixedEnergyFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fieldMapper &)
 Construct by mapping given mixedEnergyFvPatchScalarField. More...
 
 mixedEnergyFvPatchScalarField (const mixedEnergyFvPatchScalarField &)=delete
 Disallow copy without setting internal field reference. More...
 
 mixedEnergyFvPatchScalarField (const mixedEnergyFvPatchScalarField &, 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...
 
void map (const mixedEnergyFvPatchScalarField &, const fieldMapper &)
 Map the given fvPatchField onto this fvPatchField. More...
 
virtual void map (const fvPatchScalarField &, const fieldMapper &)
 Map the given fvPatchField onto this fvPatchField. More...
 
virtual bool fixesValue () const
 Allow manipulation of the boundary values. More...
 
virtual void updateCoeffs ()
 Update the coefficients associated with the patch field. More...
 

Detailed Description

This boundary condition provides a mixed condition for energy. This is selected when the corresponding temperature condition is mixed, or mixedEnergyCalculatedTemperature.

If the temperature condition is mixed, the parameters of the energy condition are obtained from a linearisation of the corresponding parameters of the temperature condition.

If the temperature condition is mixedEnergyCalculatedTemperature, then the temperature condition explicitly provides energy refValue/refGrad/valueFraction fields, so no linearisation is needed.

See also
Foam::mixedFvPatchField Foam::mixedEnergyCalculatedTemperatureFvPatchField
Source files

Definition at line 62 of file mixedEnergyFvPatchScalarField.H.

Constructor & Destructor Documentation

◆ mixedEnergyFvPatchScalarField() [1/5]

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

Construct from patch and internal field.

Definition at line 35 of file mixedEnergyFvPatchScalarField.C.

Referenced by mixedEnergyFvPatchScalarField::clone().

Here is the caller graph for this function:

◆ mixedEnergyFvPatchScalarField() [2/5]

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

Construct from patch, internal field and dictionary.

Definition at line 50 of file mixedEnergyFvPatchScalarField.C.

◆ mixedEnergyFvPatchScalarField() [3/5]

mixedEnergyFvPatchScalarField ( const mixedEnergyFvPatchScalarField ptf,
const fvPatch p,
const DimensionedField< scalar, volMesh > &  iF,
const fieldMapper mapper 
)

Construct by mapping given mixedEnergyFvPatchScalarField.

onto a new patch

Definition at line 62 of file mixedEnergyFvPatchScalarField.C.

References mixedEnergyFvPatchScalarField::map().

Here is the call graph for this function:

◆ mixedEnergyFvPatchScalarField() [4/5]

Disallow copy without setting internal field reference.

◆ mixedEnergyFvPatchScalarField() [5/5]

Copy constructor setting internal field reference.

Definition at line 77 of file mixedEnergyFvPatchScalarField.C.

Member Function Documentation

◆ TypeName()

TypeName ( "mixedEnergy"  )

Runtime type information.

◆ clone()

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

Construct and return a clone setting internal field reference.

Definition at line 114 of file mixedEnergyFvPatchScalarField.H.

References mixedEnergyFvPatchScalarField::mixedEnergyFvPatchScalarField().

Here is the call graph for this function:

◆ map() [1/2]

void map ( const mixedEnergyFvPatchScalarField ptf,
const fieldMapper mapper 
)

Map the given fvPatchField onto this fvPatchField.

Definition at line 90 of file mixedEnergyFvPatchScalarField.C.

Referenced by mixedEnergyFvPatchScalarField::mixedEnergyFvPatchScalarField().

Here is the caller graph for this function:

◆ map() [2/2]

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

Map the given fvPatchField onto this fvPatchField.

Definition at line 104 of file mixedEnergyFvPatchScalarField.C.

◆ fixesValue()

virtual bool fixesValue ( ) const
inlinevirtual

Allow manipulation of the boundary values.

Definition at line 140 of file mixedEnergyFvPatchScalarField.H.

◆ updateCoeffs()


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