Skip to content

Commit

Permalink
links conversion script
Browse files Browse the repository at this point in the history
  • Loading branch information
mlauster committed Dec 20, 2016
1 parent 2dd13a3 commit 99a6db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AixLib/package.mo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
within ;
package AixLib
annotation(uses(Modelica(version="3.2.2"), Modelica_Synchronous(version="0.92.1")), version = "0.4.0", Documentation(info = "<html>
annotation(uses(Modelica(version="3.2.2"), Modelica_Synchronous(version="0.92.1")), version = "0.4.0", version = "0.3.2", conversion(from(version="0.3.2",script="modelica://AixLib/Resources/Scripts/ConvertAixLib_from_0.3.2_to_0.4.mos")), Documentation(info = "<html>
<p>The free open-source <code>AixLib</code> library is being developed for research and teaching purposes. It aims at dynamic simulations of thermal and hydraulic systems to develop control strategies for HVAC systems and analyse interactions in complex systems. It is used for simulations on component, building and city district level. As this library is developed mainly for academic purposes, user-friendliness and model robustness is not a main task. This research focus thus influences the layout and philosophy of the library. </p>
<p>Various connectors of the Modelica Standard Library are used, e.g. <code>Modelica.Fluid</code> and <code>Modelica.HeatTransfer</code>. These are accompanied by own connectors for simplified hydraulics (no <code>fluid.media</code>, incompressible, one phase) , shortwave radiation (intensity), longwave radiation (heat flow combined with a virtual temperature) and combined longwave radiation and thermal. The pressure in the connectors is the total pressure. The used media models are simplified from the <code>Modelica.Media</code> library. If possible and necessary, components use continuously differentiable equations. In general, zero mass flow rate and reverse flow are supported.</p>
<p>Most models have been analytically verified. In addition, hydraulic components are compared to empirical data such as performance curves. High and low order building models have been validated using a standard test suite provided by the ANSI/ASHRAE Standard 140 and VDI 6007 Guideline. The library has only been tested with Dymola.</p>
Expand Down

0 comments on commit 99a6db1

Please sign in to comment.