We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In CTurbSASolver.cpp line 496, the Jacobian_i = (laminar_viscosity*Area)/(0.03*Roughness_Height*sigma);
Jacobian_i = (laminar_viscosity*Area)/(0.03*Roughness_Height*sigma);
Should it be Jacobian_i = (laminar_viscosity /density *Area)/(0.03*Roughness_Height*sigma); ?
Jacobian_i = (laminar_viscosity /density *Area)/(0.03*Roughness_Height*sigma);
The text was updated successfully, but these errors were encountered:
Seems that way, can you open a pull request to fix it?
Sorry, something went wrong.
Sure, I will open one later.
Hey, I want to make this change...!
Sure, if you are willing to, please make it. Thank you so much for your help.
No branches or pull requests
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);
?The text was updated successfully, but these errors were encountered: