openfoam/tutorials
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
..
basic ENH: make sourceInfo sub-dictionary optional for topoSet (#1060) 2018-11-07 10:33:36 +01:00
combustion ENH: make sourceInfo sub-dictionary optional for topoSet (#1060) 2018-11-07 10:33:36 +01:00
compressible ENH: make sourceInfo sub-dictionary optional for topoSet (#1060) 2018-11-07 10:33:36 +01:00
discreteMethods ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
DNS/dnsFoam/boxTurb16 ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
electromagnetics ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
financial/financialFoam/europeanCall ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
finiteArea ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
heatTransfer ENH: make sourceInfo sub-dictionary optional for topoSet (#1060) 2018-11-07 10:33:36 +01:00
incompressible ENH: make sourceInfo sub-dictionary optional for topoSet (#1060) 2018-11-07 10:33:36 +01:00
IO STYLE: update version info in some tutorial files 2018-08-14 11:58:52 +02:00
lagrangian ENH: make sourceInfo sub-dictionary optional for topoSet (#1060) 2018-11-07 10:33:36 +01:00
mesh ENH: make sourceInfo sub-dictionary optional for topoSet (#1060) 2018-11-07 10:33:36 +01:00
multiphase ENH: make sourceInfo sub-dictionary optional for topoSet (#1060) 2018-11-07 10:33:36 +01:00
preProcessing/createZeroDirectory TUT: missing semi-colons 2018-10-19 21:48:31 +02:00
resources/geometry ENH: semiPermeableBaffle: Added two new boundary conditions and a tutorial 2017-10-19 10:00:36 +01:00
stressAnalysis ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
verificationAndValidation/schemes/divergenceExample ENH: improve, simplify, rationalize coordinate system handling (issue #863) 2018-10-01 13:54:10 +02:00
Allclean TUT: clean out old tutorial build directories 2018-03-26 15:54:31 +02:00
Allcollect ENH: auto-detect git in tutorials Alltest 2018-10-12 23:29:16 +02:00
Allrun TUT: relocate tutorial log analysis as functions for reuse in modules 2017-12-21 14:17:20 +01:00
Alltest ENH: auto-detect git in tutorials Alltest 2018-10-12 23:29:16 +02:00