diff --git a/src/finiteVolume/cfdTools/general/MRF/IOMRFZoneList.H b/src/finiteVolume/cfdTools/general/MRF/IOMRFZoneList.H index 4ac60263fdc43e657463d2762ee397d8708c8391..09b6591313679bc710a84e01d22d530625f40a69 100644 --- a/src/finiteVolume/cfdTools/general/MRF/IOMRFZoneList.H +++ b/src/finiteVolume/cfdTools/general/MRF/IOMRFZoneList.H @@ -25,7 +25,24 @@ Class Foam::IOMRFZoneList Description - List of MRF zones with IO functionality + List of MRF zones with IO functionality. MRF zones are specified by a list + of dictionary entries, e.g. + + \verbatim + zone1 + { + cellZone rotor1; + active yes; + ... + } + + zone2 + { + cellZone rotor2; + active yes; + ... + } + \endverbatim SourceFiles IOMRFZoneList.C