EnEff-BIM / EnEffBIM-Framework

translating from BIM to BEPS
MIT License
8 stars 0 forks source link

SimConnection #51

Closed PRemmen closed 9 years ago

PRemmen commented 9 years ago

The API returns a SimSystem object in the functions:

lib.sim_system_get_outlet_component ib.sim_system_get_intlet_component

If someone could tell me how the inlet and outlet component entity in SimModel are named I can probably fix the bug myself.

thorade commented 9 years ago

Easy example for connection: Connect a pipe and a pump. More advanced: connect a radiator to the thermal zone. What about wheather?

ReinhardWimmer commented 9 years ago

Each component is assigned to groups, which are assigned to parent systems, which are again assigned to different schedules or zones, ... and so on. for example the boiler: simcore:AssignedToGroupsID74373/simcore:AssignedToGroups simbldg:ParentSystemID74365/simbldg:ParentSystem

I wish I could work out more details, but I am leaving now. If there are still some questions...ask me next week please :)
thorade commented 9 years ago

check lines 511 and 513 of simmodel2modelic.py

math-boy commented 9 years ago

We implement a new API for accessing the loop connections. See here: #55