mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
faceSource: Corrected handling of totalArea in parallel
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1693
This commit is contained in:
@ -192,6 +192,9 @@ protected:
|
||||
//- Weight field name - only used for opWeightedAverage mode
|
||||
word weightFieldName_;
|
||||
|
||||
//- Volume of the cellSource
|
||||
scalar volume_;
|
||||
|
||||
//- Optionally write the volume of the cellSource
|
||||
bool writeVolume_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user