modelEnergyMeter
"Integrates power [W] that is connected to input connector"
Information
Overview
Model of an energy meter (integration over time of the Real input connector [W]).
BE CAREFUL: Model might slow down the simulation speed since unnecessaries state events might be triggered.
So please check prior whether it is worth to implement the meter.
-
October 11, 2016 by Philipp Mehrfeld:
Removed two old models and combined to this one. Give input connector unit [W]. -
October 15, 2013 by Ole Odendahl:
Formatted documentation appropriately - by Alexander Hoh:
implemented
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Dynamics | |||
| Modelica.Fluid.Types.Dynamics | energyDynamics | Modelica.Fluid.Types.Dynamics.DynamicFreeInitial | Type of energy balance: dynamic (3 initialization options) or steady state |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | p |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.NonSI.Energy_kWh | q_kWh | ||
| Modelica.Units.SI.Energy | q_joule |
Revisions
-
May 5, 2021 by Fabian Wüllhorst:
Add energyDynamics as parameter (see issue #1093)