Skip to content
Snippets Groups Projects
Commit 257d2f04 authored by sergio's avatar sergio
Browse files

Update rho = thermo.rho(), in the pEq for reactingFoam.

Updating fvSolution's for closed domains for chtMultiRegionFoam cases
parent 4691ee49
Branches
Tags
No related merge requests found
......@@ -92,9 +92,10 @@ K = 0.5*magSqr(U);
if (pressureControl.limit(p))
{
p.correctBoundaryConditions();
rho = thermo.rho();
}
rho = thermo.rho();
if (thermo.dpdt())
{
dpdt = fvc::ddt(p);
......
......@@ -62,6 +62,8 @@ PIMPLE
momentumPredictor yes;
nCorrectors 2;
nNonOrthogonalCorrectors 0;
pRefCell 0;
pRefValue 1e5;
}
relaxationFactors
......
......@@ -62,6 +62,8 @@ PIMPLE
momentumPredictor yes;
nCorrectors 2;
nNonOrthogonalCorrectors 0;
pRefCell 0;
pRefValue 1e5;
}
relaxationFactors
......
......@@ -66,6 +66,8 @@ PIMPLE
momentumPredictor no;
nCorrectors 1;
nNonOrthogonalCorrectors 0;
pRefCell 0;
pRefValue 1e5;
}
relaxationFactors
......
......@@ -82,6 +82,8 @@ PIMPLE
momentumPredictor no;
nCorrectors 1;
nNonOrthogonalCorrectors 0;
pRefCell 0;
pRefValue 1e5;
}
relaxationFactors
......
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