ENH: derivedFields: fields created without timeName. Fixes #1345.

Please enter the commit message for your changes. Lines starting
This commit is contained in:
mattijs
2019-06-20 09:35:19 +01:00
parent fb7b4313ce
commit 7eda529fc2

View File

@ -89,6 +89,7 @@ static bool calc_rhoU
IOobject
(
derivedName,
mesh.time().timeName(),
mesh,
IOobject::NO_READ,
IOobject::NO_WRITE,
@ -142,6 +143,7 @@ static bool calc_pTotal
IOobject
(
derivedName,
mesh.time().timeName(),
mesh,
IOobject::NO_READ,
IOobject::NO_WRITE,