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
committed by Andrew Heather
parent a78e527a1a
commit 67c8b07021

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,