|
OpenBEM
Open-source framework for electromagnetic simulation with the boundary element method.
|
Class for computing the vector hypersingular operator. More...
#include <single_layer.hpp>
Inheritance diagram for bem::rwg::VectorHypersingularOp< ObsIntegratorType >:Class for computing the vector hypersingular operator.
| ObsIntegratorType | - Type of the observation triangle integrator, must derive from ObsIntegratorBase. |
Computes
\begin{align*} \int_{\mathrm{obs\_tri}} d\mathcal{S}\,\vec{f_m}(\vec{r})\cdot &\int_{\mathrm{src\_tri}} d\mathcal{S}'\,G(k, \vec{r}, \vec{r}\,')\vec{f_n}(\vec{r}\,')\, +\\ \frac{1}{k^2}&\int_{\mathrm{obs\_tri}} d\mathcal{S}\,\vec{f_m}(\vec{r})\cdot \nabla\nabla\cdot\int_{\mathrm{src\_tri}} d\mathcal{S}'\,G(k, \vec{r}, \vec{r}\,')\,\vec{f_n}(\vec{r}\,') \end{align*}
for each pair \( (m, n) \) of observation and source triangle edges, where \( G(k, \vec{r}, \vec{r}\,') \) is a scalar kernel, and \( \vec{f_i}(\vec{r}) \) is the RWG function associated with edge \( i \). Rows of the output matrix correspond to observation edges, and columns correspond to source edges.
Definition at line 348 of file single_layer.hpp.
|
inline |
Constructs a VectorHypersingularOp object with a specified integration object.
| [in] | obs_integrator | - Integration object for the observation triangle (optional). |
Definition at line 362 of file single_layer.hpp.
|
overridevirtual |
Computes operator values for the given observation and source triangles.
| [in] | k | - Complex wavenumber. |
| [in] | obs_tri | - Observation triangle. |
| [in] | src_tri | - Source triangle. |
Rows of the output matrix correspond to observation degrees of freedom, and columns correspond to source degrees of freedom.
Implements bem::rwg::OperatorBase< 3, 3 >.
Definition at line 252 of file single_layer.tpp.
|
inlinestaticinherited |
Transforms the coordinates of the observation and source triangles into a local coordinate system defined by the source triangle.
| [out] | obs_tri_local | - Observation triangle in the source's local coordinate system. |
| [out] | src_tri_local | - Source triangle in its local coordinate system. |
| [in] | obs_tri | - Original observation triangle. |
| [in] | src_tri | - Original source triangle. |
|
protected |
Definition at line 385 of file single_layer.hpp.
|
protected |
Definition at line 386 of file single_layer.hpp.