-
Notifications
You must be signed in to change notification settings - Fork 66
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
Labels
Comments
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
Sep 27, 2022
lberti
added a commit
that referenced
this issue
Sep 27, 2022
lberti
added a commit
that referenced
this issue
Oct 3, 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: