1Info <<
"Reading decay heat properties" << endl;
2IOdictionary decayheatProperties
9 IOobject::MUST_READ_IF_MODIFIED,
14_decLam1 = autoPtr<dimensionedScalar>
18 decayheatProperties.lookup(
"decLam1")
21dimensionedScalar& decLam1 = _decLam1();
23_decLam2 = autoPtr<dimensionedScalar>
27 decayheatProperties.lookup(
"decLam2")
30dimensionedScalar& decLam2 = _decLam2();
32_decLam3 = autoPtr<dimensionedScalar>
36 decayheatProperties.lookup(
"decLam3")
39dimensionedScalar& decLam3 = _decLam3();
41_decBeta1 = autoPtr<dimensionedScalar>
45 decayheatProperties.lookup(
"decBeta1")
48dimensionedScalar& decBeta1 = _decBeta1();
50_decBeta2 = autoPtr<dimensionedScalar>
54 decayheatProperties.lookup(
"decBeta2")
57dimensionedScalar& decBeta2 = _decBeta2();
59_decBeta3 = autoPtr<dimensionedScalar>
63 decayheatProperties.lookup(
"decBeta3")
66dimensionedScalar& decBeta3 = _decBeta3();