Xyce  6.1
Xyce::Device::RxnSet::Model Class Reference

#include <N_DEV_RxnSet.h>

Inheritance diagram for Xyce::Device::RxnSet::Model:
Collaboration diagram for Xyce::Device::RxnSet::Model:

Public Member Functions

 Model (const Configuration &configuration, const ModelBlock &MB, const FactoryBlock &factory_block)
 
 ~Model ()
 
CompositeParamconstructComposite (const std::string &cName, const std::string &pName)
 
virtual void forEachInstance (DeviceInstanceOp &op) const
 
virtual std::ostream & printOutInstances (std::ostream &os) const
 
bool processParams ()
 processParams More...
 
bool processInstanceParams ()
 processInstanceParams More...
 
void addInstance (Instance *instance)
 
- Public Member Functions inherited from Xyce::Device::DevicePDEModel
 DevicePDEModel (const ModelBlock &model_block, ParametricData< void > &parametric_data, const FactoryBlock &factory_block)
 
virtual ~DevicePDEModel ()
 
- Public Member Functions inherited from Xyce::Device::DeviceModel
 DeviceModel (const ModelBlock &model_block, ParametricData< void > &parametric_data, const FactoryBlock &factory_block)
 
virtual ~DeviceModel ()
 
const std::string & getName () const
 
void setModParams (const std::vector< Param > &params)
 
virtual std::ostream & printName (std::ostream &os) const
 
virtual bool clearTemperatureData ()
 
void saveParams ()
 
bool interpolateTNOM (double)
 
bool interpolateDOSE (double)
 
void restoreParams ()
 
virtual bool getBinPrefixFlag ()
 
int getLevel () const
 
void setLevel (int level)
 
const std::string & getType () const
 
- Public Member Functions inherited from Xyce::Device::DeviceEntity
 DeviceEntity (ParametricData< void > &parametric_data, const SolverState &solver_state, const DeviceOptions &device_options, const std::string &netlist_filename, int netlist_line)
 
virtual ~DeviceEntity ()
 
bool setDefaultParam (double val, bool overrideOriginal=false)
 
double getDefaultParam () const
 
bool scaleParam (const std::string &paramName, double val, double val0)
 
bool scaleParam (const std::string &paramName, double val)
 
bool scaleDefaultParam (double val)
 
bool analyticSensitivityAvailable (const std::string &paramName)
 
bool analyticSensitivityAvailableDefaultParam ()
 
bool getAnalyticSensitivity (const std::string &paramName, std::vector< double > &dfdpVec, std::vector< double > &dqdpVec, std::vector< double > &dbdpVec, std::vector< int > &FindicesVec, std::vector< int > &QindicesVec, std::vector< int > &BindicesVec)
 
bool getAnalyticSensitivityDefaultParam (std::vector< double > &dfdpVec, std::vector< double > &dqdpVec, std::vector< double > &dbdpVec, std::vector< int > &FindicesVec, std::vector< int > &QindicesVec, std::vector< int > &BindicesVec)
 
bool setParam (const std::string &paramName, double val, bool overrideOriginal=false)
 
bool getParam (const std::string &paramName, double &result) const
 
bool findParam (const std::string &param_name) const
 
bool getParamBreakpoints (std::vector< Util::BreakPoint > &)
 
bool updateDependentParameters (const Linear::Vector &vars)
 
bool updateDependentParameters (double temp_tmp)
 
bool updateGlobalParameters (GlobalParameterMap &)
 
bool updateDependentParameters ()
 
double setDependentParameter (Util::Param &, double *, ParameterType::ExprAccess)
 
double setDependentParameter (Util::Param &, std::vector< double > *, int, ParameterType::ExprAccess)
 
void setDependentParameter (Util::Param &par, Depend &dependentParam, ParameterType::ExprAccess depend)
 
void setDefaultParams ()
 
void setParams (const std::vector< Param > &params)
 
bool given (const std::string &parameter_name) const
 
void setDefaultParamName (const std::string &default_param_name)
 
const std::vector< Depend > & getDependentParams ()
 
void addDependentParameter (const Depend &param)
 
const DeviceOptionsgetDeviceOptions () const
 
const SolverStategetSolverState () const
 
const NetlistLocation & netlistLocation () const
 
const ParameterMapgetParameterMap () const
 
- Public Member Functions inherited from Xyce::Device::ParameterBase
 ParameterBase ()
 
virtual ~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)
 

Private Types

typedef std::vector< Instance * > InstanceVector
 

Private Member Functions

 Model ()
 
 Model (const Model &)
 
Modeloperator= (const Model &)
 

Private Attributes

std::vector< Instance * > instanceContainer
 
double TNOM
 
int userNumRegions
 
std::string rxnFileName
 
double xlo
 
double xhi
 
double xlo_source
 
double xhi_source
 
bool xlo_sourceGiven
 
bool xhi_sourceGiven
 
std::vector< RegionData * > regionDataVec
 
std::map< std::string, CompositeParam * > regionDataMap
 
std::map< std::string, SpecieSource * > defectSourceMap
 
double masterSource
 
bool layerCompositeSpecified
 
std::vector< MaterialLayer * > materialVec
 

Friends

class ParametricData< Model >
 
class Instance
 
class Traits
 

Additional Inherited Members

- Static Public Member Functions inherited from Xyce::Device::DeviceModel
template<class T >
static void initThermalModel (ParametricData< T > &parametric_data)
 Add the parameter "TEMPMODEL" to the parametric_data. More...
 
