Skip to content
Snippets Groups Projects
Commit 5f527c28 authored by mattijs's avatar mattijs Committed by Andrew Heather
Browse files

ENH: rhoPimpleAdiabaticFoam: unused code

parent 7d077626
Branches
Tags
No related merge requests found
......@@ -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;
......
......@@ -87,9 +87,3 @@
}
rho = thermo.rho();
if (thermo.dpdt())
{
dpdt = fvc::ddt(p);
}
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