mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
changed comment
This commit is contained in:
@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user