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

nrtl results #21

Open
iurisegtovich opened this issue Feb 1, 2022 · 1 comment
Open

nrtl results #21

iurisegtovich opened this issue Feb 1, 2022 · 1 comment

Comments

@iurisegtovich
Copy link
Owner

os resultados salvos na última execução do notebook são os de
Dg12 = 1335
em vez de
Dg12 = 1335 * 4.184 #J/K
(para todos os DGij)

@iurisegtovich
Copy link
Owner Author

obs cálculo do GE/RT

lngamma   = ((q_E+(q_E.T))-(((q_G * l_D) * (c_x.T)) @ (q_E.T))) @ c_x
gamma = np.exp(lngamma)
GE_rt = c_x.T @ lngamma
return gamma, GE_rt, np.sum(c_x[:,0]*lngamma[:,0])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant