Hello there!
My problem discribed with the help of deepseek is as follow:
To compare the differences in the radar cross section (RCS) of 2D targets calculated using the Finite Element Method (FEM) and the Method of Moments (MoM), I plan to use Bempp for simulating the RCS of 2D targets. However, I noticed that the tutorials in Bempp only cover 3D targets or RCS calculations for multiple targets. Additionally, since the Green’s functions are encapsulated within the operators and the 2D Green’s function differs from the 3D version, I am unsure whether Bempp supports computations for 2D targets.
Key Points of Concern:
- Lack of 2D Tutorials: Existing Bempp examples focus on 3D scenarios.
- Green’s Function Differences: 2D and 3D Green’s functions have distinct formulations, and their integration into Bempp’s operator framework may vary.
- Feasibility: Whether Bempp inherently supports 2D electromagnetic simulations despite its 3D-focused documentation.
Suggestions for Resolution:
- Check Bempp’s API or documentation for explicit 2D operator support.
- Adapt 3D tutorials to 2D by modifying boundary conditions and Green’s functions.
- Verify with simple 2D benchmarks (e.g., circular cylinder RCS) against analytical solutions.