Skip to content
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

HotWaterTemperatureReset computes wrong results if room temperature differs from nominal value #74

Closed
mwetter opened this issue Mar 3, 2013 · 1 comment
Labels

Comments

@mwetter
Copy link
Member

mwetter commented Mar 3, 2013

The equation
{{{
TSup = TRoo_in_internal
+ ((TSup_nominal+TRet_nominal)/2-TRoo_in_internal) * qRel^(1/m)
+ (TSup_nominal-TRet_nominal)/2 * qRel;
}}}
should be formulated as
{{{
TSup = TRoo_in_internal
+ ((TSup_nominal+TRet_nominal)/2-TRoo_nominal) * qRel^(1/m)
+ (TSup_nominal-TRet_nominal)/2 * qRel;
}}}

@mwetter
Copy link
Member Author

mwetter commented Mar 3, 2013

[mwetter] This is fixed on the trunk, revision 4999.

@mwetter mwetter closed this as completed Mar 3, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant