Feature dictionary scoping lvalue
Files
33@@ -13,18 +13,19 @@ FoamFile
@@ -86,12 +87,12 @@ boundaryField
#remove
directive now functions across scopesFor example,
"/boundaryField/lowerWall/type" noSlip;
"/boundaryField/newBoundary" { type fixedValue; value uniform (0 0 0); }
Manage "one-shot" change of the inputMode. For example,
#includeIfPresent "user-files"
...
#default value uniform 10;
vs.
#includeIfPresent "user-files"
#inputMode protect
...
value uniform 10;
#inputMode merge // _Assuming_ we actually had this before