Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
5f527c28
Commit
5f527c28
authored
Mar 14, 2019
by
mattijs
Committed by
Andrew Heather
Mar 14, 2019
Browse files
ENH: rhoPimpleAdiabaticFoam: unused code
parent
7d077626
Changes
2
Hide whitespace changes
Inline
Side-by-side
applications/solvers/compressible/rhoPimpleAdiabaticFoam/createFields.H
View file @
5f527c28
...
...
@@ -81,19 +81,6 @@ autoPtr<compressible::turbulenceModel> turbulence
mesh
.
setFluxRequired
(
p
.
name
());
Info
<<
"Creating field dpdt
\n
"
<<
endl
;
volScalarField
dpdt
(
IOobject
(
"dpdt"
,
runTime
.
timeName
(),
mesh
),
mesh
,
dimensionedScalar
(
p
.
dimensions
()
/
dimTime
,
Zero
)
);
#include "createMRF.H"
Info
<<
"Creating compressibility field psi
\n
"
<<
endl
;
...
...
applications/solvers/compressible/rhoPimpleAdiabaticFoam/pEqn.H
View file @
5f527c28
...
...
@@ -87,9 +87,3 @@
}
rho
=
thermo
.
rho
();
if
(
thermo
.
dpdt
())
{
dpdt
=
fvc
::
ddt
(
p
);
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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