From 041f7c4eea7df22756b4b4c1818cb076cae8d95f Mon Sep 17 00:00:00 2001
From: mattijs <mattijs>
Date: Thu, 30 Dec 2010 08:37:28 +0000
Subject: [PATCH] STYLE:
 turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.H : corrected
 comment.

---
 ...peratureCoupledBaffleMixedFvPatchScalarField.H | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/turbulentTemperatureCoupledBaffleMixed/turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.H b/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/turbulentTemperatureCoupledBaffleMixed/turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.H
index 19d4e0c0a44..fdf2517acd1 100644
--- a/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/turbulentTemperatureCoupledBaffleMixed/turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.H
+++ b/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/turbulentTemperatureCoupledBaffleMixed/turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.H
@@ -28,10 +28,13 @@ Description
     Mixed boundary condition for temperature, to be used for heat-transfer
     on back-to-back baffles.
 
-    If my temperature is T1, neighbour is T2:
-
-    T1 > T2: my side becomes fixedValue T2 bc, other side becomes fixedGradient.
+    Specifies gradient and temperature such that the equations are the same
+    on both sides:
+    - refGradient = zero gradient
+    - refValue = neighbour value
+    - mixFraction = nbrKDelta / (nbrKDelta + myKDelta())
 
+    where KDelta is heat-transfer coefficient K * deltaCoeffs
 
     Example usage:
         myInterfacePatchName
@@ -54,12 +57,6 @@ Description
     Note: runs in parallel with arbitrary decomposition. Uses directMapped
     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
     turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.C
 
-- 
GitLab