which part of the code is used for data processing using the finite element method #5
Unanswered
zzgbaifeng
asked this question in
Q&A
Replies: 3 comments 2 replies
-
Is it a fem3D file? Are there other parts? |
Beta Was this translation helpful? Give feedback.
0 replies
-
For post-processing for S-parameters, calculateS is called in OpenParEM3D.cpp, which can be found in port.cpp as BoundaryDatabase::calculateS. For saving fields for viewing with ParaView, save3DParaView is called in OpenParEM3D.cpp, which can be found in port.cpp as FieldSet::save3DParaView. |
Beta Was this translation helpful? Give feedback.
2 replies
-
The reason is given in the last paragraph before section 4.1 on page 13 of the document “OpenParEM3D_Theory_Methodology_Accuracy.pdf”. The paragraph starts with “Note that AMR …”.
Not stated here though is that the EM field has to satisfy the wave equation in H as well as E. It is equally valid to work with H instead of E.
From: zzgbaifeng ***@***.***>
Sent: Monday, December 16, 2024 2:26 AM
To: OpenParEM/OpenParEM3D ***@***.***>
Cc: Brian Young ***@***.***>; Comment ***@***.***>
Subject: Re: [OpenParEM/OpenParEM3D] which part of the code is used for data processing using the finite element method (Discussion #5)
Thank you very much for your explanation, but now I still have a question: why is the grid function of H brought into the curlcurl integrator, while the corresponding grid function in the wave equation should be E?
—
Reply to this email directly, view it on GitHub <#5 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/AVSFWC6QWUHRODGJZDTNXLL2F2E7VAVCNFSM6AAAAABR22ARNWVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNJXHAYTINQ> .
You are receiving this because you commented. <https://github.com/notifications/beacon/AVSFWC2KZBCP4LZHAQKEG6L2F2E7VA5CNFSM6AAAAABR22ARNWWGG33NNVSW45C7OR4XAZNRIRUXGY3VONZWS33OINXW23LFNZ2KUY3PNVWWK3TUL5UWJTQAWCVSE.gif> Message ID: ***@***.*** ***@***.***> >
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Could you please tell me which part of the code is used for data processing using the finite element method? Thank you very much.
Beta Was this translation helpful? Give feedback.
All reactions