ENH: rhoPimpleAdiabaticFoam: unused code

This commit is contained in:
mattijs
2019-03-14 12:45:02 +00:00
committed by Andrew Heather
parent 7d077626d3
commit 5f527c28aa
2 changed files with 0 additions and 19 deletions

View File

@ -81,19 +81,6 @@ autoPtr<compressible::turbulenceModel> turbulence
mesh.setFluxRequired(p.name()); 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" #include "createMRF.H"
Info<< "Creating compressibility field psi\n" << endl; Info<< "Creating compressibility field psi\n" << endl;

View File

@ -87,9 +87,3 @@
} }
rho = thermo.rho(); rho = thermo.rho();
if (thermo.dpdt())
{
dpdt = fvc::ddt(p);
}