mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
ENH: support 'use' action for selections in vtkWrite, ensightWrite (#926)
- have 'use' as the action appears more intuitive as the first entry instead of 'add'. Was previously also added to vtkCloud.
This commit is contained in:
@ -22,7 +22,7 @@ vtkWrite
|
||||
{
|
||||
inletRegion
|
||||
{
|
||||
action add;
|
||||
action use;
|
||||
source zone;
|
||||
zones (leftFluid);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user