mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
ENH: volRegion and volFieldValue - updated output name if operating on all cells
This commit is contained in:
@ -83,6 +83,7 @@ Foam::functionObjects::volRegion::volRegion
|
||||
? regionTypeNames_.read(dict.lookup("regionType"))
|
||||
: vrtAll
|
||||
),
|
||||
regionName_(polyMesh::defaultRegion),
|
||||
regionID_(-1)
|
||||
{
|
||||
read(dict);
|
||||
|
||||
Reference in New Issue
Block a user