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 ("multiphaseCoupledTemperature") | |
| Runtime type information. More... | |
| multiphaseCoupledTemperatureFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary. More... | |
| multiphaseCoupledTemperatureFvPatchScalarField (const multiphaseCoupledTemperatureFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fieldMapper &) | |
| Construct by mapping given. More... | |
| multiphaseCoupledTemperatureFvPatchScalarField (const multiphaseCoupledTemperatureFvPatchScalarField &)=delete | |
| Disallow copy without setting internal field reference. More... | |
| multiphaseCoupledTemperatureFvPatchScalarField (const multiphaseCoupledTemperatureFvPatchScalarField &, const DimensionedField< scalar, volMesh > &) | |
| Copy constructor 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... | |
Public Member Functions inherited from coupledTemperatureFvPatchScalarField | |
| TypeName ("coupledTemperature") | |
| Runtime type information. More... | |
| coupledTemperatureFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary. More... | |
| coupledTemperatureFvPatchScalarField (const coupledTemperatureFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fieldMapper &) | |
| Construct by mapping given. More... | |
| coupledTemperatureFvPatchScalarField (const coupledTemperatureFvPatchScalarField &, const DimensionedField< scalar, volMesh > &) | |
| Construct as copy setting internal field reference. 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... | |
| virtual void | getNbr (tmp< scalarField > &TwNbr, tmp< scalarField > &qNbr) const |
| Get the neighbour patch wall temperature and heat-flux. 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 multiphaseCoupledTemperatureFvPatchScalarField.H.
| multiphaseCoupledTemperatureFvPatchScalarField | ( | const fvPatch & | p, |
| const DimensionedField< scalar, volMesh > & | iF, | ||
| const dictionary & | dict | ||
| ) |
Construct from patch, internal field and dictionary.
Definition at line 174 of file multiphaseCoupledTemperatureFvPatchScalarField.C.
Referenced by multiphaseCoupledTemperatureFvPatchScalarField::clone().

| multiphaseCoupledTemperatureFvPatchScalarField | ( | const multiphaseCoupledTemperatureFvPatchScalarField & | psf, |
| const fvPatch & | p, | ||
| const DimensionedField< scalar, volMesh > & | iF, | ||
| const fieldMapper & | mapper | ||
| ) |
Construct by mapping given.
multiphaseCoupledTemperatureFvPatchScalarField onto a new patch
Definition at line 186 of file multiphaseCoupledTemperatureFvPatchScalarField.C.
|
delete |
Disallow copy without setting internal field reference.
| multiphaseCoupledTemperatureFvPatchScalarField | ( | const multiphaseCoupledTemperatureFvPatchScalarField & | psf, |
| const DimensionedField< scalar, volMesh > & | iF | ||
| ) |
Copy constructor setting internal field reference.
Definition at line 199 of file multiphaseCoupledTemperatureFvPatchScalarField.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 35 of file multiphaseCoupledTemperatureFvPatchScalarField.C.
References alpha(), GeometricField< Type, GeoMesh, PrimitiveField >::boundaryField(), forAll, Foam::constant::electromagnetic::kappa, phaseModel::kappaEff(), phaseSystem::phases(), phaseSystem::propertiesName, Foam::T(), phaseModel::thermo(), and thermo.

|
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 89 of file multiphaseCoupledTemperatureFvPatchScalarField.C.
References alpha(), GeometricField< Type, GeoMesh, PrimitiveField >::boundaryField(), forAll, phaseModel::kappaEff(), objectRegistry::lookupObject(), phaseSystem::mesh(), phaseSystem::phases(), phaseSystem::propertiesName, basicThermo::T(), Foam::T(), phaseModel::thermo(), and thermo.

|
protectedvirtual |
Get the neighbour patch wall temperature and heat-flux.
when wall thermal resistance is specified
Reimplemented from coupledTemperatureFvPatchScalarField.
Definition at line 128 of file multiphaseCoupledTemperatureFvPatchScalarField.C.
References alpha(), GeometricField< Type, GeoMesh, PrimitiveField >::boundaryField(), forAll, objectRegistry::lookupObject(), phaseSystem::mesh(), phaseSystem::phases(), phaseSystem::propertiesName, tmp< T >::ref(), basicThermo::T(), phaseModel::thermo(), and thermo.

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