HP-HEM
1.0.2
High Performance implementation of the Hybrid Electromagnetic Model
|
#include <electrode.h>
Data Fields | |
const Electrode * | sender |
const Electrode * | receiver |
_Complex double | gamma |
Structure to make the integration of the "potential" between two electrodes.
Definition at line 50 of file electrode.h.
_Complex double Integration_data::gamma |
Complex propagation constant of the medium \( \gamma = \sqrt{j\omega\mu(\sigma + j\omega\varepsilon)} \)
Definition at line 57 of file electrode.h.
const Electrode* Integration_data::receiver |
Potential receiving Electrode that receives the excitation.
Definition at line 54 of file electrode.h.
const Electrode* Integration_data::sender |
Current carrying Electrode that generates the excitation.
Definition at line 52 of file electrode.h.