openfoam/tutorials/multiphase
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
..
cavitatingFoam ENH: make sourceInfo sub-dictionary optional for topoSet (#1060) 2018-11-07 10:33:36 +01:00
compressibleInterDyMFoam/laminar ENH: make sourceInfo sub-dictionary optional for topoSet (#1060) 2018-11-07 10:33:36 +01:00
compressibleInterFoam/laminar ENH: use "origin" for searchable sphere etc. (#1060) 2018-10-29 15:51:05 +00:00
compressibleMultiphaseInterFoam/laminar/damBreak4phase ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
driftFluxFoam/RAS ENH: make sourceInfo sub-dictionary optional for topoSet (#1060) 2018-11-07 10:33:36 +01:00
icoReactingMultiPhaseInterFoam ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
interCondensatingEvaporatingFoam/condensatingVessel ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
interFoam ENH: make sourceInfo sub-dictionary optional for topoSet (#1060) 2018-11-07 10:33:36 +01:00
interIsoFoam ENH: make sourceInfo sub-dictionary optional for topoSet (#1060) 2018-11-07 10:33:36 +01:00
interMixingFoam/laminar/damBreak ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
interPhaseChangeDyMFoam/propeller ENH: make sourceInfo sub-dictionary optional for topoSet (#1060) 2018-11-07 10:33:36 +01:00
interPhaseChangeFoam/cavitatingBullet TUT: update snappy dictionaries to use minMedialAxisAngle 2018-07-18 16:47:34 +02:00
MPPICInterFoam/twoPhasePachuka ENH: make sourceInfo sub-dictionary optional for topoSet (#1060) 2018-11-07 10:33:36 +01:00
multiphaseEulerFoam ENH: make sourceInfo sub-dictionary optional for topoSet (#1060) 2018-11-07 10:33:36 +01:00
multiphaseInterDyMFoam/laminar/mixerVesselAMI2D ENH: make sourceInfo sub-dictionary optional for topoSet (#1060) 2018-11-07 10:33:36 +01:00
multiphaseInterFoam/laminar ENH: make sourceInfo sub-dictionary optional for topoSet (#1060) 2018-11-07 10:33:36 +01:00
overInterDyMFoam ENH: make sourceInfo sub-dictionary optional for topoSet (#1060) 2018-11-07 10:33:36 +01:00
potentialFreeSurfaceDyMFoam/oscillatingBox ENH: make sourceInfo sub-dictionary optional for topoSet (#1060) 2018-11-07 10:33:36 +01:00
potentialFreeSurfaceFoam/oscillatingBox ENH: make sourceInfo sub-dictionary optional for topoSet (#1060) 2018-11-07 10:33:36 +01:00
reactingMultiphaseEulerFoam/laminar ENH: make sourceInfo sub-dictionary optional for topoSet (#1060) 2018-11-07 10:33:36 +01:00
reactingTwoPhaseEulerFoam ENH: make sourceInfo sub-dictionary optional for topoSet (#1060) 2018-11-07 10:33:36 +01:00
twoLiquidMixingFoam/lockExchange ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
twoPhaseEulerFoam ENH: make sourceInfo sub-dictionary optional for topoSet (#1060) 2018-11-07 10:33:36 +01:00