ENH: make sourceInfo sub-dictionary optional for topoSet (#1060)
- helps reduce clutter in the topoSetDict files. Caveats when using this. The older specification styles using "name" will conflict with the set name. Eg, { name f0 type faceSet; action add; source patchToFace; sourceInfo { name inlet; } } would flattened to the following { name f0 type faceSet; action add; source patchToFace; name inlet; } which overwrites the "name" used for the faceSet. The solution is to use the updated syntax: { name f0 type faceSet; action add; source patchToFace; patch inlet; }
Showing
- applications/utilities/mesh/manipulation/topoSet/topoSet.C 12 additions, 12 deletionsapplications/utilities/mesh/manipulation/topoSet/topoSet.C
- tutorials/basic/overLaplacianDyMFoam/heatTransfer/system/topoSetDict 4 additions, 16 deletions...asic/overLaplacianDyMFoam/heatTransfer/system/topoSetDict
- tutorials/basic/overPotentialFoam/cylinder/cylinderAndBackground/system/topoSetDict 2 additions, 8 deletions...ialFoam/cylinder/cylinderAndBackground/system/topoSetDict
- tutorials/combustion/PDRFoam/flamePropagationWithObstacles/system/topoSetDict 7 additions, 22 deletions.../PDRFoam/flamePropagationWithObstacles/system/topoSetDict
- tutorials/combustion/fireFoam/LES/compartmentFire/system/topoSetDict 21 additions, 81 deletions...ombustion/fireFoam/LES/compartmentFire/system/topoSetDict
- tutorials/combustion/fireFoam/LES/flameSpreadWaterSuppressionPanel/system/filmRegion/topoSetDict 6 additions, 18 deletions...SpreadWaterSuppressionPanel/system/filmRegion/topoSetDict
- tutorials/combustion/fireFoam/LES/flameSpreadWaterSuppressionPanel/system/topoSetDict 3 additions, 12 deletions...m/LES/flameSpreadWaterSuppressionPanel/system/topoSetDict
- tutorials/combustion/fireFoam/LES/oppositeBurningPanels/system/cRefine.topoSetDict 1 addition, 4 deletions...Foam/LES/oppositeBurningPanels/system/cRefine.topoSetDict
- tutorials/combustion/fireFoam/LES/oppositeBurningPanels/system/f.topoSetDict 4 additions, 17 deletions...n/fireFoam/LES/oppositeBurningPanels/system/f.topoSetDict
- tutorials/combustion/fireFoam/LES/oppositeBurningPanels/system/fBurner.topoSetDict 1 addition, 4 deletions...Foam/LES/oppositeBurningPanels/system/fBurner.topoSetDict
- tutorials/combustion/fireFoam/LES/simplePMMApanel/system/topoSetDict 10 additions, 16 deletions...ombustion/fireFoam/LES/simplePMMApanel/system/topoSetDict
- tutorials/combustion/fireFoam/LES/smallPoolFire2D/system/topoSetDict 1 addition, 4 deletions...ombustion/fireFoam/LES/smallPoolFire2D/system/topoSetDict
- tutorials/combustion/fireFoam/LES/smallPoolFire3D/system/topoSetDict 1 addition, 4 deletions...ombustion/fireFoam/LES/smallPoolFire3D/system/topoSetDict
- tutorials/compressible/overRhoPimpleDyMFoam/twoSimpleRotors/system/topoSetDict 13 additions, 34 deletions...e/overRhoPimpleDyMFoam/twoSimpleRotors/system/topoSetDict
- tutorials/compressible/overRhoSimpleFoam/hotCylinder/cylinderAndBackground/system/topoSetDict 2 additions, 8 deletions...Foam/hotCylinder/cylinderAndBackground/system/topoSetDict
- tutorials/heatTransfer/chtMultiRegionFoam/externalCoupledHeater/system/topoSetDict 14 additions, 56 deletions...tMultiRegionFoam/externalCoupledHeater/system/topoSetDict
- tutorials/heatTransfer/chtMultiRegionFoam/externalSolarLoad/system/topoSetDict 10 additions, 37 deletions...r/chtMultiRegionFoam/externalSolarLoad/system/topoSetDict
- tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/topoSetDict 14 additions, 56 deletions...r/chtMultiRegionFoam/multiRegionHeater/system/topoSetDict
- tutorials/heatTransfer/chtMultiRegionFoam/reverseBurner/system/gas/topoSetDict 1 addition, 4 deletions...r/chtMultiRegionFoam/reverseBurner/system/gas/topoSetDict
- tutorials/heatTransfer/chtMultiRegionFoam/windshieldCondensation/system/cabin/topoSetDict 3 additions, 12 deletions...egionFoam/windshieldCondensation/system/cabin/topoSetDict
Please register or sign in to comment