UdK-VPT / BuildingSystems

Modelica BuildingSystems library
http://modelica-buildingsystems.de/
BSD 3-Clause "New" or "Revised" License
70 stars 34 forks source link

Issue1_RedeclareReals #5

Closed jmoeckel closed 9 years ago

jmoeckel commented 9 years ago

This should fix #1

Several variables declared as Real have been redaclered with a physical type. Some new types in BuildingSystems.Types have been defined.

nytschgeusen commented 9 years ago

@jmoeckel: I agree in principal with the content of the pull request, but there are some version conflicts (the pull request cannot be automatically merged). Please can you solve these conflicts and do the pull request again afterwards ?

jmoeckel commented 9 years ago

@nytschgeusen: Merge conflicts have been solved. Branch can now be merged automatically.

jmoeckel commented 9 years ago

Partly.

The other reason has been, that type WaterVapourEnthalpie = SpecificEnergy; leads to Class not found errors. Corrected this one to type WaterVapourEnthalpie = Modelica.SIunits.SpecificEnergy;

jmoeckel commented 9 years ago

Should be fixed with #16