modelExample7
Example 7 model of Modelica code that is more efficiently compiled into C-code
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
See Buildings.Fluid.Examples.Performance.Example6 for the documentation.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | nTem | 500 | |
| Real | R | 0.001 | |
| Real | C | 1000 | |
| Real | tauInv | 1/(R*C) |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Real | T |
Revisions
-
March 6, 2023, by Michael Wetter:
Added a constant in order for unit check to pass.
See #1711 for a discussion. -
April 11, 2016 by Michael Wetter:
Corrected wrong hyperlink in documentation for issue 450. -
July 14, 2015, by Michael Wetter:
Revised documentation. -
April 17, 2015, by Filip Jorissen:
First implementation.