blockInputPower
Electrical power consumed by the unit
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Information
This block calculates total electrical energy consumed by the unit using the rate of cooling and the energy input ratio EIR.
The electrical energy consumed by the unit is
P = -Qcool EIR
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | Q_flow | Cooling capacity of the coil | |
| Modelica.Blocks.Interfaces.RealInput | EIR | Energy input ratio | |
| Modelica.Blocks.Interfaces.RealInput | SHR | Sensible heat ratio | |
| Modelica.Blocks.Interfaces.RealOutput | P | Electrical power consumed by the unit | |
| Modelica.Blocks.Interfaces.RealOutput | QSen_flow | Sensible heat flow rate | |
| Modelica.Blocks.Interfaces.RealOutput | QLat_flow | Latent heat flow rate |
Revisions
-
September 4, 2012 by Michael Wetter:
Reimplemented model to avoid having to use themaxfunction, and to reduce the number of mathematical operations. Added output connector for latent heat flow rate. Revised documentation. -
April 9, 2012 by Kaustubh Phalak:
First implementation.