Skip to content
Snippets Groups Projects
Commit 5d7f39b6 authored by Henry's avatar Henry
Browse files

tutorials/combustion/reactingFoam/ras/counterFlowFlame2D: Changed p BCs

to totalPressure to avoid unstable entrainment
parent e1971178
Branches
Tags
No related merge requests found
......@@ -29,14 +29,16 @@ boundaryField
{
type zeroGradient;
}
inlet2
{
type zeroGradient;
}
outlet
{
type fixedValue;
value uniform 1e5;
type totalPressure;
p0 $internalField;
U U;
phi phi;
rho none;
psi none;
gamma 1;
value $internalField;
}
frontAndBack
{
......
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