OpenBEM
Open-source framework for electromagnetic simulation with the boundary element method.
Loading...
Searching...
No Matches
bem::rwg::SrcIntegrationSettings Struct Reference

Data structure defining settings for strategic integration over the source triangle. More...

#include <strategic.hpp>

Detailed Description

Data structure defining settings for strategic integration over the source triangle.

Definition at line 47 of file strategic.hpp.

Member Data Documentation

◆ tri_order_far

Float bem::rwg::SrcIntegrationSettings::tri_order_far = 4

Source triangle quadrature order for well separated interactions.

Definition at line 50 of file strategic.hpp.

◆ tri_order_near

Float bem::rwg::SrcIntegrationSettings::tri_order_near = 8

Source triangle quadrature order for nearby interactions when singularity treatment is applied.

Definition at line 53 of file strategic.hpp.

◆ line_order

Float bem::rwg::SrcIntegrationSettings::line_order = 10

Source triangle line integration order.

Definition at line 56 of file strategic.hpp.

◆ threshold_wvl_singularity

Float bem::rwg::SrcIntegrationSettings::threshold_wvl_singularity = 0.1

Electrical distance below which singularity treatment is applied (disabled if negative).

Definition at line 59 of file strategic.hpp.

◆ threshold_dist_singularity

Float bem::rwg::SrcIntegrationSettings::threshold_dist_singularity = -1

Physical distance below which singularity treatment is applied (disabled if negative).

Definition at line 62 of file strategic.hpp.

◆ threshold_length_line_int

Float bem::rwg::SrcIntegrationSettings::threshold_length_line_int = 1

Electrical length of src_tri edge above which line integration is used (disabled if negative).

Definition at line 65 of file strategic.hpp.

◆ threshold_skin_depths

Float bem::rwg::SrcIntegrationSettings::threshold_skin_depths = 10

Number of skin depths beyond which interactions should be ignored (disabled if negative).

Definition at line 68 of file strategic.hpp.


The documentation for this struct was generated from the following file: