Mixed boundary condition for the phase temperature of a phase in an Euler-Euler multiphase simulation, to be used for heat-transfer with another region in a CHT case. Optional thin wall material layer resistances can be specified through thicknessLayers and kappaLayers entries. More...


Public Member Functions | |
| TypeName ("ubCoupledTemperature") | |
| Runtime type information. More... | |
| ubCoupledTemperatureFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, fvMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary. More... | |
| ubCoupledTemperatureFvPatchScalarField (const ubCoupledTemperatureFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, fvMesh > &, const fieldMapper &) | |
| Construct by mapping given. More... | |
| ubCoupledTemperatureFvPatchScalarField (const ubCoupledTemperatureFvPatchScalarField &)=delete | |
| Disallow copy without setting internal field reference. More... | |
| ubCoupledTemperatureFvPatchScalarField (const ubCoupledTemperatureFvPatchScalarField &, const DimensionedField< scalar, fvMesh > &) | |
| Copy constructor setting internal field reference. More... | |
| virtual tmp< fvPatchScalarField > | clone (const DimensionedField< scalar, fvMesh > &iF) const |
| Construct and return a clone setting internal field reference. More... | |
Public Member Functions inherited from coupledTemperatureFvPatchScalarField | |
| TypeName ("coupledTemperature") | |
| Runtime type information. More... | |
| coupledTemperatureFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, fvMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary. More... | |
| coupledTemperatureFvPatchScalarField (const coupledTemperatureFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, fvMesh > &, const fieldMapper &) | |
| Construct by mapping given. More... | |
| coupledTemperatureFvPatchScalarField (const coupledTemperatureFvPatchScalarField &, const DimensionedField< scalar, fvMesh > &) | |
| Construct as copy setting internal field reference. More... | |
| virtual | ~coupledTemperatureFvPatchScalarField () |
| Destructor. More... | |
| void | map (const coupledTemperatureFvPatchScalarField &, 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 void | reset (const fvPatchScalarField &) |
| Reset the fvPatchField to the given fvPatchField. More... | |
| virtual void | updateCoeffs () |
| Update the coefficients associated with the patch field. More... | |
| virtual void | write (Ostream &) const |
| Write. More... | |
Protected Member Functions | |
| virtual void | getThis (tmp< scalarField > &kappa, tmp< scalarField > &sumKappaTByDelta, tmp< scalarField > &sumKappaByDelta, scalarField &sumq, tmp< scalarField > &qByKappa) const |
| Get the patch kappa, sum kappa*Tc/delta and kappa/delta for all. More... | |
| virtual void | getNbr (tmp< scalarField > &sumKappaTByDeltaNbr, tmp< scalarField > &sumKappaByDeltaNbr, tmp< scalarField > &qNbr) const |
| Get the neighbour patch sum kappa*Tc/delta and kappa/delta. More... | |
Protected Member Functions inherited from coupledTemperatureFvPatchScalarField | |
| void | add (tmp< scalarField > &result, const tmp< scalarField > &field) const |
| Add field to result which may have not been previously set. More... | |
Mixed boundary condition for the phase temperature of a phase in an Euler-Euler multiphase simulation, to be used for heat-transfer with another region in a CHT case. Optional thin wall material layer resistances can be specified through thicknessLayers and kappaLayers entries.
Definition at line 54 of file ubCoupledTemperatureFvPatchScalarField.H.
| ubCoupledTemperatureFvPatchScalarField | ( | const fvPatch & | p, |
| const DimensionedField< scalar, fvMesh > & | iF, | ||
| const dictionary & | dict | ||
| ) |
Construct from patch, internal field and dictionary.
Definition at line 171 of file ubCoupledTemperatureFvPatchScalarField.C.
Referenced by ubCoupledTemperatureFvPatchScalarField::clone().

| ubCoupledTemperatureFvPatchScalarField | ( | const ubCoupledTemperatureFvPatchScalarField & | psf, |
| const fvPatch & | p, | ||
| const DimensionedField< scalar, fvMesh > & | iF, | ||
| const fieldMapper & | mapper | ||
| ) |
Construct by mapping given.
ubCoupledTemperatureFvPatchScalarField onto a new patch
Definition at line 183 of file ubCoupledTemperatureFvPatchScalarField.C.
|
delete |
Disallow copy without setting internal field reference.
| ubCoupledTemperatureFvPatchScalarField | ( | const ubCoupledTemperatureFvPatchScalarField & | psf, |
| const DimensionedField< scalar, fvMesh > & | iF | ||
| ) |
Copy constructor setting internal field reference.
Definition at line 196 of file ubCoupledTemperatureFvPatchScalarField.C.
|
protectedvirtual |
Get the patch kappa, sum kappa*Tc/delta and kappa/delta for all.
phases except the phase being solved and also the phase heat-flux obtained by partitioning the sum heat-flux provided
Reimplemented from coupledTemperatureFvPatchScalarField.
Definition at line 32 of file ubCoupledTemperatureFvPatchScalarField.C.
References GeometricField< Type, GeoMesh, PrimitiveField >::boundaryField(), XiFluid::bThermophysicalTransport, Foam::constant::electromagnetic::kappa, thermophysicalTransportModel::kappaEff(), mesh, basicThermo::T(), XiFluid::thermo, thermo, Foam::typeName(), and XiFluid::uThermophysicalTransport.

|
protectedvirtual |
Get the neighbour patch sum kappa*Tc/delta and kappa/delta.
for all phases and the heat-flux correction
Reimplemented from coupledTemperatureFvPatchScalarField.
Definition at line 117 of file ubCoupledTemperatureFvPatchScalarField.C.
References GeometricField< Type, GeoMesh, PrimitiveField >::boundaryField(), XiFluid::bThermophysicalTransport, thermophysicalTransportModel::kappaEff(), mesh, basicThermo::T(), XiFluid::thermo, thermo, Foam::typeName(), and XiFluid::uThermophysicalTransport.

| TypeName | ( | "ubCoupledTemperature" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone setting internal field reference.
Reimplemented from coupledTemperatureFvPatchScalarField.
Definition at line 126 of file ubCoupledTemperatureFvPatchScalarField.H.
References ubCoupledTemperatureFvPatchScalarField::ubCoupledTemperatureFvPatchScalarField().
