Mixed boundary condition for temperature and radiation heat transfer to be used for in multiregion cases with two phase Euler system. More...
Public Types | |
enum | KMethodType { mtSolidThermo, mtLookup, mtPhaseSystem } |
enum | regionType { solid, fluid } |
Public Member Functions | |
TypeName ("compressible::turbulentTemperatureTwoPhaseRadCoupledMixed") | |
turbulentTemperatureTwoPhaseRadCoupledMixedFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &) | |
turbulentTemperatureTwoPhaseRadCoupledMixedFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &) | |
turbulentTemperatureTwoPhaseRadCoupledMixedFvPatchScalarField (const turbulentTemperatureTwoPhaseRadCoupledMixedFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &) | |
virtual tmp< fvPatchScalarField > | clone () const |
turbulentTemperatureTwoPhaseRadCoupledMixedFvPatchScalarField (const turbulentTemperatureTwoPhaseRadCoupledMixedFvPatchScalarField &, const DimensionedField< scalar, volMesh > &) | |
virtual tmp< fvPatchScalarField > | clone (const DimensionedField< scalar, volMesh > &iF) const |
virtual void | updateCoeffs () |
virtual void | write (Ostream &) const |
Mixed boundary condition for temperature and radiation heat transfer to be used for in multiregion cases with two phase Euler system.
Property | Description | Required | Default value |
---|---|---|---|
Tnbr | name of the field | no | T |
qrNbr | name of the radiative flux in the nbr region | no | none |
qr | name of the radiative flux in this region | no | none |
region | region to which this BC belongs | yes | |
otherPhase | name of the vapour phase in the fluid region | yes | |
kappaMethod | inherited from temperatureCoupledBase | inherited | |
kappa | inherited from temperatureCoupledBase | inherited |
Example of the boundary condition specification on the fluid region:
<patchName> { type compressible::turbulentTemperatureTwoPhaseRadCoupledMixed; Tnbr T; qrNbr none; qr none; kappaMethod phaseSystem; region fluid; otherPhase gas; value uniform 300; }
Example of the boundary condition specification on the solid region:
<patchName> { type compressible::turbulentTemperatureTwoPhaseRadCoupledMixed; Tnbr T.liquid; qrNbr none; qr none; kappaMethod solidThermo; region solid; otherPhase gas; value uniform 300; }
Needs to be on underlying mapped(Wall)FvPatch.
Definition at line 133 of file turbulentTemperatureTwoPhaseRadCoupledMixedFvPatchScalarField.H.
enum KMethodType |
Enumerator | |
---|---|
mtSolidThermo | |
mtLookup | |
mtPhaseSystem |
Definition at line 142 of file turbulentTemperatureTwoPhaseRadCoupledMixedFvPatchScalarField.H.
enum regionType |
Enumerator | |
---|---|
solid | |
fluid |
Definition at line 152 of file turbulentTemperatureTwoPhaseRadCoupledMixedFvPatchScalarField.H.
turbulentTemperatureTwoPhaseRadCoupledMixedFvPatchScalarField | ( | const fvPatch & | , |
const DimensionedField< scalar, volMesh > & | |||
) |
turbulentTemperatureTwoPhaseRadCoupledMixedFvPatchScalarField | ( | const fvPatch & | , |
const DimensionedField< scalar, volMesh > & | , | ||
const dictionary & | |||
) |
turbulentTemperatureTwoPhaseRadCoupledMixedFvPatchScalarField | ( | const turbulentTemperatureTwoPhaseRadCoupledMixedFvPatchScalarField & | , |
const fvPatch & | , | ||
const DimensionedField< scalar, volMesh > & | , | ||
const fvPatchFieldMapper & | |||
) |
turbulentTemperatureTwoPhaseRadCoupledMixedFvPatchScalarField | ( | const turbulentTemperatureTwoPhaseRadCoupledMixedFvPatchScalarField & | , |
const DimensionedField< scalar, volMesh > & | |||
) |
TypeName | ( | "compressible::turbulentTemperatureTwoPhaseRadCoupledMixed" | ) |
|
inlinevirtual |
Definition at line 232 of file turbulentTemperatureTwoPhaseRadCoupledMixedFvPatchScalarField.H.
|
inlinevirtual |
Definition at line 252 of file turbulentTemperatureTwoPhaseRadCoupledMixedFvPatchScalarField.H.
|
virtual |
|
virtual |
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.