Skip to content

Commit

Permalink
NOW I fixed the return issue. Ugh. I feel old.
Browse files Browse the repository at this point in the history
  • Loading branch information
JRao-rgb committed Dec 7, 2023
1 parent 08e1e09 commit d8ae672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Source/cvOneDMaterialOlufsen.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ double cvOneDMaterialOlufsen::GetD2pDS2(double area, double z)const{
}

double cvOneDMaterialOlufsen::GetOutflowFunction(double pressure, double z)const{
return 1e-4 * (pressure - 10000.0);
return L_P * (pressure - P_ambient);
}

double cvOneDMaterialOlufsen::GetDOutflowDp(double pressure, double z)const{
Expand Down

0 comments on commit d8ae672

Please sign in to comment.