modelVelocity
Test model for the flow velocity sensor
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example tests the flow velocity sensor. One sensor is configured to be steady-state, and the other is configured to be dynamic. Note that steady-state sensors can lead to numerical problems if used incorrectly. See IBPSA.Fluid.Sensors.UsersGuide for an explanation.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.SIunits.Area | A | 0.1*0.1/4*Modelica.Constants.pi | Cross sectional area of flow channel |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| IBPSA.Fluid.Sources.Boundary_pT | sin | Flow boundary condition | |
| IBPSA.Fluid.Sources.MassFlowSource_T | masFloRat | Flow boundary condition | |
| Modelica.Blocks.Sources.Ramp | ramp | Signal for mass flow rate | |
| IBPSA.Fluid.Sensors.Velocity | senDyn | Sensor configured to use a dynamic model for the density | |
| IBPSA.Fluid.Sensors.Velocity | senSteSta | Sensor configured to use a steady-state model for the density |
Contents
| Name | Description |
|---|---|
| Medium model |
Revisions
-
May 20, 2016 by Marcus Fuchs:
First implementation.