mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Moved temperatureJump boundary condition from finiteVolume library to thermo library
This commit is contained in:
@ -11,6 +11,7 @@ derivedFvPatchFields/fixedEnergy/fixedEnergyFvPatchScalarField.C
|
|||||||
derivedFvPatchFields/gradientEnergy/gradientEnergyFvPatchScalarField.C
|
derivedFvPatchFields/gradientEnergy/gradientEnergyFvPatchScalarField.C
|
||||||
derivedFvPatchFields/mixedEnergy/mixedEnergyFvPatchScalarField.C
|
derivedFvPatchFields/mixedEnergy/mixedEnergyFvPatchScalarField.C
|
||||||
derivedFvPatchFields/energyJump/energyJumpFvPatchScalarField.C
|
derivedFvPatchFields/energyJump/energyJumpFvPatchScalarField.C
|
||||||
|
derivedFvPatchFields/temperatureJump/temperatureJumpFvPatchScalarField.C
|
||||||
|
|
||||||
derivedFvPatchFields/wallHeatTransfer/wallHeatTransferFvPatchScalarField.C
|
derivedFvPatchFields/wallHeatTransfer/wallHeatTransferFvPatchScalarField.C
|
||||||
|
|
||||||
|
|||||||
@ -103,7 +103,6 @@ Foam::temperatureJumpFvPatchScalarField::temperatureJumpFvPatchScalarField
|
|||||||
|
|
||||||
// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
|
||||||
void Foam::temperatureJumpFvPatchScalarField::write(Ostream& os) const
|
void Foam::temperatureJumpFvPatchScalarField::write(Ostream& os) const
|
||||||
{
|
{
|
||||||
fixedJumpFvPatchField<scalar>::write(os);
|
fixedJumpFvPatchField<scalar>::write(os);
|
||||||
@ -29,7 +29,7 @@ Group
|
|||||||
|
|
||||||
Description
|
Description
|
||||||
This boundary condition provides a temperature jump condition across a
|
This boundary condition provides a temperature jump condition across a
|
||||||
coupled pair of cyclic patches.
|
coupled pair of cyclic patches when solving for energy.
|
||||||
|
|
||||||
The jump is specified as a \c DataEntry type, to enable the use of, e.g.
|
The jump is specified as a \c DataEntry type, to enable the use of, e.g.
|
||||||
contant, polynomial, table values.
|
contant, polynomial, table values.
|
||||||
@ -61,6 +61,7 @@ Note
|
|||||||
|
|
||||||
SeeAlso
|
SeeAlso
|
||||||
Foam::fixedJumpFvPatchField
|
Foam::fixedJumpFvPatchField
|
||||||
|
Foam::energyJumpFvPatchScalarField
|
||||||
|
|
||||||
SourceFiles
|
SourceFiles
|
||||||
temperatureJumpFvPatchScalarField.C
|
temperatureJumpFvPatchScalarField.C
|
||||||
Reference in New Issue
Block a user