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:
@ -258,6 +258,9 @@ protected:
|
||||
//- Scale factor - optional
|
||||
scalar scaleFactor_;
|
||||
|
||||
//- Total area of the faceSource
|
||||
scalar totalArea_;
|
||||
|
||||
//- Optionally write the area of the faceSource
|
||||
bool writeArea_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user