![]() |
|
00001 Info << "\nReading environmentalProperties" << endl; 00002 00003 IOdictionary environmentalProperties 00004 ( 00005 IOobject 00006 ( 00007 "environmentalProperties", 00008 runTime.constant(), 00009 mesh, 00010 IOobject::MUST_READ, 00011 IOobject::NO_WRITE 00012 ) 00013 ); 00014 00015 dimensionedVector g(environmentalProperties.lookup("g"));