changed comment

This commit is contained in:
mattijs
2009-06-02 15:11:45 +01:00
parent d3bcca840d
commit 041c48cc3a

View File

@ -44,19 +44,15 @@ Description
Needs to be on underlying directMapped(Wall)FvPatch. 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. 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 - problem: schedule to calculate average would interfere
with standard processor swaps. with standard processor swaps.
- so: updateCoeffs sets both to same Twall. Only need to do - so: updateCoeffs sets both to same Twall. Only need to do
this for last outer iteration but don't have access to this. this for last outer iteration but don't have access to this.
SourceFiles SourceFiles
solidWallMixedTemperatureCoupledFvPatchScalarField.C solidWallMixedTemperatureCoupledFvPatchScalarField.C