You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AFAIK the f_design parameter is an option to up- or downscale the Q_flow_nominal of the transfer system.
In BESMod.Systems.Hydraulical.Transfer.UFHTransferSystem, the f_design parameter is used to scale the record parTra this way:
Q_flow_nominal=Q_flow_nominal .* f_design
But still, the area specific nominal heat flow of the system q_dot_nom (which is defined in the definition of BESMod.Systems.Hydraulical.Components.UFH.ActiveWallBaseDataDefinition)is calculated this way:
Describe the bug
f_design
parameter is an option to up- or downscale theQ_flow_nominal
of the transfer system.BESMod.Systems.Hydraulical.Transfer.UFHTransferSystem
, thef_design
parameter is used to scale the recordparTra
this way:q_dot_nom
(which is defined in the definition ofBESMod.Systems.Hydraulical.Components.UFH.ActiveWallBaseDataDefinition
)is calculated this way:Form my understanding this would be correct:
The text was updated successfully, but these errors were encountered: