removed unnecessary interpolation of h - not used

This commit is contained in:
andy 2009-11-09 10:15:07 +00:00
parent 23cf5d94cd
commit e7347dbd62

View File

@ -90,7 +90,6 @@ int main(int argc, char *argv[])
// --- PISO loop
for (int corr=0; corr<nCorr; corr++)
{
surfaceScalarField hf = fvc::interpolate(h);
volScalarField rUA = 1.0/hUEqn.A();
surfaceScalarField ghrUAf = magg*fvc::interpolate(h*rUA);