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
Derivative of thermal conductivity at the interface w.r.t. to up/down pressure needs to be accounted for in the jacobian computation
dtherm_dP_up = (dist_up*therm_cond_dn/therm_cond_up) * therm_cond_ave_over_dist/(dist_up*therm_cond_dn + dist_dn*therm_cond_up) * dsat_dP_up dtherm_dP_dn = (dist_up*therm_cond_up/therm_cond_dn) * therm_cond_ave_over_dist/(dist_up*therm_cond_dn + dist_dn*therm_cond_up) * dsat_dP_dn
The text was updated successfully, but these errors were encountered:
This was fixed by #21
Sorry, something went wrong.
bishtgautam
No branches or pull requests
Derivative of thermal conductivity at the interface w.r.t. to up/down pressure needs
to be accounted for in the jacobian computation
The text was updated successfully, but these errors were encountered: