Skip to content

Commit d117dae

Browse files
committed
fix reference pressure
1 parent 70743e7 commit d117dae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

SU2_CFD/src/solvers/CIncEulerSolver.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2614,7 +2614,6 @@ void CIncEulerSolver::BC_Outlet(CGeometry *geometry, CSolver **solver_container,
26142614
range [-11..10]]
26152615
*/
26162616

2617-
//if (abs(dP) < abs(Damping * (P_domain-P_domain_min)/P_domain_range))
26182617
if (abs(dP) < abs(Damping * (P_domain-P_domain_min)))
26192618
Damping = 1.0;
26202619

0 commit comments

Comments
 (0)