sikit: FDTD validation doc#57
Open
UnsignedChad wants to merge 2 commits into
Open
Conversation
What each of the 5 validation checks pins down, in the same style as emikit/VALIDATION.md. Plus the three known v1 limitations (CPML, TF/SF source, microstrip S21) so they don't get rediscovered later.
Same 50 x 30 x 20 mm PEC cavity in both tools, finds the TE_101 peak via FFT, compares against each other + the analytic Pozar formula. analytic : 8.0722 GHz sikit : 7.7952 GHz (-3.43% vs analytic) openEMS : 7.7964 GHz (-3.42% vs analytic) |sikit-EMS| : 0.02% The 3.4% offset from analytic is Yee mesh dispersion (expected). The 0.02% agreement between the two codes is the headline -- two independent FDTD implementations land on the same number for the same mesh. tools/cavity_openems.py builds the openEMS run; the resulting peak is committed as tools/openems_te101_peak.txt so re-comparison doesn't need openEMS installed. tools/validate_fdtd_vs_openems.cpp runs the sikit side + does the comparison.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds sikit/FDTD_VALIDATION.md documenting the 27 validation tests across [fdtd3d], [fdtd-raster], [fdtd-port]. Same format as emikit/VALIDATION.md.