Skip to content
Snippets Groups Projects
Commit 041f7c4e authored by mattijs's avatar mattijs
Browse files

STYLE: turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.H : corrected comment.

parent cff8f87f
No related branches found
No related tags found
No related merge requests found
...@@ -28,10 +28,13 @@ Description ...@@ -28,10 +28,13 @@ Description
Mixed boundary condition for temperature, to be used for heat-transfer Mixed boundary condition for temperature, to be used for heat-transfer
on back-to-back baffles. on back-to-back baffles.
If my temperature is T1, neighbour is T2: Specifies gradient and temperature such that the equations are the same
on both sides:
T1 > T2: my side becomes fixedValue T2 bc, other side becomes fixedGradient. - refGradient = zero gradient
- refValue = neighbour value
- mixFraction = nbrKDelta / (nbrKDelta + myKDelta())
where KDelta is heat-transfer coefficient K * deltaCoeffs
Example usage: Example usage:
myInterfacePatchName myInterfacePatchName
...@@ -54,12 +57,6 @@ Description ...@@ -54,12 +57,6 @@ Description
Note: runs in parallel with arbitrary decomposition. Uses directMapped Note: runs in parallel with arbitrary decomposition. Uses directMapped
functionality to calculate exchange. functionality to calculate exchange.
Note: lags interface data so both sides use same data.
- problem: schedule to calculate average would interfere
with standard processor swaps.
- so: updateCoeffs sets both to same Twall. Only need to do
this for last outer iteration but don't have access to this.
SourceFiles SourceFiles
turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.C turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.C
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment