-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug : UpdateAir Moist Air faillure #28
Comments
The problem was that Coolprop is just returning Inf when trying to do the lookup with your input vaules. Are you sure the combination of values are valid inputs? |
Yes the combination of values is valid, I try with many others and the result is the same. |
I have checked everything and it is sending the correct values to CoolProp. |
it shouldn't be possible to set both the RelativeHumidity and HumidityRatio. There isn't a single set of pressure and temperature values that can satisfy these two values. |
Hello,
Moist Air Update with HumidityRatio and RelativeHumidity doesn't work.
The exception message is:
Value was either too small or too large for a Decimal.
I try with this :
Air.UpdateAir(Pressure.FromSI(101325), HumidityRatio: ParamIn2Value, RelativeHumidity: ParamIn1Value);
ParamIn2Value is double, 0.011
ParamIn1Value is double, 0.8
Thank you
The text was updated successfully, but these errors were encountered: