Modelica XML Reader Released
Claytex have released a new Modelica package that can read XML documents to load parameter values in to a Dymola model. The XML Reader is a set of Modelica classes for reading parameter values from an XML document directly into a Modelica model. The values are read from the XML document during model intialisation which [...]
Posted on Thursday, September 29th, 2011
The difference between class duplication and class extension
Duplicate or Extend? What is the difference? There is a fundamental difference between duplicating a class and extending a class (Blocks, Models, Functions, Types, Enumerations are all types of Class). Duplicating: When we duplicate a class we effectively create a separate instance or copy of that class. Any changes to the original class or duplicate [...]
Posted on Tuesday, September 27th, 2011