Skip to content
Snippets Groups Projects
Commit c47a6ee1 authored by Henry Weller's avatar Henry Weller
Browse files

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

parent 8eeac52e
Branches
Tags
1 merge request!25Merge foundation
......@@ -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())
{
......
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