mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +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:
@ -51,7 +51,7 @@ subset
|
||||
{
|
||||
dome
|
||||
{
|
||||
action add;
|
||||
action use;
|
||||
source sphere;
|
||||
origin (125 100 0);
|
||||
radius 100;
|
||||
|
||||
@ -22,7 +22,7 @@ vtkWrite
|
||||
{
|
||||
inletRegion
|
||||
{
|
||||
action add;
|
||||
action use;
|
||||
source zone;
|
||||
zones (leftFluid);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user