Memosa-FVM  0.2
ElectricVC< T > Struct Template Reference

#include <ElectricBC.h>

Inheritance diagram for ElectricVC< T >:
Collaboration diagram for ElectricVC< T >:

Public Member Functions

 ElectricVC ()
 
- Public Member Functions inherited from FloatVarDict< T >
bool hasVar (const string varName) const
 
operator[] (const string varName) const
 
bool isField (const string varName) const
 
FieldgetField (const string varName) const
 
FloatVal< T > getVal (const string varName) const
 

Public Attributes

string vcType
 

Additional Inherited Members

- Public Types inherited from FloatVarDict< T >
typedef map< string, FloatVal
< T > > 
T_Parent
 
- Protected Member Functions inherited from FloatVarDict< T >
void defineVar (const string varName, const T defaultValue)
 

Detailed Description

template<class T>
struct ElectricVC< T >

Definition at line 31 of file ElectricBC.h.

Constructor & Destructor Documentation

template<class T>
ElectricVC< T >::ElectricVC ( )
inline

Definition at line 33 of file ElectricBC.h.

References FloatVarDict< T >::defineVar().

34  {
35  this->defineVar("dielectric_constant",T(7.9));
36  }
void defineVar(const string varName, const T defaultValue)
Definition: FloatVarDict.h:94

Member Data Documentation


The documentation for this struct was generated from the following file: