I think we should look into adding this call to this package to leverage single AbstractState setup if a user wants to pull lots of combinations of input parameters.
Currently the options are to use the low level interface and loop over AbstractState updates or to loop (or dot syntax) over PropsSI() which instantiates a new AbstractState each time. For things like REFPROP, this is a painful performance hit.
I think we should look into adding this call to this package to leverage single
AbstractStatesetup if a user wants to pull lots of combinations of input parameters.Currently the options are to use the low level interface and loop over
AbstractStateupdates or to loop (or dot syntax) overPropsSI()which instantiates a newAbstractStateeach time. For things like REFPROP, this is a painful performance hit.