Memosa-FVM
0.2
|
#include <ElectricBC.h>
Public Member Functions | |
ElectricBC () | |
![]() | |
bool | hasVar (const string varName) const |
T | operator[] (const string varName) const |
bool | isField (const string varName) const |
Field & | getField (const string varName) const |
FloatVal< T > | getVal (const string varName) const |
Public Attributes | |
string | bcType |
Additional Inherited Members | |
![]() | |
typedef map< string, FloatVal < T > > | T_Parent |
![]() | |
void | defineVar (const string varName, const T defaultValue) |
Definition at line 13 of file ElectricBC.h.
|
inline |
Definition at line 15 of file ElectricBC.h.
References FloatVarDict< T >::defineVar().
string ElectricBC< T >::bcType |
Definition at line 27 of file ElectricBC.h.
Referenced by ElectricModel< T >::Impl::Impl(), ElectricModel< T >::Impl::linearizeChargeTransport(), ElectricModel< T >::Impl::linearizeElectroStatics(), and ElectricModel< T >::Impl::updateConvectionFlux().