openfoam/tutorials/combustion
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
..
chemFoam ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
coldEngineFoam/freePiston TUT: remove extraneous '}' from dictionary input 2018-07-26 17:06:10 +02:00
fireFoam/LES ENH: make sourceInfo sub-dictionary optional for topoSet (#1060) 2018-11-07 10:33:36 +01:00
PDRFoam/flamePropagationWithObstacles ENH: make sourceInfo sub-dictionary optional for topoSet (#1060) 2018-11-07 10:33:36 +01:00
reactingFoam STYLE: code cleanup searchableSurface (issue #929) 2018-07-06 11:03:28 +02:00
XiDyMFoam TUT: update snappy dictionaries to use minMedialAxisAngle 2018-07-18 16:47:34 +02:00
XiEngineFoam/kivaTest Merge remote-tracking branch 'origin/master' into develop 2018-07-10 16:42:59 +01:00
XiFoam/RAS ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00