00001 IOdictionary ppProperties 00002 ( 00003 IOobject 00004 ( 00005 "ppProperties", 00006 runTime.constant(), 00007 mesh, 00008 IOobject::MUST_READ, 00009 IOobject::NO_WRITE 00010 ) 00011 ); 00012 00013 scalar preAlphaExp 00014 ( 00015 readScalar(ppProperties.lookup("preAlphaExp")) 00016 ); 00017 00018 scalar alphaMax 00019 ( 00020 readScalar(ppProperties.lookup("alphaMax")) 00021 ); 00022 00023 scalar expMax 00024 ( 00025 readScalar(ppProperties.lookup("expMax")) 00026 ); 00027 00028 dimensionedScalar g0 00029 ( 00030 ppProperties.lookup("g0") 00031 ); 00032 00033 Switch packingLimiter 00034 ( 00035 ppProperties.lookup("packingLimiter") 00036 ); 00037 00038 // ************************ vim: set sw=4 sts=4 et: ************************ //