-
Notifications
You must be signed in to change notification settings - Fork 2
added analytic formulas #46
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
Conversation
e-g-melo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @alec-flexcompute! Thanks for adding this content, it will help us a lot!
It seems there are some duplicate files and some automatically generated folders named _checkpoints. I wonder if they are intentional or if we should remove them.

|
Hi @e-g-melo , those were generated by running compile_rst_categories.py inside the docs folder |
FilipeFcp
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
Just two minor comments. All the rest seems good!
| <center> | ||
| Re$(\sum\limits_{\text{cells in monitor}}\frac{1}{2}(E_1\cdot H_2^*-E_2\cdot H_1^*)dA_{\text{cell}})$ | ||
| </center><br> | ||
| where $dA$ is the area of each cell in the monitor, and the field components 1 and 2 are given depending on the monitor geometry: for $x$-normal monitors, 1 is $y$ and 2 is $z$; for $y$-normal monitors, 1 is $x$ and 2 is $z$; for $z$-normal monitors, 1 is $x$ and 2 is $y$. See the code [here](/https://docs.flexcompute.com/projects/tidy3d/en/latest/_modules/tidy3d/components/data/monitor_data.html#ElectromagneticFieldData). No newline at end of file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the "/" before the link a HTML stuff? When I render this link in a notebook, it doesn't work. It only works without the first "/" -> [here](https://docs.flexcompute.com/projects/tidy3d/en/latest/_modules/tidy3d/components/
| The FluxMonitor records field data tangential $E$ and $H$ fields colocated to the cell boundaries in the monitor's 2D plane grid. It then computes and integrates the Poynting vector, returning the real part of this integral as the flux. | ||
| <div> </div> | ||
| <center> | ||
| Re$(\sum\limits_{\text{cells in monitor}}\frac{1}{2}(E_1\cdot H_2^*-E_2\cdot H_1^*)dA_{\text{cell}})$ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the "Re" before the "$"?
|
Thanks for the comments @FilipeFcp ! I fixed the links (I looked up how to insert a hyperlink in md and they for some reason told me to add a / at the beginning. I changed "Re" to "Real" |
tomflexcompute
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @alec-flexcompute !
No description provided.