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

add unobstructed view factor computation #1910

Closed
prudhomm opened this issue Jul 21, 2022 · 1 comment · Fixed by #2039
Closed

add unobstructed view factor computation #1910

prudhomm opened this issue Jul 21, 2022 · 1 comment · Fixed by #2039

Comments

@prudhomm
Copy link
Member

prudhomm commented Jul 21, 2022

in case of unobstructed planar surfaces, view factors can be computed with quadrature formulas. The diagonal of the VF matrix is 0 since a planar surface does not see itself.

this needs #1904 to simplify integral computations

prudhomm added a commit that referenced this issue Jul 29, 2022
- work on add unobstructed view factor computation #1910
- work on Add design of view factor classes #1915
- add tests (still not working but compiling)
@prudhomm
Copy link
Member Author

The implementation is done, it now needs to be tested. Some tests are implemented and are being debogged

lberti added a commit that referenced this issue Sep 27, 2022
lberti added a commit that referenced this issue Dec 23, 2022
- allow 3d (only!) self-viewing surface VF computation
lberti added a commit that referenced this issue Jan 23, 2023
- add test for cylindrical cavity (non-zero diagonal vf)
- comment tests for raytracing view factors
lberti added a commit that referenced this issue Feb 2, 2023
- fix case cube unobstructed VF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants