From 041c48cc3a888905a2e08b93bbdee75d4880a5ac Mon Sep 17 00:00:00 2001 From: mattijs <mattijs@hunt.opencfd.co.uk> Date: Tue, 2 Jun 2009 15:11:45 +0100 Subject: [PATCH] changed comment --- .../solidWallMixedTemperatureCoupledFvPatchScalarField.H | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/applications/solvers/heatTransfer/chtMultiRegionFoam/derivedFvPatchFields/solidWallMixedTemperatureCoupled/solidWallMixedTemperatureCoupledFvPatchScalarField.H b/applications/solvers/heatTransfer/chtMultiRegionFoam/derivedFvPatchFields/solidWallMixedTemperatureCoupled/solidWallMixedTemperatureCoupledFvPatchScalarField.H index a358815d3ea..f4abacf648a 100644 --- a/applications/solvers/heatTransfer/chtMultiRegionFoam/derivedFvPatchFields/solidWallMixedTemperatureCoupled/solidWallMixedTemperatureCoupledFvPatchScalarField.H +++ b/applications/solvers/heatTransfer/chtMultiRegionFoam/derivedFvPatchFields/solidWallMixedTemperatureCoupled/solidWallMixedTemperatureCoupledFvPatchScalarField.H @@ -44,19 +44,15 @@ Description Needs to be on underlying directMapped(Wall)FvPatch. + Note: runs in parallel with arbitrary decomposition. Uses directMapped + functionality to calculate exchange. Note: lags interface data so both sides use same data. - Old scheme: - - last-to-solve calculates harmonic average - - gets used next time on both regions. - - New scheme: - 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 solidWallMixedTemperatureCoupledFvPatchScalarField.C -- GitLab