Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Express[!] recipes for radiation and annual analysis #167

Closed
mostaphaRoudsari opened this issue Jul 26, 2017 · 2 comments
Closed

Express[!] recipes for radiation and annual analysis #167

mostaphaRoudsari opened this issue Jul 26, 2017 · 2 comments

Comments

@mostaphaRoudsari
Copy link
Member

Regardless of how we have developed the current workflows and how much can be done once the analysis is over I believe most of our users would still want just to get the results. Specially if they want to run 100s of them in the normal parametric studies then we can support faster but still accurate workflows.

Here are my suggestions:

  1. For radiation analysis instead of running 3 analysis (total, direct, sun) we can run 2 (sky, sun) and add them up together. @sariths and I have discussed this before and we will miss the ambient contribution of the direct sun but it is still better than what we currently do in Ladybug legacy.

  2. For annual analysis (regardless of which recipe to be used) we currently load all the values from all the sources for analysis points and then post process the results. This approach is totally valid for in-depth studies and provides us handful post processing features however if one just wants to calculate the annual metrics we can stop loading the values and just calculate the annual metrics from the files. I'm less keen to make this change as I assume in case of no windowGroups the differences are going to be minimal in speed, however, for 1000s of points the memory usage is going to be very different.

@sariths thoughts? This is something that we can implement right after we have a [pre]release.

@sariths
Copy link
Contributor

sariths commented Jul 26, 2017

@mostaphaRoudsari I agree with point 1 for the most part assuming that the ambient contribution to the simulation isn't critical. This should work for outdoor radiation studies.
Which are the files in the values and just calculate the annual metrics from the files? Are these ill files?

.

@mostaphaRoudsari
Copy link
Member Author

@sariths, Yes. The ill files. In case there is no window groups or dynamic blinds it will be a single file for total and a single file for direct results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants