Welcome to frads Discussions! #3
Replies: 8 comments 29 replies
-
Hello Frads group, |
Beta Was this translation helpful? Give feedback.
-
Hi, I am currently working through this tutorial. https://lbnl-eta.github.io/frads/how-to/guide_rad1/ (base) ...@... ~ % gen room 12 14 3 \ does not work. It returns me the following error: usage: gen room [-h] [-w start_x start_z width height] [-n NAME] [-t Facade thickness] [-r ROTATE] width depth flrflr flrclg Just to be sure, I currently have version: In [1]: import frads In [2]: print(frads.version) However the installation of the below did not quite work, because a file was missing: pip install git+https://github.com/taoning/pyenergyplus_wheels |
Beta Was this translation helpful? Give feedback.
-
However, then within python it does not seem to find matrix.oconv `from frads import matrix fpaths = ["Objects/materials_aroom.mat", room_octree = "aroom.oct" `--------------------------------------------------------------------------- AttributeError: module 'frads.matrix' has no attribute 'oconv' |
Beta Was this translation helpful? Give feedback.
-
Hi @koepferl, there are some mistakes in this tutorial, we will fix the tutorial asap. |
Beta Was this translation helpful? Give feedback.
-
Hi, thanks for your help. I am looking for daylight factor simulation of a simple room. Is the daylight factor part of frads? Or can you point me towards any other (hopefully python based) solution. Cheers, Christine P.S. I am teaching programming for building technology engineers and I want to introduce them a little to daylight simulation. My background is maybe unusual I am a physicists and performed radiative transfer simulation in astrophysical environments but always in connection with python which I also teach. So I might have unusual questions. |
Beta Was this translation helpful? Give feedback.
-
Hi, I experience a very interesting malfunction. This might be the reason will many of the tutorials are not working for me. When I check for the frads version in the terminal I get 1.2.5 (base) greif@maccmg ~ % ipython In [1]: import frads In [2]: frads.version When I check in the Jupyter Notebook: import frads Any ideas? |
Beta Was this translation helpful? Give feedback.
-
Post Process of eplusout.sql or eplusout.csv.Is there any built-in method to postprocess the eplus results? The Documentation doesn't anything on this. Or do just panda-read the csv to a dataframe and keep on going on the df? btw, I am Robert, a building energy modeller ;) |
Beta Was this translation helpful? Give feedback.
-
👋 Welcome!
We’re using Discussions as a place to connect with other members of our community. We hope that you:
build together 💪.
To get started, comment below with an introduction of yourself and tell us about what you do with this community.
Beta Was this translation helpful? Give feedback.
All reactions