mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: createBafflesDict: improved dictionary variable syntax
This commit is contained in:
@ -85,10 +85,7 @@ baffles
|
||||
name baffles;
|
||||
type wall;
|
||||
|
||||
patchFields
|
||||
{
|
||||
${...master.patchFields}
|
||||
}
|
||||
${..master.patchFields}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -65,10 +65,7 @@ baffles
|
||||
type cyclic;
|
||||
neighbourPatch porous_half0;
|
||||
|
||||
patchFields
|
||||
{
|
||||
${...master.patchFields}
|
||||
}
|
||||
${..master.patchFields}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user