Files
OpenFOAM-12/tutorials/combustion/PDRFoam/flamePropagationWithObstacles
Henry Weller 15a27fee87 topoSet: the sourceInfo sub-dictionary of the topoSetDict actions is now optional
and only needed if there is a name clash between entries in the source
specification and the set specification, e.g. "name":

    {
        name    rotorCells;
        type    cellSet;
        action  new;
        source  zoneToCell;
        sourceInfo
        {
            name    cylinder;
        }
    }
2021-07-27 14:07:37 +01:00
..
2014-12-10 22:40:10 +00:00
2014-12-10 22:40:10 +00:00

PDR test case

Step to introduce the PDR fields:

1) Create zero-size patches for wall or/and coupled baffles in
the boundary file.
2) Specify the boundary contitions for these patches in the fields.
3) Create the new PDR mesh using the PDRMesh utility.