Changes between Version 1 and Version 2 of Ticket #6203, comment 2
- Timestamp:
- 2020-11-10T13:00:00Z (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6203, comment 2
v1 v2 22 22 - ''(Buildings.Fluid.Actuators.Valves.ThreeWayLinear l:7)'' 23 23 24 The other problem regarding `valTab.res3.dpValve_nominal` comes from the fact that in our case we have to determine this value implicitely which can be seen in file ''(Buildings.Fluid.Actuators.BaseClasses.ValveParameters l:50-74)'' where we are in case 1: `CvData == Buildings.Fluid.Types.CvTypes.OpPoint`. It is not explicitly declared so it has to be computed from the other equations. Since the default start value is zero it fails with a division tozero in24 The other problem regarding `valTab.res3.dpValve_nominal` comes from the fact that in our case we have to determine this value implicitely which can be seen in file ''(Buildings.Fluid.Actuators.BaseClasses.ValveParameters l:50-74)'' where we are in case 1: `CvData == Buildings.Fluid.Types.CvTypes.OpPoint`. It is not explicitly declared so it has to be computed from the other equations. Since the default start value is zero it fails with a division by zero in 25 25 {{{ 26 26 Kv_SI = m_flow_nominal/sqrt(dpValve_nominal);