mathinmse.github.io icon indicating copy to clipboard operation
mathinmse.github.io copied to clipboard

query about some data value

Open oops32 opened this issue 6 years ago • 1 comments

hello @lucentdan , just wanted to know how you calculate this value and why it is always constent over temperature. in this function.

def standardGibbsChangeSolid(temperature):
    return (-907100 + 175*temperature)

H = -907100 --> ok S = 175 --> didnt understand how?

Can you please explain please??

oops32 avatar Feb 16 '20 18:02 oops32

I pulled this example from Gaskell. This is a standard form for the change in entropy for a phase change? That should be read as \Delta S, does that help? Sorry if I'm not understanding.

lucentdan avatar Mar 03 '20 20:03 lucentdan