00001 Info<< "Reading mirrorMeshDict\n" << endl; 00002 00003 IOdictionary mirrorMeshDict 00004 ( 00005 IOobject 00006 ( 00007 "mirrorMeshDict", 00008 runTime.system(), 00009 mesh, 00010 IOobject::MUST_READ, 00011 IOobject::NO_WRITE 00012 ) 00013 ); 00014 00015 plane mirrorPlane(mirrorMeshDict); 00016 00017 scalar planeTolerance 00018 ( 00019 readScalar(mirrorMeshDict.lookup("planeTolerance")) 00020 ); 00021 00022 // ************************ vim: set sw=4 sts=4 et: ************************ //