Open Wang-Lancelot opened 3 months ago
Seems that way, can you open a pull request to fix it?
Sure, I will open one later.
Seems that way, can you open a pull request to fix it?
Hey, I want to make this change...!
Hey, I want to make this change...!
Sure, if you are willing to, please make it. Thank you so much for your help.
In CTurbSASolver.cpp line 496, the
Jacobian_i = (laminar_viscosity*Area)/(0.03*Roughness_Height*sigma);
Should it be
Jacobian_i = (laminar_viscosity /density *Area)/(0.03*Roughness_Height*sigma);
?