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
79c23b0d
Commit
79c23b0d
authored
Dec 15, 2021
by
mattijs
Browse files
BUG: energyTransport: delete own storage. Fixes
#2302
parent
ae708e67
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/functionObjects/solvers/energyTransport/energyTransport.C
View file @
79c23b0d
...
...
@@ -5,7 +5,7 @@
\\ / A nd | www.openfoam.com
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2017-202
0
OpenCFD Ltd.
Copyright (C) 2017-202
1
OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
...
...
@@ -120,7 +120,8 @@ Foam::functionObjects::energyTransport::rho() const
mesh_
.
time
().
timeName
(),
mesh_
,
IOobject
::
NO_READ
,
IOobject
::
NO_WRITE
IOobject
::
NO_WRITE
,
false
),
mesh_
,
rho_
...
...
@@ -156,7 +157,8 @@ Foam::functionObjects::energyTransport::Cp() const
mesh_
.
time
().
timeName
(),
mesh_
,
IOobject
::
NO_READ
,
IOobject
::
NO_WRITE
IOobject
::
NO_WRITE
,
false
),
mesh_
,
Cp_
...
...
@@ -186,7 +188,8 @@ Foam::functionObjects::energyTransport::kappa() const
mesh_
.
time
().
timeName
(),
mesh_
,
IOobject
::
NO_READ
,
IOobject
::
NO_WRITE
IOobject
::
NO_WRITE
,
false
),
mesh_
,
kappa_
...
...
@@ -228,7 +231,8 @@ Foam::functionObjects::energyTransport::energyTransport
mesh_
.
time
().
timeName
(),
mesh_
,
IOobject
::
NO_READ
,
IOobject
::
NO_WRITE
IOobject
::
NO_WRITE
,
false
),
mesh_
,
dimensionedScalar
(
dimEnergy
/
dimTemperature
/
dimVolume
,
Zero
)
...
...
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