Skip to content
Snippets Groups Projects
Commit 9c039e43 authored by andy's avatar andy
Browse files

ENH: Moved temperatureJump boundary condition from finiteVolume library to thermo library

parent eed797ce
Branches
Tags
No related merge requests found
......@@ -11,6 +11,7 @@ derivedFvPatchFields/fixedEnergy/fixedEnergyFvPatchScalarField.C
derivedFvPatchFields/gradientEnergy/gradientEnergyFvPatchScalarField.C
derivedFvPatchFields/mixedEnergy/mixedEnergyFvPatchScalarField.C
derivedFvPatchFields/energyJump/energyJumpFvPatchScalarField.C
derivedFvPatchFields/temperatureJump/temperatureJumpFvPatchScalarField.C
derivedFvPatchFields/wallHeatTransfer/wallHeatTransferFvPatchScalarField.C
......
......@@ -103,7 +103,6 @@ Foam::temperatureJumpFvPatchScalarField::temperatureJumpFvPatchScalarField
// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //
void Foam::temperatureJumpFvPatchScalarField::write(Ostream& os) const
{
fixedJumpFvPatchField<scalar>::write(os);
......
......@@ -29,7 +29,7 @@ Group
Description
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.
contant, polynomial, table values.
......@@ -61,6 +61,7 @@ Note
SeeAlso
Foam::fixedJumpFvPatchField
Foam::energyJumpFvPatchScalarField
SourceFiles
temperatureJumpFvPatchScalarField.C
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment