modelInterpolate
Test model for the interpolation function
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example demonstrates the function Buildings.Utilities.Math.Functions.interpolate.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real[:,:] | table | [-50, -0.08709; -25, -0.06158; -10, -0.03895; -5, -0.02754; -3, -0.02133; -2, -0.01742; -1, -0.01232; 0, 0; 1, 0.01232; 2, 0.01742; 3, 0.02133; 4.5, 0.02613; 50, 0.02614] | Table of mass flow rate in kg/s (second column) as a function of pressure difference in Pa (first column) |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.PressureDifference | dp | Pressure difference | |
| Modelica.Units.SI.MassFlowRate | m_flow | Mass flow rate |
Revisions
-
February 29, 2024, by Hongxiang Fu:
Moved to Buildings.Utilities.Math.Functions from Buildings.Airflow.Multizone.BaseClasses.
This is for IBPSA, #1844. -
February 2, 2022, by Michael Wetter:
Revised implementation.
This is for IBPSA, #1436. -
Apr 6, 2021, 2020, by Klaas De Jonge:
First implementation