31 #ifndef Xyce_N_DEV_MaterialLayer_h
32 #define Xyce_N_DEV_MaterialLayer_h
57 std::string materialName = std::string(
"gaas"),
59 double acceptor = 5.00E+19
bool electronThermalVGiven
static ParametricData< MaterialLayer > & getParametricData()
bool gradedLayerWidthGiven
Pure virtual class to augment a linear system.
friend std::ostream & operator<<(std::ostream &os, const MaterialLayer &ml)
MaterialLayer(std::string materialName=std::string("gaas"), double donor=0.0, double acceptor=5.00E+19)
bool defectReactionRadiusGiven
void processParams()
processParams post processes the parameters that have been set in the object of the derived class...
Manages parameter binding for class C.
double defectReactionRadius
bool latticeConstantGiven
CompositeParam is the base class for classes that wish to only manage the processing of parameter dat...