Skip to content
Snippets Groups Projects
Commit 7eda529f authored by mattijs's avatar mattijs
Browse files

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

 Please enter the commit message for your changes. Lines starting
parent fb7b4313
Branches
Tags
No related merge requests found
......@@ -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,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment