Dr Craig Branch

Results 8 comments of Dr Craig Branch

Thanks Ian I will try and see if you can wrap classes in Mathematica. Will feedback what I find. As for the partial molar properties. Seems the AbstractState has chemical...

Hi I haven't made much progress but will start soon. Once I get going if I have any success I will post.

I have started to implement a robust version of HELD that I will provide to Clapeyron once it is complete. Some important observations. You need a robust optimisation algorithm based...

Yes I went trough the HELP_TP branch. Its close but needs some bookkeeping to make it robust. I managed after some effort to get HELD working I did this in...

Hi I have a problem with a function, vol ~ vol_pTz(model,p,T,zᵢ), that has a vector input and has the issue of warning "Variable (vol₊zᵢ(t))[4] was marked as being in ......

BTW the function is defined as: function vol_pTz(model,p,T,z) return volume(model,p,T,z) end @register_symbolic vol_pTz(model::EoSModel,p::Float64,T::Float64,z::Array{Float64, 1}) where volume(model,p,T,z) is a Calpeyron function

Hi has any progress been made with this warning. Could we get a way of switch off the warning or writing to the terminal. At the moment I happy to...

ok I have wrapped my MTK code in @suppress_err local …. MTK code end this stops the annoying warnings.