Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
67c8b070
Commit
67c8b070
authored
Jun 20, 2019
by
mattijs
Committed by
Andrew Heather
Jun 20, 2019
Browse files
ENH: derivedFields: fields created without timeName. Fixes
#1345
.
Please enter the commit message for your changes. Lines starting
parent
a78e527a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/functionObjects/field/derivedFields/derivedFields.C
View file @
67c8b070
...
...
@@ -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
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment