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

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

View File

@ -68,7 +68,7 @@ void Foam::calc(const argList& args, const Time& runTime, const fvMesh& mesh)
(
IOobject
(
"thermophysicalProperties",
basicThermo::dictName,
runTime.constant(),
mesh
).headerOk()