Changes between Initial Version and Version 1 of Ticket #2541
- Timestamp:
- 2014-01-18T08:54:28Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2541 – Description
initial v1 1 1 When I try to connect any components in a fluid model, I get one of two errors: Illegal to instantiate partial class BaseProperties, or Error occurred while flattening model <test>. Here is a sample code: 2 2 3 {{{#!mo 3 4 model test 4 5 extends Modelica.Icons.Example; … … 43 44 </html>"), Diagram(coordinateSystem(extent = {{-160,-120},{100,100}}))); 44 45 end test; 45 46 46 }}} 47 47 48 48 when I try to connect the mass flow source, it will not work. This is an exact example pulled from the modelica library.