Use basicThermo::dictName rather than hard-coding "thermophysicalProperties"

This commit is contained in:
Henry Weller
2015-06-24 10:44:57 +01:00
parent b73fe0d4c3
commit 5e05479e2a
22 changed files with 34 additions and 33 deletions

View File

@ -181,7 +181,7 @@ void Foam::smoluchowskiJumpTFvPatchScalarField::updateCoeffs()
// Prandtl number reading consistent with rhoCentralFoam
const dictionary& thermophysicalProperties =
db().lookupObject<IOdictionary>("thermophysicalProperties");
db().lookupObject<IOdictionary>(basicThermo::dictName);
dimensionedScalar Pr
(