search for: iapws95

Displaying 2 results from an estimated 2 matches for "iapws95".

2018 May 30
2
Evaluation failure of IAPWS95 functions in a rowwise manner (tidyverse style)
I'm trying to use the IAPWS95 package with the tidyverse packages. For some reason, the function is not outputting the correct rho. A minimal example with results is below. I've also included the definition of the DTp function from the IAPWS95 library. ==================================== library(IAPWS95) library(tidyv...
2018 May 30
0
Evaluation failure of IAPWS95 functions in a rowwise manner (tidyverse style)
...don't think it has anything to do with the tidyverse. If you keep simplifying your example you'll get all the way down to > DTp(T=c(279,294),p=c(0.46,0.46)) [1] 1000.12283 --Ista On Wed, May 30, 2018 at 2:14 PM, Shawn Way <SWay at meco.com> wrote: > I'm trying to use the IAPWS95 package with the tidyverse packages. For some reason, the function is not outputting the correct rho. > > A minimal example with results is below. I've also included the definition of the DTp function from the IAPWS95 library. > ==================================== > library(IAPWS...