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-plus
Commits
e5d7b434
Commit
e5d7b434
authored
Jun 20, 2019
by
mattijs
Browse files
ENH: derivedFields: fields created without timeName. Fixes
#1345
.
Please enter the commit message for your changes. Lines starting
parent
b7b8ef3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/functionObjects/field/derivedFields/derivedFields.C
View file @
e5d7b434
...
...
@@ -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