Skip to content
New issue

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

Account of derivative of thermal conductivity w.r.t. Pressure #20

Closed
bishtgautam opened this issue Jul 18, 2018 · 1 comment
Closed
Assignees
Labels
bug Something isn't working

Comments

@bishtgautam
Copy link
Contributor

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
@bishtgautam bishtgautam self-assigned this Jul 18, 2018
@bishtgautam bishtgautam added the bug Something isn't working label Jul 18, 2018
@bishtgautam
Copy link
Contributor Author

This was fixed by #21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant