Public Types | |
typedef Foam::regionModels::surfaceFilmModels::thermoSingleLayer | filmModelType |
typedef Foam::regionModels::pyrolysisModels::pyrolysisModel | pyrolysisModelType |
![]() | |
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< fvPatchScalarField > | clone () const |
Construct and return a clone. More... | |
filmPyrolysisRadiativeCoupledMixedFvPatchScalarField (const filmPyrolysisRadiativeCoupledMixedFvPatchScalarField &, const DimensionedField< scalar, volMesh > &) | |
Construct as copy setting internal field reference. More... | |
virtual tmp< fvPatchScalarField > | clone (const DimensionedField< scalar, volMesh > &iF) const |
Construct and return a clone setting internal field reference. More... | |
tmp< scalarField > | K () 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... | |
![]() | |
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 word & | kappaName () const |
Name of thermal conductivity field. More... | |
tmp< scalarField > | kappa (const scalarField &Tp) const |
Given patch temperature calculate corresponding K field. More... | |
void | write (Ostream &) const |
Write. More... | |
Private Member Functions | |
const filmModelType & | filmModel () const |
Retrieve film model from the database. More... | |
const pyrolysisModelType & | pyrModel () 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 | |
![]() | |
const fvPatch & | patch_ |
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 const NamedEnum< KMethodType, 4 > | KMethodTypeNames_ |
Definition at line 92 of file filmPyrolysisRadiativeCoupledMixedFvPatchScalarField.H.
Definition at line 100 of file filmPyrolysisRadiativeCoupledMixedFvPatchScalarField.H.
Definition at line 103 of file filmPyrolysisRadiativeCoupledMixedFvPatchScalarField.H.
filmPyrolysisRadiativeCoupledMixedFvPatchScalarField | ( | const fvPatch & | p, |
const DimensionedField< scalar, volMesh > & | iF | ||
) |
Construct from patch and internal field.
Definition at line 103 of file filmPyrolysisRadiativeCoupledMixedFvPatchScalarField.C.
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.
filmPyrolysisRadiativeCoupledMixedFvPatchScalarField | ( | const filmPyrolysisRadiativeCoupledMixedFvPatchScalarField & | psf, |
const fvPatch & | p, | ||
const DimensionedField< scalar, volMesh > & | iF, | ||
const fvPatchFieldMapper & | mapper | ||
) |
Construct by mapping given.
turbulentTemperatureCoupledBaffleMixedFvPatchScalarField onto a new patch
Definition at line 126 of file filmPyrolysisRadiativeCoupledMixedFvPatchScalarField.C.
filmPyrolysisRadiativeCoupledMixedFvPatchScalarField | ( | const filmPyrolysisRadiativeCoupledMixedFvPatchScalarField & | psf, |
const DimensionedField< scalar, volMesh > & | iF | ||
) |
Construct as copy setting internal field reference.
Definition at line 200 of file filmPyrolysisRadiativeCoupledMixedFvPatchScalarField.C.
|
private |
Retrieve film model from the database.
Definition at line 39 of file filmPyrolysisRadiativeCoupledMixedFvPatchScalarField.C.
References Foam::abort(), DynamicList::append(), HashTable::begin(), Foam::FatalError, FatalErrorInFunction, filmPyrolysisRadiativeCoupledMixedFvPatchScalarField::filmRegionName_, forAllConstIter(), and Foam::name().
Referenced by filmPyrolysisRadiativeCoupledMixedFvPatchScalarField::updateCoeffs().
|
private |
Retrieve pyrolysis model from the database.
Definition at line 70 of file filmPyrolysisRadiativeCoupledMixedFvPatchScalarField.C.
References Foam::abort(), DynamicList::append(), HashTable::begin(), Foam::FatalError, FatalErrorInFunction, forAllConstIter(), Foam::name(), and filmPyrolysisRadiativeCoupledMixedFvPatchScalarField::pyrolysisRegionName_.
Referenced by filmPyrolysisRadiativeCoupledMixedFvPatchScalarField::updateCoeffs().
TypeName | ( | "filmPyrolysisRadiativeCoupledMixed" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Definition at line 174 of file filmPyrolysisRadiativeCoupledMixedFvPatchScalarField.H.
|
inlinevirtual |
Construct and return a clone setting internal field reference.
Definition at line 194 of file filmPyrolysisRadiativeCoupledMixedFvPatchScalarField.H.
tmp<scalarField> K | ( | ) | const |
Get corresponding K field.
Referenced by filmPyrolysisRadiativeCoupledMixedFvPatchScalarField::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().
|
virtual |
Write.
Definition at line 382 of file filmPyrolysisRadiativeCoupledMixedFvPatchScalarField.C.
References token::END_STATEMENT, Foam::endl(), Foam::nl, write(), temperatureCoupledBase::write(), and Ostream::writeKeyword().
|
private |
Name of film region.
Definition at line 111 of file filmPyrolysisRadiativeCoupledMixedFvPatchScalarField.H.
Referenced by filmPyrolysisRadiativeCoupledMixedFvPatchScalarField::filmModel().
|
private |
Name of pyrolysis region.
Definition at line 114 of file filmPyrolysisRadiativeCoupledMixedFvPatchScalarField.H.
Referenced by filmPyrolysisRadiativeCoupledMixedFvPatchScalarField::pyrModel(), and filmPyrolysisRadiativeCoupledMixedFvPatchScalarField::updateCoeffs().
|
private |
Name of field on the neighbour region.
Definition at line 117 of file filmPyrolysisRadiativeCoupledMixedFvPatchScalarField.H.
Referenced by filmPyrolysisRadiativeCoupledMixedFvPatchScalarField::updateCoeffs().
|
private |
Name of the radiative heat flux.
Definition at line 120 of file filmPyrolysisRadiativeCoupledMixedFvPatchScalarField.H.
Referenced by filmPyrolysisRadiativeCoupledMixedFvPatchScalarField::updateCoeffs().
|
private |
Convective Scaling Factor (as determined by Prateep's tests)
Definition at line 123 of file filmPyrolysisRadiativeCoupledMixedFvPatchScalarField.H.
Referenced by filmPyrolysisRadiativeCoupledMixedFvPatchScalarField::updateCoeffs().
|
private |
Minimum delta film to be consired dry.
Definition at line 126 of file filmPyrolysisRadiativeCoupledMixedFvPatchScalarField.H.
Referenced by filmPyrolysisRadiativeCoupledMixedFvPatchScalarField::updateCoeffs().
|
private |
Maximum delta film to be consired wet.
Definition at line 129 of file filmPyrolysisRadiativeCoupledMixedFvPatchScalarField.H.
Referenced by filmPyrolysisRadiativeCoupledMixedFvPatchScalarField::updateCoeffs().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.