|
Revision 463, 292 bytes
(checked in by hubertus, 22 months ago)
|
|
Created maintenance version from Dynasims version with minimal changes (no checksum, 1 graphics, a few improved documentation places, structurallyIncomplete annotations in Visualizers)
|
| Line | |
|---|
| 1 | package Thermal "Library to model thermal systems (heat transfer, simple thermo-fluid pipe flow)" |
|---|
| 2 | extends Modelica.Icons.Library; |
|---|
| 3 | |
|---|
| 4 | annotation (Documentation(info="<html> |
|---|
| 5 | <p> |
|---|
| 6 | This package contains libraries to model heat transfer |
|---|
| 7 | and fluid heat flow. |
|---|
| 8 | </p> |
|---|
| 9 | </html>")); |
|---|
| 10 | end Thermal; |
|---|