Skip to content
Snippets Groups Projects
Commit f9676a36 authored by andy's avatar andy
Browse files

ENH: Added file missed during commit #c7da0a5c

parent 51ef47d8
Branches
Tags
No related merge requests found
......@@ -5,7 +5,7 @@ rho.relax();
volScalarField rAU(1.0/UEqn().A());
volVectorField HbyA("HbyA", U);
HbyA = rAU*(UEqn() == sources(rho, U))().H();
HbyA = rAU*UEqn().H();
if (pimple.nCorrPISO() <= 1)
{
......@@ -24,7 +24,7 @@ if (pimple.transonic())
)
);
sources.relatoiveFlux(fvc::interpolate(psi), phid);
sources.relativeFlux(fvc::interpolate(psi), phid);
volScalarField Dp("Dp", rho*rAU);
......@@ -61,7 +61,7 @@ else
)
);
sources.relatoiveFlux(fvc::interpolate(rho), phiHbyA);
sources.relativeFlux(fvc::interpolate(rho), phiHbyA);
volScalarField Dp("Dp", rho*rAU);
......
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