Giter Club home page Giter Club logo

aixlib's People

Contributors

alexanderaku avatar arnoldfuetterer avatar cvering avatar dajansengit avatar dawac avatar ebc-aixlib-bot avatar fwuellhorst avatar georgferdinandschneider avatar hannahromberg avatar julianmatthes avatar katharinabr avatar konstantinaxanthopoulou avatar kremermartin avatar larissakuehn avatar lauramaier avatar martinkremer avatar martinraetz avatar mbaranskiebc avatar michamans avatar mirkoengelpracht avatar mlauster avatar nilsneuland avatar patrickhenkel avatar pmehrfeld avatar premmen avatar sarahleidolf avatar svenhinrichs avatar tbeu avatar thorade avatar tobiasblacha avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

aixlib's Issues

HTML tidy

BuildingsPy can call HTML tidy and check the HTML documentation.
The following Python script will print a couple of warnings and errors that should be fixed.

import os
import buildingspy.development.validator as v
moLibsDir = "C:\Users\mthorade\Documents\Dymola"
moLib = "AixLib\Aixlib"
moLibPath = os.path.join(moLibsDir, moLib)
print(moLibPath)

val = v.Validator()
errStr = val.validateHTMLInPackage(moLibPath)
print(errStr)

Remember to change the path.
Before running the script you need to pip install -U buildingspy.
You might also need to pip install -U pytidylib and get tidylib.dll from http://www.html-tidy.org/

Validation according to ASHRAE 140

Wouldn't it be absolutely wonderful if this awesome building models would be validated according to some standard, let's say ASHRAE 140?
PRemmen, are you feeling up to it?

Naming of thermal mass inconsistent

Most Rooms in the Building.HighOrder Library of AixLib offer a simple radio button to select the Thermal Mass Class. Unlike the whole GUI, the labels assigned (S, M, L) are abbreviations for the German "Schwer", "Mittel" and "Leicht". This is a possible source of confusion, as it could be misunderstood as "Small", "Medium" and "Large".

It suggest renaming the abbreviations to:
S --> high
M --> medium
L --> low

Accessing Output of airload

Dear AixLib,
I am really confused about this. I want to use the simulated airload Temperature ( reducedOrderModel.airload.T ) of "AixLib.Building.LowOrder.Examples.LOEM" and use it to get an estimate of Cooling required using the equation ( Q=m.c.dT) where dT=AT-ST
AT=Airload Temperatue
ST=Set Temperature.

How do i access AT, the simulated airload temperatue?

Illegal inheritance

Warning while loading the file .\AixLib\AixLib\Utilities\HeatTransfer.mo.
The Modelica class of AixLib.Utilities.HeatTransfer.HeatConv_inside (class) and its base class Modelica.Thermal.HeatTransfer.Interfaces.Element1D (model) are not compatible.

HeatConv_inside should be of type model, too.

Boundaries of example for dynamic pipe

Both boundaries are set to atmospheric pressure, forward side has h = 1e6. I think this might be an error and instead the forward side should have a slightly higher pressure than the return side boundary?

Building.LowOrder.BaseClasses.equalAirTemp

working on issue #24 i recognized some potential for enhancement in the current version of the equalAirTemp (e.g. right now only one view factor [phiprivate=0.5 for vertical alignment] is considered)

Should we discuss this in this issue or also in #24

Implement Unit Tests

The library should have unit tests for all models as a means of quality control. This should use buildingsPy unit testing routines

Update several models to newer versions

Several models also used in AixLib have been improved in another projects. The AixLib models should be updated. All further development of these models shall hence on be done only in AixLib.

Add acknowledgements

In our acknowledgement section, we should reference our public financial support

name clash: HVAC used twice

Your AixLib.package.mo has an annotation which libraries it uses:

annotation(uses(Modelica(version = "3.2.1"), HVAC(version="2.2")));

But HVAC is also used for AixLib.HVAC (and for the directory that contains that sub-package), resulting in an error message when opening AixLib in Dymola. Maybe the library should be renamed LibHVAC or something more meaningful and unique.
Maybe you want, in addition, completely remove the uses HVAC annotation, because most users of AixLib do not have access to that library.

Rename variable for differential pressure from p to dp

In AixLib.HVAC.Interfaces.TwoPort, the differential pressure is calculated as variable p, which is described as "Pressure drop between the two ports (= port_a.p - port_b.p)". Renaming to dp would be more coherent with standard conventions and thus less irritating.

Revise LowOrder.ThermalZone

Revise the structure or add additional ThermalZone models (e.g. like it is done in LowOrder.BaseClasses.ReducedOrderMolde/EqAirTemp) in order to operate the ThermalZone with all the different modeling options of #24 and #25

Clean up of low order models

  • delete unnecessary models
    • EqAirTempSimple
    • ReducedOrderModelStar
  • delete name affix EBCMod
  • rename the parameters to be uniform
    • EqAirTemp package
    • ReducedOrderModel package
    • SolarRadWeightedSum
    • ThermalZonePhysics
    • ThermalZone
    • ZoneBaseRecord
  • make ReducedOrderModel replaceable, implement choice in higher level models and change default reduced order model in ThermalZonePhysics to the one with decoupled RWin
  • clean up ZoneBaseRecord
    • No default values
    • clean up white spaces
    • delete old, unused parameter
  • implement choice between CorrG and NoCorrG for higher level models

LOM.SplitterThermPercentAir

I have to objections:

  • For what is "AirPercent" in the name?
  • The loop connecting input and output can be more efficiently handled by a vectorized equation using .* if necessary
  • In the sum equation, the multiplication needs to be done via .*. This might cuase errors if input is a scalar.

LowOrderModel remarks from Annex 60

We got some remarks mainly regarding LOM from the Annex 60 group and should consider them.
Mainly, the following items should be done:

  • Do not use cardinality as it will be removed from Modelica
  • Replace Airload in ReducedOrderModel with Mixed Air volume
  • use assert instead of .stream to state warnings

package.order

Your package.order is currently broken.
Dymola will silently fix this when opening the library,
OpenModelica will complain, and it will tell you what is broken where.

So, opening the library in OpenModelica from time to time (e.g. after running the integration scripts)
is a good test to see whether the package.order is correct.

Typos in radiator

Had a quick look at the radiator model - will fix the typos in the commented code.

High order examples: Division by zero in pipe

When trying to simulate the high order building model's examples RoomGFOw2 and Appartment_VoWo, simulation fails because the static pipe model divides by zero with lambda2 = 0.

This seems to be a problem with the pipe rather than with the high order examples. For a quick solution, I suggest to replace the static pipe in the examples by the pipe model from MSL.

For the future development an important question is whether to revise the models Pipe and StaticPipe or replace them systematically by other pipe models (from Annex 60 or MSL, for example).
What do you guys think @mlauster, @PRemmen? Others' input is also very welcome of course!

Implementing HVAC from another Library

Dear AixLib Team,
I want to implement a HVAC system from another library inside one of the AixLib
LowOrderModels. The Chiller model and all the components have flow ports(fluids) involved. Is there a way in which i can implement this by modifying the LowerOrderModel? Something like below but instead of getting the temperature from the temperature sensor.. include the chiller(through the flow ports) inside the building.
I would really appreciate the help and any ideas regarding this.

fluid flow

LowOrder Building - Validation

-translation into English and proper naming
-update CombiTimeTable for inner loads in test cases 5,8,9,10,12 (split the persons share into peopleConvective and peopleRadiative)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.