Changes between Initial Version and Version 1 of Ticket #2541


Ignore:
Timestamp:
2014-01-18T08:54:28Z (11 years ago)
Author:
Lennart Ochel
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2541 – Description

    initial v1  
    11When 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:
    22
     3{{{#!mo
    34model test
    45  extends Modelica.Icons.Example;
     
    4344</html>"), Diagram(coordinateSystem(extent = {{-160,-120},{100,100}})));
    4445end test;
    45 
    46 
     46}}}
    4747
    4848when I try to connect the mass flow source, it will not work. This is an exact example pulled from the modelica library.