openfoam/tutorials/mesh/refineMesh/refineFieldDirs/system
Mark Olesen 5f556ffb4a 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;
    }
2018-11-07 10:33:36 +01:00
..
blockMeshDict TUT: use general 'scale' instead of 'convertToMeters' in blockMeshDict 2017-08-03 06:38:30 +02:00
controlDict ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
fvSchemes ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
fvSolution ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
refineMeshDict.range1 ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
refineMeshDict.range2 ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
refineMeshDict.range3 ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
refineMeshDict.tier1 ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
refineMeshDict.tier2 ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
refineMeshDict.tier3 ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
refineMeshDict.tier4 ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
refineMeshDict.tier5 ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
refineMeshDict.tier6 ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
topoSetDict.range1 ENH: make sourceInfo sub-dictionary optional for topoSet (#1060) 2018-11-07 10:33:36 +01:00
topoSetDict.range2 ENH: make sourceInfo sub-dictionary optional for topoSet (#1060) 2018-11-07 10:33:36 +01:00
topoSetDict.range3 ENH: make sourceInfo sub-dictionary optional for topoSet (#1060) 2018-11-07 10:33:36 +01:00
topoSetDict.tier1 ENH: make sourceInfo sub-dictionary optional for topoSet (#1060) 2018-11-07 10:33:36 +01:00
topoSetDict.tier2 ENH: make sourceInfo sub-dictionary optional for topoSet (#1060) 2018-11-07 10:33:36 +01:00
topoSetDict.tier3 ENH: make sourceInfo sub-dictionary optional for topoSet (#1060) 2018-11-07 10:33:36 +01:00
topoSetDict.tier4 ENH: make sourceInfo sub-dictionary optional for topoSet (#1060) 2018-11-07 10:33:36 +01:00
topoSetDict.tier5 ENH: make sourceInfo sub-dictionary optional for topoSet (#1060) 2018-11-07 10:33:36 +01:00
topoSetDict.tier6 ENH: make sourceInfo sub-dictionary optional for topoSet (#1060) 2018-11-07 10:33:36 +01:00