SQL File: why are some parameters not present in ComponentSizes
I've got a fully autosized model and I'm looking at the outputs.
For a pump, ComponentSizes
has Rated Flow Rate
(m3/s) and Rated Power Consumption
(W) which makes a ton of sense to me.
For a fan, either one of Fan:ConstantVolume, Fan:VariableVolume or Fan:OnOff, there's only Design Size Maximum Flow Rate
(m3/s). Why isn't the Rated Power not present in the ComponentSizes
table? Am I missing something or some logic?
Note that this data (and more) is present in the TabularDataWithStrings for ReportName = 'Equipment Summary' (that ends up in the HTML output), but I'd rather avoid grepping values from multiple locations and I don't understand the logic behind it.
I think I actually now understand why it's not in
ComponentSizes
.For the Fan, the parameter that is really autosized is the flow rate. The Rated Fan Power is then calculated directly from this flow rate and from the mandatory inputs that are Fan Total Efficiency and Pressure Rise (Pa).
I'd postulate it'd still make sense to put it in the
ComponentSizes
As my understanding, the
component sizing
means they are part of loops (air or water) and component sizing takes input fromsizing:zone,sizing system or sizing:plant
object. We get the rated capacity and flow fromsizing component
, but to get rated power(electrical) and their nominal (standard condtion) characteristics, you need more detail in each equipment object properties and it will show onequipment sizing summary
. Best eample is Coil DX (often we need to understand as a packaged consists of DX coil + compressor + condenser includes fan). VRF doesn't show there