Public Member Functions | Private Attributes
filmPyrolysisTemperatureCoupledFvPatchScalarField Class Reference

This boundary condition is designed to be used in conjunction with surface film and pyrolysis modelling. It provides a temperature boundary condition for patches on the primary region based on whether the patch is seen to be 'wet', retrieved from the film alpha field. More...

Inheritance diagram for filmPyrolysisTemperatureCoupledFvPatchScalarField:
Inheritance graph
[legend]
Collaboration diagram for filmPyrolysisTemperatureCoupledFvPatchScalarField:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("filmPyrolysisTemperatureCoupled")
 Runtime type information. More...
 
 filmPyrolysisTemperatureCoupledFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &)
 Construct from patch and internal field. More...
 
 filmPyrolysisTemperatureCoupledFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary. More...
 
 filmPyrolysisTemperatureCoupledFvPatchScalarField (const filmPyrolysisTemperatureCoupledFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping given. More...
 
 filmPyrolysisTemperatureCoupledFvPatchScalarField (const filmPyrolysisTemperatureCoupledFvPatchScalarField &)
 Construct as copy. More...
 
virtual tmp< fvPatchScalarFieldclone () const
 Construct and return a clone. More...
 
 filmPyrolysisTemperatureCoupledFvPatchScalarField (const filmPyrolysisTemperatureCoupledFvPatchScalarField &, const DimensionedField< scalar, volMesh > &)
 Construct as copy setting internal field reference. More...
 
virtual tmp< fvPatchScalarFieldclone (const DimensionedField< scalar, volMesh > &iF) const
 Construct and return a clone setting internal field reference. More...
 
const wordphiName () const
 Return the name of phi. More...
 
wordphiName ()
 Return reference to the name of phi to allow adjustment. More...
 
const wordrhoName () const
 Return the name of rho. More...
 
wordrhoName ()
 Return reference to the name of rho to allow adjustment. More...
 
virtual void updateCoeffs ()
 Update the coefficients associated with the patch field. More...
 
virtual void write (Ostream &) const
 Write. More...
 

Private Attributes

const word filmRegionName_
 Name of film region. More...
 
const word pyrolysisRegionName_
 Name of pyrolysis region. More...
 
word phiName_
 Name of flux field. More...
 
word rhoName_
 Name of density field. More...
 

Detailed Description

This boundary condition is designed to be used in conjunction with surface film and pyrolysis modelling. It provides a temperature boundary condition for patches on the primary region based on whether the patch is seen to be 'wet', retrieved from the film alpha field.

Example of the boundary condition specification:

    myPatch
    {
        type            filmPyrolysisTemperatureCoupled;
        phi             phi;      // name of flux field (default = phi)
        rho             rho;      // name of density field (default = rho)
        deltaWet        1e-4;     // threshold height for 'wet' film
        value           uniform   300; // initial temperature / [K]
    }
Source files

Definition at line 66 of file filmPyrolysisTemperatureCoupledFvPatchScalarField.H.

Constructor & Destructor Documentation

◆ filmPyrolysisTemperatureCoupledFvPatchScalarField() [1/5]

Construct from patch and internal field.

Definition at line 36 of file filmPyrolysisTemperatureCoupledFvPatchScalarField.C.

Referenced by filmPyrolysisTemperatureCoupledFvPatchScalarField::clone().

Here is the caller graph for this function:

◆ filmPyrolysisTemperatureCoupledFvPatchScalarField() [2/5]

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

Construct from patch, internal field and dictionary.

Definition at line 68 of file filmPyrolysisTemperatureCoupledFvPatchScalarField.C.

References dict, p, and scalarField().

Here is the call graph for this function:

◆ filmPyrolysisTemperatureCoupledFvPatchScalarField() [3/5]

Construct by mapping given.

filmPyrolysisTemperatureCoupledFvPatchScalarField onto a new patch

Definition at line 51 of file filmPyrolysisTemperatureCoupledFvPatchScalarField.C.

◆ filmPyrolysisTemperatureCoupledFvPatchScalarField() [4/5]

Construct as copy.

Definition at line 92 of file filmPyrolysisTemperatureCoupledFvPatchScalarField.C.

◆ filmPyrolysisTemperatureCoupledFvPatchScalarField() [5/5]

Construct as copy setting internal field reference.

Definition at line 106 of file filmPyrolysisTemperatureCoupledFvPatchScalarField.C.

Member Function Documentation

◆ TypeName()

TypeName ( "filmPyrolysisTemperatureCoupled"  )

Runtime type information.

◆ clone() [1/2]

virtual tmp<fvPatchScalarField> clone ( ) const
inlinevirtual

Construct and return a clone.

Definition at line 125 of file filmPyrolysisTemperatureCoupledFvPatchScalarField.H.

References filmPyrolysisTemperatureCoupledFvPatchScalarField::filmPyrolysisTemperatureCoupledFvPatchScalarField().

Here is the call graph for this function:

◆ clone() [2/2]

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

Construct and return a clone setting internal field reference.

Definition at line 142 of file filmPyrolysisTemperatureCoupledFvPatchScalarField.H.

References filmPyrolysisTemperatureCoupledFvPatchScalarField::filmPyrolysisTemperatureCoupledFvPatchScalarField().

Here is the call graph for this function:

◆ phiName() [1/2]

const word& phiName ( ) const
inline

◆ phiName() [2/2]

word& phiName ( )
inline

Return reference to the name of phi to allow adjustment.

Definition at line 164 of file filmPyrolysisTemperatureCoupledFvPatchScalarField.H.

References filmPyrolysisTemperatureCoupledFvPatchScalarField::phiName_.

◆ rhoName() [1/2]

const word& rhoName ( ) const
inline

◆ rhoName() [2/2]

word& rhoName ( )
inline

Return reference to the name of rho to allow adjustment.

Definition at line 176 of file filmPyrolysisTemperatureCoupledFvPatchScalarField.H.

References filmPyrolysisTemperatureCoupledFvPatchScalarField::rhoName_.

◆ updateCoeffs()

void updateCoeffs ( )
virtual

Update the coefficients associated with the patch field.

Definition at line 121 of file filmPyrolysisTemperatureCoupledFvPatchScalarField.C.

References filmPyrolysisTemperatureCoupledFvPatchScalarField::filmRegionName_, UPstream::msgType(), filmPyrolysisTemperatureCoupledFvPatchScalarField::pyrolysisRegionName_, and Field::T().

Here is the call graph for this function:

◆ write()

void write ( Ostream os) const
virtual

Write.

Definition at line 184 of file filmPyrolysisTemperatureCoupledFvPatchScalarField.C.

References fvPatchField::write().

Here is the call graph for this function:

Field Documentation

◆ filmRegionName_

const word filmRegionName_
private

◆ pyrolysisRegionName_

const word pyrolysisRegionName_
private

◆ phiName_

word phiName_
private

◆ rhoName_

word rhoName_
private

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