Clapeyron.jl
Clapeyron.jl copied to clipboard
Confined EoS
Pretty sure we wouldn't be able to support this, but still quite cool: https://aip.scitation.org/doi/10.1063/5.0096875
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