Electrode class for encapsulating the concept of an electrical conductor.
More...
#include <CD_Electrode.H>
|
|
RefCountedPtr< BaseIF > | m_baseIF |
| | Implicit function.
|
| |
|
bool | m_isLive |
| | Live or not.
|
| |
|
bool | m_isDefined |
| | Is defined or not.
|
| |
|
Real | m_voltageFraction |
| | Fraction of the live potential.
|
| |
Electrode class for encapsulating the concept of an electrical conductor.
◆ Electrode()
Constructor.
- Parameters
-
| [in] | a_baseIF | Implicit function for the electrode |
| [in] | a_live | Live electrode or not |
| [in] | a_voltageFraction | Fraction of live voltage (if live) |
- Note
- Calls the define function
◆ define()
Define function.
- Parameters
-
| [in] | a_baseIF | Implicit function for the electrode |
| [in] | a_live | Live electrode or not |
| [in] | a_voltageFraction | Fraction of live voltage (if live) |
◆ getFraction()
| const Real & Electrode::getFraction |
( |
| ) |
const |
|
virtual |
Get fraction of live voltage.
- Returns
- m_voltageFraction
◆ getImplicitFunction()
Get implicit function.
- Returns
- Returns m_baseIF
◆ isLive()
Get live or not.
- Returns
- Returns m_isLive
The documentation for this class was generated from the following files: