modelFlowMachineInterface
Simple model to validate FlowMachineInterface
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
Simple validation model for the flow machine interface model.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.Movers.BaseClasses.FlowMachineInterface | eff | Flow machine interface model | |
| Modelica.Blocks.Sources.Constant | y | Control signal | |
| Modelica.Blocks.Sources.Constant | rho | Density | |
| Modelica.Blocks.Sources.Ramp | m_flow | Mass flow rate |
Revisions
-
November 1, 2021, by Hongxiang Fu:
Removed assignments foreff.haveVMaxandeff.V_flow_maxas they are now assigned inside Buildings.Fluid.Movers.BaseClasses.FlowMachineInterface.
This is for #2668. -
February 19, 2016, by Michael Wetter:
First implementation.