Clapeyron.jl icon indicating copy to clipboard operation
Clapeyron.jl copied to clipboard

Confined EoS

Open pw0908 opened this issue 2 years ago • 1 comments

Pretty sure we wouldn't be able to support this, but still quite cool: https://aip.scitation.org/doi/10.1063/5.0096875

pw0908 avatar Jul 01 '22 02:07 pw0908

i was thinking about this, but with the TEOS-10 eq of state for sea water. we could do something like:

model = TEOS10() # "incomplete" EoSModel
volume(model(salinity = s0),p,T) #calling model(salinity = s0) returns the correct eos struct to dispatch

longemen3000 avatar Jul 01 '22 04:07 longemen3000