diff --git a/applications/solvers/heatTransfer/chtMultiRegionFoam/derivedFvPatchFields/solidWallMixedTemperatureCoupled/solidWallMixedTemperatureCoupledFvPatchScalarField.H b/applications/solvers/heatTransfer/chtMultiRegionFoam/derivedFvPatchFields/solidWallMixedTemperatureCoupled/solidWallMixedTemperatureCoupledFvPatchScalarField.H index a358815d3e..f4abacf648 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