Xyce  6.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Xyce::Device::PDE_1DElectrode Class Reference

#include <N_DEV_PDE_Electrode.h>

Inheritance diagram for Xyce::Device::PDE_1DElectrode:
Collaboration diagram for Xyce::Device::PDE_1DElectrode:

Public Member Functions

 PDE_1DElectrode ()
 
virtual ~PDE_1DElectrode ()
 
virtual void processParams ()
 processParams post processes the parameters that have been set in the object of the derived class. More...
 
- Public Member Functions inherited from Xyce::Device::PDE_Electrode
 PDE_Electrode (ParametricData< void > &parametric_data)
 
virtual ~PDE_Electrode ()
 
- Public Member Functions inherited from Xyce::Device::CompositeParam
 CompositeParam (ParametricData< void > &parametric_data)
 CompositeParam sets the parametric data description. More...
 
virtual ~CompositeParam ()
 
bool given (const std::string &parameter_name) const
 given returns true if the value was specified in the netlist (not defaulted). More...
 
const ParameterMapgetParameterMap () const
 getParameterMap returns the parameter map which describes the parameters. More...
 
- Public Member Functions inherited from Xyce::Device::ParameterBase
 ParameterBase ()
 
double getOriginalValue (int serial_number)
 
void setOriginalValue (int serial_number, double value)
 
bool wasValueGiven (int serial_number) const
 
void setValueGiven (int serial_number, bool value)
 

Static Public Member Functions

static ParametricData
< PDE_1DElectrode > & 
getParametricData ()
 

Public Attributes

double area
 
bool areaGiven
 
double location
 
bool sideGiven
 
std::string side
 
- Public Attributes inherited from Xyce::Device::PDE_Electrode
std::string name
 
std::string nodeName
 
std::string bcName
 
std::string material
 
bool materialGiven
 
bool oxideBndryFlag
 
double oxthick
 
double oxcharge
 

Private Member Functions

 PDE_1DElectrode (const PDE_1DElectrode &)
 

Friends

class ParametricData< PDE_1DElectrode >
 

Detailed Description

Definition at line 119 of file N_DEV_PDE_Electrode.h.

Constructor & Destructor Documentation

Xyce::Device::PDE_1DElectrode::PDE_1DElectrode ( )

Definition at line 192 of file N_DEV_PDE_Electrode.C.

virtual Xyce::Device::PDE_1DElectrode::~PDE_1DElectrode ( )
inlinevirtual

Definition at line 128 of file N_DEV_PDE_Electrode.h.

Xyce::Device::PDE_1DElectrode::PDE_1DElectrode ( const PDE_1DElectrode )
private

Member Function Documentation

ParametricData< PDE_1DElectrode > & Xyce::Device::PDE_1DElectrode::getParametricData ( )
static

Definition at line 86 of file N_DEV_PDE_Electrode.C.

void Xyce::Device::PDE_1DElectrode::processParams ( )
virtual

processParams post processes the parameters that have been set in the object of the derived class.

See Device::populateParams() and Device::setParameters() in the DeviceEntity implementation file.

Author
David G. Baur Raytheon Sandia National Laboratories 1355
Date
Wed Jan 29 17:34:53 2014

Reimplemented from Xyce::Device::PDE_Electrode.

Definition at line 208 of file N_DEV_PDE_Electrode.C.

Friends And Related Function Documentation

friend class ParametricData< PDE_1DElectrode >
friend

Definition at line 121 of file N_DEV_PDE_Electrode.h.

Member Data Documentation

double Xyce::Device::PDE_1DElectrode::area

Definition at line 135 of file N_DEV_PDE_Electrode.h.

bool Xyce::Device::PDE_1DElectrode::areaGiven

Definition at line 136 of file N_DEV_PDE_Electrode.h.

double Xyce::Device::PDE_1DElectrode::location

Definition at line 137 of file N_DEV_PDE_Electrode.h.

std::string Xyce::Device::PDE_1DElectrode::side

Definition at line 139 of file N_DEV_PDE_Electrode.h.

bool Xyce::Device::PDE_1DElectrode::sideGiven

Definition at line 138 of file N_DEV_PDE_Electrode.h.


The documentation for this class was generated from the following files: