ENH: Updated IOMRFZoneList header documentation

This commit is contained in:
andy
2012-10-30 08:25:44 +00:00
parent dec670d2f3
commit 33d6015686

View File

@ -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