Public Types | Public Member Functions | Private Member Functions | Private Attributes
filmPyrolysisRadiativeCoupledMixedFvPatchScalarField Class Reference
Inheritance diagram for filmPyrolysisRadiativeCoupledMixedFvPatchScalarField:
Inheritance graph
[legend]
Collaboration diagram for filmPyrolysisRadiativeCoupledMixedFvPatchScalarField:
Collaboration graph
[legend]

Public Types

typedef Foam::regionModels::surfaceFilmModels::thermoSingleLayer filmModelType
 
typedef Foam::regionModels::pyrolysisModels::pyrolysisModel pyrolysisModelType
 
- Public Types inherited from temperatureCoupledBase
enum  KMethodType { mtFluidThermo, mtSolidThermo, mtDirectionalSolidThermo, mtLookup }
 Type of supplied Kappa. More...
 

Public Member Functions

 TypeName ("filmPyrolysisRadiativeCoupledMixed")
 Runtime type information. More...
 
 filmPyrolysisRadiativeCoupledMixedFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &)
 Construct from patch and internal field. More...
 
 filmPyrolysisRadiativeCoupledMixedFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary. More...
 
 filmPyrolysisRadiativeCoupledMixedFvPatchScalarField (const filmPyrolysisRadiativeCoupledMixedFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping given. More...
 
virtual tmp< fvPatchScalarFieldclone () const
 Construct and return a clone. More...
 
 filmPyrolysisRadiativeCoupledMixedFvPatchScalarField (const filmPyrolysisRadiativeCoupledMixedFvPatchScalarField &, 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...
 
tmp< scalarFieldK () const
 Get corresponding K field. More...
 
virtual void updateCoeffs ()
 Update the coefficients associated with the patch field. More...
 
virtual void write (Ostream &) const
 Write. More...
 
- Public Member Functions inherited from temperatureCoupledBase
 temperatureCoupledBase (const fvPatch &patch, const word &calculationMethod, const word &kappaName, const word &alphaAniName)
 Construct from patch and K name. More...
 
 temperatureCoupledBase (const fvPatch &patch, const dictionary &dict)
 Construct from patch and dictionary. More...
 
 temperatureCoupledBase (const fvPatch &patch, const temperatureCoupledBase &base)
 Construct from patch and temperatureCoupledBase. More...
 
word KMethod () const
 Method to obtain K. More...
 
const wordkappaName () const
 Name of thermal conductivity field. More...
 
tmp< scalarFieldkappa (const scalarField &Tp) const
 Given patch temperature calculate corresponding K field. More...
 
void write (Ostream &) const
 Write. More...
 

Private Member Functions

const filmModelTypefilmModel () const
 Retrieve film model from the database. More...
 
const pyrolysisModelTypepyrModel () const
 Retrieve pyrolysis model from the database. More...
 

Private Attributes

const word filmRegionName_
 Name of film region. More...
 
const word pyrolysisRegionName_
 Name of pyrolysis region. More...
 
const word TnbrName_
 Name of field on the neighbour region. More...
 
const word QrName_
 Name of the radiative heat flux. More...
 
const scalar convectiveScaling_
 Convective Scaling Factor (as determined by Prateep's tests) More...
 
const scalar filmDeltaDry_
 Minimum delta film to be consired dry. More...
 
const scalar filmDeltaWet_
 Maximum delta film to be consired wet. More...
 

Additional Inherited Members

- Protected Attributes inherited from temperatureCoupledBase
const fvPatchpatch_
 Underlying patch. More...
 
const KMethodType method_
 How to get K. More...
 
const word kappaName_
 Name of thermal conductivity field (if looked up from database) More...
 
const word alphaAniName_
 Name of the non-Isotropic alpha (default: Anialpha) More...
 
- Static Protected Attributes inherited from temperatureCoupledBase
static const NamedEnum< KMethodType, 4 > KMethodTypeNames_
 

Detailed Description

Definition at line 92 of file filmPyrolysisRadiativeCoupledMixedFvPatchScalarField.H.

Member Typedef Documentation

◆ filmModelType

◆ pyrolysisModelType

Constructor & Destructor Documentation

◆ filmPyrolysisRadiativeCoupledMixedFvPatchScalarField() [1/4]

Construct from patch and internal field.

Definition at line 103 of file filmPyrolysisRadiativeCoupledMixedFvPatchScalarField.C.

◆ filmPyrolysisRadiativeCoupledMixedFvPatchScalarField() [2/4]

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

Construct from patch, internal field and dictionary.

Definition at line 147 of file filmPyrolysisRadiativeCoupledMixedFvPatchScalarField.C.

References dict, dimensionedInternalField(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, dictionary::found(), fvPatchField::operator=(), and p.

Here is the call graph for this function:

◆ filmPyrolysisRadiativeCoupledMixedFvPatchScalarField() [3/4]

Construct by mapping given.

turbulentTemperatureCoupledBaffleMixedFvPatchScalarField onto a new patch

Definition at line 126 of file filmPyrolysisRadiativeCoupledMixedFvPatchScalarField.C.

◆ filmPyrolysisRadiativeCoupledMixedFvPatchScalarField() [4/4]

Construct as copy setting internal field reference.

Definition at line 200 of file filmPyrolysisRadiativeCoupledMixedFvPatchScalarField.C.

Member Function Documentation

◆ filmModel()

◆ pyrModel()

◆ TypeName()

TypeName ( "filmPyrolysisRadiativeCoupledMixed"  )

Runtime type information.

◆ clone() [1/2]

virtual tmp<fvPatchScalarField> clone ( ) const
inlinevirtual

Construct and return a clone.

Definition at line 174 of file filmPyrolysisRadiativeCoupledMixedFvPatchScalarField.H.

◆ 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 194 of file filmPyrolysisRadiativeCoupledMixedFvPatchScalarField.H.

◆ K()

tmp<scalarField> K ( ) const

Get corresponding K field.

Referenced by filmPyrolysisRadiativeCoupledMixedFvPatchScalarField::updateCoeffs().

Here is the caller graph for this function:

◆ updateCoeffs()

void updateCoeffs ( )
virtual

Update the coefficients associated with the patch field.

Definition at line 219 of file filmPyrolysisRadiativeCoupledMixedFvPatchScalarField.C.

References Foam::constant::atomic::alpha, GeometricField::boundaryField(), filmPyrolysisRadiativeCoupledMixedFvPatchScalarField::convectiveScaling_, fvPatch::deltaCoeffs(), dimensionedInternalField(), mappedPatchBase::distribute(), Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, filmPyrolysisRadiativeCoupledMixedFvPatchScalarField::filmDeltaDry_, filmPyrolysisRadiativeCoupledMixedFvPatchScalarField::filmDeltaWet_, filmPyrolysisRadiativeCoupledMixedFvPatchScalarField::filmModel(), Foam::gAverage(), Foam::gMax(), Foam::gMin(), Foam::gSum(), heatTransferModel::h(), thermoSingleLayer::htcw(), patchIdentifier::index(), fvPatch::index(), Foam::Info, filmPyrolysisRadiativeCoupledMixedFvPatchScalarField::K(), temperatureCoupledBase::kappa(), fvPatch::lookupPatchField(), regionModel::mapRegionPatchField(), Foam::max(), mesh, Foam::min(), fvPatch::name(), fvMesh::name(), IOobject::name(), regionModel::nbrCoupledPatchID(), Foam::nl, regionModel::primaryMesh(), filmPyrolysisRadiativeCoupledMixedFvPatchScalarField::pyrModel(), filmPyrolysisRadiativeCoupledMixedFvPatchScalarField::pyrolysisRegionName_, Qr(), filmPyrolysisRadiativeCoupledMixedFvPatchScalarField::QrName_, Foam::refCast(), mappedPatchBase::sampleMesh(), mappedPatchBase::samplePolyPatch(), filmPyrolysisRadiativeCoupledMixedFvPatchScalarField::TnbrName_, regionModel::toPrimary(), thermoSingleLayer::Ts(), and Foam::type().

Here is the call graph for this function:

◆ write()

void write ( Ostream os) const
virtual

Write.

Definition at line 382 of file filmPyrolysisRadiativeCoupledMixedFvPatchScalarField.C.

References token::END_STATEMENT, Foam::endl(), Foam::nl, write(), temperatureCoupledBase::write(), and Ostream::writeKeyword().

Here is the call graph for this function:

Field Documentation

◆ filmRegionName_

const word filmRegionName_
private

◆ pyrolysisRegionName_

const word pyrolysisRegionName_
private

◆ TnbrName_

const word TnbrName_
private

Name of field on the neighbour region.

Definition at line 117 of file filmPyrolysisRadiativeCoupledMixedFvPatchScalarField.H.

Referenced by filmPyrolysisRadiativeCoupledMixedFvPatchScalarField::updateCoeffs().

◆ QrName_

const word QrName_
private

◆ convectiveScaling_

const scalar convectiveScaling_
private

Convective Scaling Factor (as determined by Prateep's tests)

Definition at line 123 of file filmPyrolysisRadiativeCoupledMixedFvPatchScalarField.H.

Referenced by filmPyrolysisRadiativeCoupledMixedFvPatchScalarField::updateCoeffs().

◆ filmDeltaDry_

const scalar filmDeltaDry_
private

Minimum delta film to be consired dry.

Definition at line 126 of file filmPyrolysisRadiativeCoupledMixedFvPatchScalarField.H.

Referenced by filmPyrolysisRadiativeCoupledMixedFvPatchScalarField::updateCoeffs().

◆ filmDeltaWet_

const scalar filmDeltaWet_
private

Maximum delta film to be consired wet.

Definition at line 129 of file filmPyrolysisRadiativeCoupledMixedFvPatchScalarField.H.

Referenced by filmPyrolysisRadiativeCoupledMixedFvPatchScalarField::updateCoeffs().


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