1Info <<
"Reading transport properties" << endl;
2IOdictionary transportProperties
9 IOobject::MUST_READ_IF_MODIFIED,
14_betaTE = autoPtr<dimensionedScalar>
18 transportProperties.lookup(
"beta")
21dimensionedScalar& betaTE = _betaTE();
23_nu = autoPtr<dimensionedScalar>
27 transportProperties.lookup(
"nu")
30dimensionedScalar& nu = _nu();
32_Pr = autoPtr<dimensionedScalar>
36 transportProperties.lookup(
"Pr")
39dimensionedScalar& Pr = _Pr();
41_Prt = autoPtr<dimensionedScalar>
45 transportProperties.lookup(
"Prt")
48dimensionedScalar& Prt = _Prt();
51_rhoRef = autoPtr<dimensionedScalar>
55 transportProperties.lookup(
"rhoRef")
58dimensionedScalar& rhoRef = _rhoRef();
60_CpRef = autoPtr<dimensionedScalar>
64 transportProperties.lookup(
"CpRef")
67dimensionedScalar& CpRef = _CpRef();
69_Tref = autoPtr<dimensionedScalar>
73 transportProperties.lookup(
"Tref")
76dimensionedScalar& Tref = _Tref();
78IOdictionary precursorTransportProperties
82 "precursorTransportProperties",
85 IOobject::MUST_READ_IF_MODIFIED,
90_Sc = autoPtr<dimensionedScalar>
94 precursorTransportProperties.lookup(
"Sc")
97dimensionedScalar& Sc = _Sc();
99_Sct = autoPtr<dimensionedScalar>
101 new dimensionedScalar
103 precursorTransportProperties.lookup(
"Sct")
106dimensionedScalar& Sct = _Sct();