template<class T >
static void initDoseModel (ParametricData< T > &parametric_data)
 Add the parameter "DOSEMODEL" to the parametric_data. More...
 
- Public Attributes inherited from Xyce::Device::DevicePDEModel
std::map< std::string, DopeInfo * > dopeInfoMap
 
std::map< std::string, CompositeParam * > regionMap
 
std::map< std::string, CompositeParam * > nodeMap
 
- Protected Attributes inherited from Xyce::Device::DeviceEntity
std::vector< int > expVarGIDs
 
std::vector< int > expVarLIDs
 
std::vector< std::string > expVarNames
 
std::vector< double > expVarVals
 
std::vector< double > eVarVals
 

Detailed Description

Definition at line 273 of file N_DEV_RxnSet.h.

Member Typedef Documentation

typedef std::vector<Instance *> Xyce::Device::RxnSet::Model::InstanceVector
private

Definition at line 275 of file N_DEV_RxnSet.h.

Constructor & Destructor Documentation

Xyce::Device::RxnSet::Model::Model ( const Configuration configuration,
const ModelBlock MB,
const FactoryBlock factory_block 
)

Definition at line 2356 of file N_DEV_RxnSet.C.

Xyce::Device::RxnSet::Model::~Model ( )

Definition at line 2423 of file N_DEV_RxnSet.C.

Xyce::Device::RxnSet::Model::Model ( )
private
Xyce::Device::RxnSet::Model::Model ( const Model )
private

Member Function Documentation

void Xyce::Device::RxnSet::Model::addInstance ( Instance instance)
inline

Definition at line 306 of file N_DEV_RxnSet.h.

CompositeParam * Xyce::Device::RxnSet::Model::constructComposite ( const std::string &  cName,
const std::string &  pName 
)
virtual

Reimplemented from Xyce::Device::DeviceEntity.

Definition at line 2283 of file N_DEV_RxnSet.C.

void Xyce::Device::RxnSet::Model::forEachInstance ( DeviceInstanceOp op) const
virtual

Implements Xyce::Device::DeviceModel.

Definition at line 2527 of file N_DEV_RxnSet.C.

Model& Xyce::Device::RxnSet::Model::operator= ( const Model )
private
std::ostream & Xyce::Device::RxnSet::Model::printOutInstances ( std::ostream &  os) const
virtual

Implements Xyce::Device::DeviceModel.

Definition at line 2503 of file N_DEV_RxnSet.C.

bool Xyce::Device::RxnSet::Model::processInstanceParams ( )
virtual

processInstanceParams

Returns
true if parameter processing was successful

Implements Xyce::Device::DeviceModel.

Definition at line 2333 of file N_DEV_RxnSet.C.

bool Xyce::Device::RxnSet::Model::processParams ( )
virtual

processParams

Returns
true if parameter processing was successful

Implements Xyce::Device::DeviceModel.

Definition at line 2320 of file N_DEV_RxnSet.C.

Friends And Related Function Documentation

friend class Instance
friend

Definition at line 278 of file N_DEV_RxnSet.h.

friend class ParametricData< Model >
friend

Definition at line 277 of file N_DEV_RxnSet.h.

friend class Traits
friend

Definition at line 279 of file N_DEV_RxnSet.h.

Member Data Documentation

std::map<std::string,SpecieSource *> Xyce::Device::RxnSet::Model::defectSourceMap
private

Definition at line 336 of file N_DEV_RxnSet.h.

std::vector<Instance*> Xyce::Device::RxnSet::Model::instanceContainer
private

Definition at line 312 of file N_DEV_RxnSet.h.

bool Xyce::Device::RxnSet::Model::layerCompositeSpecified
private

Definition at line 341 of file N_DEV_RxnSet.h.

double Xyce::Device::RxnSet::Model::masterSource
private

Definition at line 338 of file N_DEV_RxnSet.h.

std::vector<MaterialLayer*> Xyce::Device::RxnSet::Model::materialVec
private

Definition at line 342 of file N_DEV_RxnSet.h.

std::map<std::string,CompositeParam *> Xyce::Device::RxnSet::Model::regionDataMap
private

Definition at line 335 of file N_DEV_RxnSet.h.

std::vector<RegionData*> Xyce::Device::RxnSet::Model::regionDataVec
private

Definition at line 334 of file N_DEV_RxnSet.h.

std::string Xyce::Device::RxnSet::Model::rxnFileName
private

Definition at line 322 of file N_DEV_RxnSet.h.

double Xyce::Device::RxnSet::Model::TNOM
private

Definition at line 317 of file N_DEV_RxnSet.h.

int Xyce::Device::RxnSet::Model::userNumRegions
private

Definition at line 319 of file N_DEV_RxnSet.h.

double Xyce::Device::RxnSet::Model::xhi
private

Definition at line 327 of file N_DEV_RxnSet.h.

double Xyce::Device::RxnSet::Model::xhi_source
private

Definition at line 330 of file N_DEV_RxnSet.h.

bool Xyce::Device::RxnSet::Model::xhi_sourceGiven
private

Definition at line 332 of file N_DEV_RxnSet.h.

double Xyce::Device::RxnSet::Model::xlo
private

Definition at line 326 of file N_DEV_RxnSet.h.

double Xyce::Device::RxnSet::Model::xlo_source
private

Definition at line 329 of file N_DEV_RxnSet.h.

bool Xyce::Device::RxnSet::Model::xlo_sourceGiven
private

Definition at line 331 of file N_DEV_RxnSet.h.


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