New user in Excel and I'm trying to calculate properties of an air water vapor mixture using PropsSI. I've already run some cases with HAPropsSI but I may need properties at temps above the validity of HAPropsSI. WHenI try to run a case with an air & water mixture I get an error.
I've entered this formula in a cell
=PropsSI("CPMASS","T",CONVERT($A4,"C","K"),"P",CONVERT($B4,"atm","Pa"),"HEOS::"&MixtureString($S$2:$S$3,AD12:AD13))
where:
A4 = 15
B4 = 1
S2:s3 = "Air":"Water"
AD12:AD13 = .985:.185
I get the following error:
Initialize failed for
backend: "HEOS", fluid: "Air&Water" fractions "[
0.9855880381, 0.0144119619 ]"; error: Could not match the binary pair
[7732-18-5,AIR.PPF] - for now this is an error. : PropsSI("CPMASS","T",288.15,"P",101325,"HEOS::Air[.985588038076329]&Water[1.44119619236714E-02]")