openfoam/tutorials/compressible
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
..
overRhoPimpleDyMFoam/twoSimpleRotors ENH: make sourceInfo sub-dictionary optional for topoSet (#1060) 2018-11-07 10:33:36 +01:00
overRhoSimpleFoam/hotCylinder ENH: make sourceInfo sub-dictionary optional for topoSet (#1060) 2018-11-07 10:33:36 +01:00
rhoCentralDyMFoam/movingCone ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
rhoCentralFoam ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
rhoPimpleAdiabaticFoam/rutlandVortex2D ENH: simplify objectRegistry access names (issue #322) 2018-10-17 16:44:10 +02:00
rhoPimpleFoam ENH: improve, simplify, rationalize coordinate system handling (issue #863) 2018-10-01 13:54:10 +02:00
rhoPorousSimpleFoam/angledDuct ENH: improve, simplify, rationalize coordinate system handling (issue #863) 2018-10-01 13:54:10 +02:00
rhoSimpleFoam ENH: improve, simplify, rationalize coordinate system handling (issue #863) 2018-10-01 13:54:10 +02:00
sonicDyMFoam/movingCone ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
sonicFoam ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
sonicLiquidFoam ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00