mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Sf field ignored for sumDirection operation (fixes #1287)
This commit is contained in:
committed by
Andrew Heather
parent
b3fa961991
commit
922c3c57d5
@ -467,8 +467,6 @@ bool Foam::functionObjects::fieldValues::surfaceFieldValue::usesSf() const
|
|||||||
case opSum:
|
case opSum:
|
||||||
case opSumMag:
|
case opSumMag:
|
||||||
case opAverage:
|
case opAverage:
|
||||||
case opSumDirection:
|
|
||||||
case opSumDirectionBalance:
|
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user