|
OpenBEM
Open-source framework for electromagnetic simulation with the boundary element method.
|
Class defining a material with a constant loss tangent and real permittivity and permeability. More...
#include <materials.hpp>
Inheritance diagram for bem::ConstantLossTangentMaterial:Class defining a material with a constant loss tangent and real permittivity and permeability.
Definition at line 234 of file materials.hpp.
|
inline |
Constructs a ConstantLossTangentMaterial with given relative permittivity, relative permeability, and loss tangent.
| [in] | epsr | - Relative permittivity of the material (optional). |
| [in] | mur | - Relative permeability of the material (optional). |
| [in] | loss_tan | - Loss tangent of the material (optional). |
Definition at line 245 of file materials.hpp.
|
inlineoverridevirtual |
Returns the complex permittivity.
Reimplemented from bem::Material.
Definition at line 256 of file materials.hpp.
|
inlineoverridevirtual |
Returns the complex relative permittivity.
Reimplemented from bem::Material.
Definition at line 264 of file materials.hpp.
Returns the complex permittivity.
Reimplemented from bem::Material.
Definition at line 272 of file materials.hpp.
|
inline |
Returns the loss tangent.
Definition at line 280 of file materials.hpp.
Returns the loss tangent.
| [in] | f | - Frequency at which to compute the loss tangent - not used in this case since the loss tangent is constant by definition. |
Reimplemented from bem::Material.
Definition at line 290 of file materials.hpp.
Returns the relative effective complex permittivity taking into account the electric conductivity.
Definition at line 91 of file materials.hpp.
Returns the permeability.
Definition at line 98 of file materials.hpp.
Returns the relative permeability.
Definition at line 105 of file materials.hpp.
Returns the electrical conductivity.
Definition at line 112 of file materials.hpp.
Returns the frequency-dependent complex wave impedance.
| [in] | f | - Frequency at which to compute the wave impedance. |
Definition at line 129 of file materials.hpp.
Returns the frequency-dependent complex wavenumber.
| [in] | f | - Frequency at which to compute the wavenumber. |
Definition at line 144 of file materials.hpp.
Returns the frequency-dependent wavelength in the material.
| [in] | f | - Frequency at which to compute the wavelength. |
Definition at line 154 of file materials.hpp.
Returns the frequency-dependent wave velocity in the material.
| [in] | f | - Frequency at which to compute the wave velocity. |
Definition at line 163 of file materials.hpp.
Returns the frequency-dependent skin depth in the material.
| [in] | f | - Frequency at which to compute the skin depth. |
Definition at line 172 of file materials.hpp.
Checks whether the material can be treated as a good conductor at a given frequency.
| [in] | f | - Frequency to check. |
true if the material can be treated as a good conductor, false otherwise. Definition at line 181 of file materials.hpp.
Definition at line 296 of file materials.hpp.
Definition at line 187 of file materials.hpp.
Definition at line 188 of file materials.hpp.
Definition at line 189 of file materials.hpp.