|
OpenBEM
Open-source framework for electromagnetic simulation with the boundary element method.
|
Class defining a general material with a constant (zero or non-zero) electrical conductivity and real or complex permittivity and permeability. More...
#include <materials.hpp>
Inheritance diagram for bem::Material:Class defining a general material with a constant (zero or non-zero) electrical conductivity and real or complex permittivity and permeability.
Definition at line 42 of file materials.hpp.
|
inline |
Constructs a Material with given relative permittivity, relative permeability, and electrical conductivity.
| [in] | epsr | - Relative permittivity of the material, can be complex (optional). |
| [in] | mur | - Relative permeability of the material, can be complex (optional). |
| [in] | sigma | - Electrical conductivity of the material (optional). |
Definition at line 53 of file materials.hpp.
Returns the permittivity.
Reimplemented in bem::ConstantLossTangentMaterial.
Definition at line 64 of file materials.hpp.
Returns the relative permittivity.
Reimplemented in bem::ConstantLossTangentMaterial.
Definition at line 71 of file materials.hpp.
Returns the effective complex permittivity taking into account the electric conductivity.
Reimplemented in bem::ConstantLossTangentMaterial.
Definition at line 78 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 loss tangent.
| [in] | f | - Frequency at which to compute the loss tangent. |
Reimplemented in bem::ConstantLossTangentMaterial.
Definition at line 120 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 187 of file materials.hpp.
Definition at line 188 of file materials.hpp.
Definition at line 189 of file materials.hpp.