rhoReactingFoam: Updated to use the latest UEqn.H from reactingFoam

This commit is contained in:
Henry Weller
2015-11-18 21:09:10 +00:00
parent 91261b3047
commit 3050ff925a

View File

@ -5,11 +5,11 @@
// pressure solution - done in 2 parts. Part 1:
thermo.rho() -= psi*p;
volScalarField rAU(1.0/UEqn.A());
volScalarField rAU(1.0/UEqn().A());
surfaceScalarField rhorAUf("rhorAUf", fvc::interpolate(rho*rAU));
volVectorField HbyA("HbyA", U);
HbyA = rAU*UEqn.H();
HbyA = rAU*UEqn().H();
if (pimple.transonic())
{