Xyce
6.1
|
#include <N_DEV_DevicePDEInstance.h>
Public Member Functions | |
DevicePDEInstance (const InstanceBlock &IB, ParametricData< void > ¶metric_data, const FactoryBlock &factory_block) | |
virtual | ~DevicePDEInstance () |
double | fermi_one_half_B (double arg) |
double | getVoltDepHoleDens (double Vmin, double V, double Na) |
double | getVoltDepElecDens (double Vmax, double V, double Nd) |
double | aux1 (double x) |
double | aux2 (double x) |
double | pd1aux1 (double x) |
double | pd1aux2 (double x) |
double | Jn (double n1, double n2, double E, double u, double h) |
double | dJndV1 (double n1, double n2, double E, double u, double h) |
double | dJndV2 (double n1, double n2, double E, double u, double h) |
double | dJndn1 (double n1, double n2, double E, double u, double h) |
double | dJndn2 (double n1, double n2, double E, double u, double h) |
double | Jp (double p1, double p2, double E, double u, double h) |
double | dJpdV1 (double p1, double p2, double E, double u, double h) |
double | dJpdV2 (double p1, double p2, double E, double u, double h) |
double | dJpdn1 (double p1, double p2, double E, double u, double h) |
double | dJpdn2 (double p1, double p2, double E, double u, double h) |
double | J_qdep (double n1, double n2, double E, double u, double h, int z) |
pdeFadType | aux1 (pdeFadType &x) |
pdeFadType | aux2 (pdeFadType &x) |
pdeFadType | nMidpoint (pdeFadType &n1, pdeFadType &n2, pdeFadType &E, double h, int z) |
double | J_qdep (double n1, double n2, double E, pdeFadType &u, double h, int z) |
double | dJdV1_qdep (double n1, double n2, double E, double u, double h, int z) |
double | dJdV2_qdep (double n1, double n2, double E, double u, double h, int z) |
double | dJdn1_qdep (double n1, double n2, double E, double u, double h, int z) |
double | dJdn2_qdep (double n1, double n2, double E, double u, double h, int z) |
double | dJdV1_qdep (double n1, double n2, double E, const pdeFadType &u, double h, int z) |
double | dJdV2_qdep (double n1, double n2, double E, const pdeFadType &u, double h, int z) |
double | dJdn1_qdep (double n1, double n2, double E, const pdeFadType &u, double h, int z) |
double | dJdn2_qdep (double n1, double n2, double E, const pdeFadType &u, double h, int z) |
double | dJdp1_qdep (double n1, double n2, double E, const pdeFadType &u, double h, int z) |
double | dJdp2_qdep (double n1, double n2, double E, const pdeFadType &u, double h, int z) |
double | dJdbm1_qdep (double n1, double n2, double E, const pdeFadType &u, double h, int z) |
double | dJdbm2_qdep (double n1, double n2, double E, const pdeFadType &u, double h, int z) |
double | dJdpp1_qdep (double n1, double n2, double E, const pdeFadType &u, double h, int z) |
double | dJdpp2_qdep (double n1, double n2, double E, const pdeFadType &u, double h, int z) |
double | erf (double x) |
double | pd1erf (double x) |
const std::string | timeDateStamp () |
const std::string | tecplotTimeDateStamp () |
template<typename ScalarT > | |
ScalarT | np0_calculation (ScalarT const &elec_dens, ScalarT const &hole_dens, ScalarT const &Ni, ScalarT const &cond_band, ScalarT const &vale_band, ScalarT const &eff_dens_cond, ScalarT const &eff_dens_vale, ScalarT const &temp) |
template<typename ScalarT > | |
void | n0_and_p0 (ScalarT const &elec_dens, ScalarT const &hole_dens, ScalarT const &Ni, ScalarT const &cond_band, ScalarT const &vale_band, ScalarT const &eff_dens_cond, ScalarT const &eff_dens_vale, ScalarT const &temp, ScalarT &n0, ScalarT &p0) |
template<typename ScalarT > | |
ScalarT | FDCarrierFlux (ScalarT n1, ScalarT n2, ScalarT V1, ScalarT V2, ScalarT mu, ScalarT temp, double h, double z, double DOS) |
![]() | |
DeviceInstance (const InstanceBlock &instance_block, ParametricData< void > ¶metric_data, const FactoryBlock &factory_block) | |
virtual | ~DeviceInstance () |
virtual std::ostream & | printName (std::ostream &os) const |
virtual void | enableLeadCurrentCalc () |
virtual void | registerGIDs (const IndexPairVector &intGIDListRef, const IndexPairVector &extGIDListRef) |
virtual void | registerStateGIDs (const IndexPairVector &staGIDListRef) |
virtual void | registerStoreGIDs (const IndexPairVector &stoGIDListRef) |
virtual void | registerLIDs (const LocalIdVector &intLIDVecRef, const LocalIdVector &extLIDVecRef) |
virtual void | registerStateLIDs (const LocalIdVector &staLIDVecRef) |
virtual void | registerStoreLIDs (const LocalIdVector &stoLIDVecRef) |
virtual void | registerBranchDataLIDs (const LocalIdVector &branchDataLIDVecRef) |
virtual const std::vector< std::string > & | getDepSolnVars () |
virtual void | registerDepSolnGIDs (const std::vector< IdVector > &varList) |
virtual const std::vector< std::string > & | getDepStateVars () |
virtual void | registerDepStateGIDs (const std::vector< IdVector > &varList) |
virtual const std::vector< std::string > & | getDepStoreVars () |
virtual void | registerDepStoreGIDs (const std::vector< IdVector > &varList) |
virtual const std::vector< std::string > & | getDepLeadCurrentVars () |
virtual void | registerDepLeadCurrentGIDs (const std::vector< IdVector > &varList) |
virtual void | registerDepSolnLIDs (const std::vector< IdVector > &depSolnLIDVecRef) |
virtual void | registerDepStateLIDs (const std::vector< IdVector > &depStaLIDVecRef) |
virtual void | registerDepStoreLIDs (const std::vector< IdVector > &depStoLIDVecRef) |
virtual const JacobianStamp & | jacobianStamp () const |
virtual void | registerJacLIDs (const JacobianStamp &jacLIDVec) |
virtual void | registerGIDData (const std::vector< int > &counts, const IdVector &GIDs, const JacobianStamp &jacGIDs) |
virtual void | setupPointers () |
virtual const IdVector & | getDepSolnGIDVec () |
virtual const IndexPairVector & | getIndexPairList () |
virtual bool | getInstanceBreakPoints (std::vector< Util::BreakPoint > &breakPointTimes) |
virtual bool | updateSource () |
virtual bool | processParams () |
virtual bool | processInstanceParams () |
virtual bool | updateTemperature (const double &temp_tmp) |
virtual bool | isConverged () |
virtual bool | testDAEMatrices (const std::vector< const std::string * > &nameVec) |
virtual bool | loadTrivialDAE_FMatrixStamp () |
bool | trivialStampLoader (Linear::Matrix *matPtr) |
bool | zeroMatrixDiagonal (Linear::Matrix *matPtr) |
virtual bool | updateIntermediateVars ()=0 |
virtual bool | updatePrimaryState ()=0 |
virtual bool | updateSecondaryState () |
virtual bool | setIC () |
virtual bool | plotfileFlag () |
virtual void | loadErrorWeightMask () |
virtual void | acceptStep () |
virtual bool | loadDAEQVector ()=0 |
virtual bool | loadDAEFVector ()=0 |
virtual bool | loadDAEBVector () |
virtual bool | loadDAEdQdx ()=0 |
virtual bool | loadDAEdFdx ()=0 |
virtual int | getNumNoiseSources () const |
virtual void | setupNoiseSources (Xyce::Analysis::NoiseData &noiseDataVec) |
virtual void | getNoiseSources (Xyce::Analysis::NoiseData &noiseDataVec) |
const InstanceName & | getName () const |
int | getNumIntVars () const |
int | getNumExtVars () const |
int | getNumStateVars () const |
int | getNumStoreVars () const |
int | getNumBranchDataVars () const |
void | setNumStoreVars (int num_store_vars) |
void | setNumBranchDataVars (int num_branch_data_vars) |
virtual const std::vector< int > & | getDevConMap () |
virtual DeviceState * | getInternalState () |
virtual bool | setInternalState (const DeviceState &state) |
virtual bool | loadDFDV (int iElectrode, Linear::Vector *dfdvPtr) |
virtual bool | calcConductance (int iElectrode, const Linear::Vector *dxdvPtr) |
virtual void | loadNodeSymbols (Util::SymbolTable &symbol_table) const =0 |
Populates and returns the store name map. More... | |
virtual bool | outputPlotFiles () |
virtual bool | enablePDEContinuation (int &max_PDE_continuation_steps) |
virtual bool | disablePDEContinuation () |
virtual void | setPDEContinuationAlpha (double alpha) |
virtual void | setPDEContinuationBeta (double beta) |
virtual bool | setInitialGuess () |
virtual double | getMaxTimeStepSize () |
virtual void | varTypes (std::vector< char > &varTypeVec) |
bool | getOrigFlag () const |
void | setOrigFlag (bool origFlag_local) |
const IdVector & | getDevLIDs () const |
const std::vector< IdVector > & | getDevJacLIDs () const |
const IdVector & | getStaLIDVec () const |
bool | getMergeRowColChecked () const |
void | setMergeRowColChecked (bool mergeRowColChecked_local) |
const MatrixLoadData & | getMatrixLoadData () const |
MatrixLoadData & | getMatrixLoadData () |
const ExternData & | getExternData () const |
![]() | |
DeviceEntity (ParametricData< void > ¶metric_data, const SolverState &solver_state, const DeviceOptions &device_options, const std::string &netlist_filename, int netlist_line) | |
virtual | ~DeviceEntity () |
virtual CompositeParam * | constructComposite (const std::string &composite_name, const std::string ¶m_name) |
bool | setDefaultParam (double val, bool overrideOriginal=false) |
double | getDefaultParam () const |
bool | scaleParam (const std::string ¶mName, double val, double val0) |
bool | scaleParam (const std::string ¶mName, double val) |
bool | scaleDefaultParam (double val) |
bool | analyticSensitivityAvailable (const std::string ¶mName) |
bool | getAnalyticSensitivity (const std::string ¶mName, 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 ¶mName, double val, bool overrideOriginal=false) |
bool | getParam (const std::string ¶mName, double &result) const |
bool | getParamBreakpoints (std::vector< Util::BreakPoint > &) |
bool | updateDependentParameters (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 > ¶ms) |
bool | given (const std::string ¶meter_name) const |
void | setDefaultParamName (const std::string &default_param_name) |
const std::vector< Depend > & | getDependentParams () |
void | addDependentParameter (const Depend ¶m) |
const DeviceOptions & | getDeviceOptions () const |
const SolverState & | getSolverState () const |
const NetlistLocation & | netlistLocation () const |
const ParameterMap & | getParameterMap () const |
![]() | |
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 Member Functions | |
DevicePDEInstance (const DevicePDEInstance &right) | |
DevicePDEInstance & | operator= (const DevicePDEInstance &right) |
template<typename T > | |
int | sgn (T val) |
Additional Inherited Members | |
![]() | |
void | jacStampMap (const JacobianStamp &stamp_parent, IdVector &map_parent, JacobianStamp &map2_parent, JacobianStamp &stamp, IdVector &map, JacobianStamp &map2, int from, int to, int original_size) |
void | jacStampMap_fixOrder (const JacobianStamp &stamp_parent, JacobianStamp &map2_parent, JacobianStamp &stamp, JacobianStamp &map2) |
void | outputJacStamp (const JacobianStamp &jac) |
void | outputJacMaps (const std::vector< int > &jacMap, const JacobianStamp &jacMap2) |
![]() | |
const ExternData & | extData |
IndexPairVector | indexPairList |
IndexPairVector | intGIDList |
IndexPairVector | extGIDList |
IndexPairVector | staGIDList |
IdVector | intLIDVec |
IdVector | extLIDVec |
IdVector | staLIDVec |
IdVector | stoLIDVec |
IdVector | devLIDs |
devLIDs is a combined LID vector, containing int, ext, and expVar ID's. More... | |
JacobianStamp | devJacLIDs |
DeviceSupport | devSupport |
![]() | |
std::vector< int > | expVarGIDs |
std::vector< int > | expVarLIDs |
std::vector< std::string > | expVarNames |
std::vector< double > | expVarVals |
std::vector< double > | eVarVals |
Definition at line 81 of file N_DEV_DevicePDEInstance.h.
Xyce::Device::DevicePDEInstance::DevicePDEInstance | ( | const InstanceBlock & | IB, |
ParametricData< void > & | parametric_data, | ||
const FactoryBlock & | factory_block | ||
) |
Definition at line 77 of file N_DEV_DevicePDEInstance.C.
|
inlinevirtual |
Definition at line 89 of file N_DEV_DevicePDEInstance.h.
|
private |
double Xyce::Device::DevicePDEInstance::aux1 | ( | double | x | ) |
Definition at line 130 of file N_DEV_DevicePDEInstance.C.
|
inline |
Definition at line 146 of file N_DEV_DevicePDEInstance.h.
double Xyce::Device::DevicePDEInstance::aux2 | ( | double | x | ) |
Definition at line 212 of file N_DEV_DevicePDEInstance.C.
|
inline |
Definition at line 159 of file N_DEV_DevicePDEInstance.h.
double Xyce::Device::DevicePDEInstance::dJdbm1_qdep | ( | double | n1, |
double | n2, | ||
double | E, | ||
const pdeFadType & | u, | ||
double | h, | ||
int | z | ||
) |
Definition at line 914 of file N_DEV_DevicePDEInstance.C.
double Xyce::Device::DevicePDEInstance::dJdbm2_qdep | ( | double | n1, |
double | n2, | ||
double | E, | ||
const pdeFadType & | u, | ||
double | h, | ||
int | z | ||
) |
Definition at line 945 of file N_DEV_DevicePDEInstance.C.
double Xyce::Device::DevicePDEInstance::dJdn1_qdep | ( | double | n1, |
double | n2, | ||
double | E, | ||
double | u, | ||
double | h, | ||
int | z | ||
) |
Definition at line 721 of file N_DEV_DevicePDEInstance.C.
double Xyce::Device::DevicePDEInstance::dJdn1_qdep | ( | double | n1, |
double | n2, | ||
double | E, | ||
const pdeFadType & | u, | ||
double | h, | ||
int | z | ||
) |
Definition at line 771 of file N_DEV_DevicePDEInstance.C.
double Xyce::Device::DevicePDEInstance::dJdn2_qdep | ( | double | n1, |
double | n2, | ||
double | E, | ||
double | u, | ||
double | h, | ||
int | z | ||
) |
Definition at line 744 of file N_DEV_DevicePDEInstance.C.
double Xyce::Device::DevicePDEInstance::dJdn2_qdep | ( | double | n1, |
double | n2, | ||
double | E, | ||
const pdeFadType & | u, | ||
double | h, | ||
int | z | ||
) |
Definition at line 805 of file N_DEV_DevicePDEInstance.C.
double Xyce::Device::DevicePDEInstance::dJdp1_qdep | ( | double | n1, |
double | n2, | ||
double | E, | ||
const pdeFadType & | u, | ||
double | h, | ||
int | z | ||
) |
Definition at line 843 of file N_DEV_DevicePDEInstance.C.
double Xyce::Device::DevicePDEInstance::dJdp2_qdep | ( | double | n1, |
double | n2, | ||
double | E, | ||
const pdeFadType & | u, | ||
double | h, | ||
int | z | ||
) |
Definition at line 881 of file N_DEV_DevicePDEInstance.C.
double Xyce::Device::DevicePDEInstance::dJdpp1_qdep | ( | double | n1, |
double | n2, | ||
double | E, | ||
const pdeFadType & | u, | ||
double | h, | ||
int | z | ||
) |
Definition at line 976 of file N_DEV_DevicePDEInstance.C.
double Xyce::Device::DevicePDEInstance::dJdpp2_qdep | ( | double | n1, |
double | n2, | ||
double | E, | ||
const pdeFadType & | u, | ||
double | h, | ||
int | z | ||
) |
Definition at line 1007 of file N_DEV_DevicePDEInstance.C.
double Xyce::Device::DevicePDEInstance::dJdV1_qdep | ( | double | n1, |
double | n2, | ||
double | E, | ||
double | u, | ||
double | h, | ||
int | z | ||
) |
Definition at line 607 of file N_DEV_DevicePDEInstance.C.
double Xyce::Device::DevicePDEInstance::dJdV1_qdep | ( | double | n1, |
double | n2, | ||
double | E, | ||
const pdeFadType & | u, | ||
double | h, | ||
int | z | ||
) |
Definition at line 661 of file N_DEV_DevicePDEInstance.C.
double Xyce::Device::DevicePDEInstance::dJdV2_qdep | ( | double | n1, |
double | n2, | ||
double | E, | ||
double | u, | ||
double | h, | ||
int | z | ||
) |
Definition at line 634 of file N_DEV_DevicePDEInstance.C.
double Xyce::Device::DevicePDEInstance::dJdV2_qdep | ( | double | n1, |
double | n2, | ||
double | E, | ||
const pdeFadType & | u, | ||
double | h, | ||
int | z | ||
) |
Definition at line 691 of file N_DEV_DevicePDEInstance.C.
double Xyce::Device::DevicePDEInstance::dJndn1 | ( | double | n1, |
double | n2, | ||
double | E, | ||
double | u, | ||
double | h | ||
) |
Definition at line 379 of file N_DEV_DevicePDEInstance.C.
double Xyce::Device::DevicePDEInstance::dJndn2 | ( | double | n1, |
double | n2, | ||
double | E, | ||
double | u, | ||
double | h | ||
) |
Definition at line 402 of file N_DEV_DevicePDEInstance.C.
double Xyce::Device::DevicePDEInstance::dJndV1 | ( | double | n1, |
double | n2, | ||
double | E, | ||
double | u, | ||
double | h | ||
) |
Definition at line 327 of file N_DEV_DevicePDEInstance.C.
double Xyce::Device::DevicePDEInstance::dJndV2 | ( | double | n1, |
double | n2, | ||
double | E, | ||
double | u, | ||
double | h | ||
) |
Definition at line 353 of file N_DEV_DevicePDEInstance.C.
double Xyce::Device::DevicePDEInstance::dJpdn1 | ( | double | p1, |
double | p2, | ||
double | E, | ||
double | u, | ||
double | h | ||
) |
Definition at line 517 of file N_DEV_DevicePDEInstance.C.
double Xyce::Device::DevicePDEInstance::dJpdn2 | ( | double | p1, |
double | p2, | ||
double | E, | ||
double | u, | ||
double | h | ||
) |
Definition at line 540 of file N_DEV_DevicePDEInstance.C.
double Xyce::Device::DevicePDEInstance::dJpdV1 | ( | double | p1, |
double | p2, | ||
double | E, | ||
double | u, | ||
double | h | ||
) |
Definition at line 463 of file N_DEV_DevicePDEInstance.C.
double Xyce::Device::DevicePDEInstance::dJpdV2 | ( | double | p1, |
double | p2, | ||
double | E, | ||
double | u, | ||
double | h | ||
) |
Definition at line 490 of file N_DEV_DevicePDEInstance.C.
double Xyce::Device::DevicePDEInstance::erf | ( | double | x | ) |
Definition at line 1156 of file N_DEV_DevicePDEInstance.C.
ScalarT Xyce::Device::DevicePDEInstance::FDCarrierFlux | ( | ScalarT | n1, |
ScalarT | n2, | ||
ScalarT | V1, | ||
ScalarT | V2, | ||
ScalarT | mu, | ||
ScalarT | temp, | ||
double | h, | ||
double | z, | ||
double | DOS | ||
) |
Definition at line 466 of file N_DEV_DevicePDEInstance.h.
|
inline |
Definition at line 97 of file N_DEV_DevicePDEInstance.h.
|
inline |
Definition at line 117 of file N_DEV_DevicePDEInstance.h.
|
inline |
Definition at line 112 of file N_DEV_DevicePDEInstance.h.
double Xyce::Device::DevicePDEInstance::J_qdep | ( | double | n1, |
double | n2, | ||
double | E, | ||
double | u, | ||
double | h, | ||
int | z | ||
) |
Definition at line 563 of file N_DEV_DevicePDEInstance.C.
|
inline |
Definition at line 174 of file N_DEV_DevicePDEInstance.h.
double Xyce::Device::DevicePDEInstance::Jn | ( | double | n1, |
double | n2, | ||
double | E, | ||
double | u, | ||
double | h | ||
) |
Definition at line 285 of file N_DEV_DevicePDEInstance.C.
double Xyce::Device::DevicePDEInstance::Jp | ( | double | p1, |
double | p2, | ||
double | E, | ||
double | u, | ||
double | h | ||
) |
Definition at line 421 of file N_DEV_DevicePDEInstance.C.
void Xyce::Device::DevicePDEInstance::n0_and_p0 | ( | ScalarT const & | elec_dens, |
ScalarT const & | hole_dens, | ||
ScalarT const & | Ni, | ||
ScalarT const & | cond_band, | ||
ScalarT const & | vale_band, | ||
ScalarT const & | eff_dens_cond, | ||
ScalarT const & | eff_dens_vale, | ||
ScalarT const & | temp, | ||
ScalarT & | n0, | ||
ScalarT & | p0 | ||
) |
Definition at line 414 of file N_DEV_DevicePDEInstance.h.
pdeFadType Xyce::Device::DevicePDEInstance::nMidpoint | ( | pdeFadType & | n1, |
pdeFadType & | n2, | ||
pdeFadType & | E, | ||
double | h, | ||
int | z | ||
) |
Definition at line 584 of file N_DEV_DevicePDEInstance.C.
ScalarT Xyce::Device::DevicePDEInstance::np0_calculation | ( | ScalarT const & | elec_dens, |
ScalarT const & | hole_dens, | ||
ScalarT const & | Ni, | ||
ScalarT const & | cond_band, | ||
ScalarT const & | vale_band, | ||
ScalarT const & | eff_dens_cond, | ||
ScalarT const & | eff_dens_vale, | ||
ScalarT const & | temp | ||
) |
Definition at line 355 of file N_DEV_DevicePDEInstance.h.
|
private |
double Xyce::Device::DevicePDEInstance::pd1aux1 | ( | double | x | ) |
Definition at line 166 of file N_DEV_DevicePDEInstance.C.
double Xyce::Device::DevicePDEInstance::pd1aux2 | ( | double | x | ) |
Definition at line 249 of file N_DEV_DevicePDEInstance.C.
double Xyce::Device::DevicePDEInstance::pd1erf | ( | double | x | ) |
Definition at line 1177 of file N_DEV_DevicePDEInstance.C.
|
inlineprivate |
Definition at line 296 of file N_DEV_DevicePDEInstance.h.
|
inline |
Definition at line 331 of file N_DEV_DevicePDEInstance.h.
|
inline |
Definition at line 311 of file N_DEV_DevicePDEInstance.h.
BernouliSupport Xyce::Device::DevicePDEInstance::bernSupport |
Definition at line 285 of file N_DEV_DevicePDEInstance.h.
std::string Xyce::Device::DevicePDEInstance::bulkMaterial |
Definition at line 281 of file N_DEV_DevicePDEInstance.h.
double Xyce::Device::DevicePDEInstance::C0_user |
Definition at line 260 of file N_DEV_DevicePDEInstance.h.
double Xyce::Device::DevicePDEInstance::charge |
Definition at line 246 of file N_DEV_DevicePDEInstance.h.
double Xyce::Device::DevicePDEInstance::continuationAlpha |
Definition at line 270 of file N_DEV_DevicePDEInstance.h.
std::map<std::string, DopeInfo *> Xyce::Device::DevicePDEInstance::dopeInfoMap |
Definition at line 265 of file N_DEV_DevicePDEInstance.h.
bool Xyce::Device::DevicePDEInstance::dopingSensMod |
Definition at line 275 of file N_DEV_DevicePDEInstance.h.
double Xyce::Device::DevicePDEInstance::e0 |
Definition at line 250 of file N_DEV_DevicePDEInstance.h.
double Xyce::Device::DevicePDEInstance::e_mass |
Definition at line 256 of file N_DEV_DevicePDEInstance.h.
bool Xyce::Device::DevicePDEInstance::enableContinuationCalled |
Definition at line 269 of file N_DEV_DevicePDEInstance.h.
double Xyce::Device::DevicePDEInstance::eps |
Definition at line 253 of file N_DEV_DevicePDEInstance.h.
double Xyce::Device::DevicePDEInstance::eSi |
Definition at line 251 of file N_DEV_DevicePDEInstance.h.
double Xyce::Device::DevicePDEInstance::eSiO2 |
Definition at line 252 of file N_DEV_DevicePDEInstance.h.
inverse_fermi_one_half_N Xyce::Device::DevicePDEInstance::fdinvObj |
Definition at line 290 of file N_DEV_DevicePDEInstance.h.
bool Xyce::Device::DevicePDEInstance::fieldDependentMobility |
Definition at line 279 of file N_DEV_DevicePDEInstance.h.
bool Xyce::Device::DevicePDEInstance::fieldDependentMobilityGiven |
Definition at line 280 of file N_DEV_DevicePDEInstance.h.
fermi_minus_one_half Xyce::Device::DevicePDEInstance::fminusonehalfObj |
Definition at line 292 of file N_DEV_DevicePDEInstance.h.
fermi_one_half Xyce::Device::DevicePDEInstance::fonehalfObj |
Definition at line 291 of file N_DEV_DevicePDEInstance.h.
double Xyce::Device::DevicePDEInstance::h_planck |
Definition at line 255 of file N_DEV_DevicePDEInstance.h.
double Xyce::Device::DevicePDEInstance::kb |
Definition at line 247 of file N_DEV_DevicePDEInstance.h.
double Xyce::Device::DevicePDEInstance::maxVoltDelta |
Definition at line 268 of file N_DEV_DevicePDEInstance.h.
bool Xyce::Device::DevicePDEInstance::meshSensMod |
Definition at line 274 of file N_DEV_DevicePDEInstance.h.
std::string Xyce::Device::DevicePDEInstance::mobModelName |
Definition at line 278 of file N_DEV_DevicePDEInstance.h.
double Xyce::Device::DevicePDEInstance::Ni |
Definition at line 254 of file N_DEV_DevicePDEInstance.h.
std::string Xyce::Device::DevicePDEInstance::outputName |
Definition at line 287 of file N_DEV_DevicePDEInstance.h.
bool Xyce::Device::DevicePDEInstance::photogenSensMod |
Definition at line 276 of file N_DEV_DevicePDEInstance.h.
ScalingVars Xyce::Device::DevicePDEInstance::scalingVars |
Definition at line 263 of file N_DEV_DevicePDEInstance.h.
bool Xyce::Device::DevicePDEInstance::sensOn |
Definition at line 272 of file N_DEV_DevicePDEInstance.h.
bool Xyce::Device::DevicePDEInstance::sensProcess |
Definition at line 273 of file N_DEV_DevicePDEInstance.h.
double Xyce::Device::DevicePDEInstance::t0_user |
Definition at line 261 of file N_DEV_DevicePDEInstance.h.
double Xyce::Device::DevicePDEInstance::Temp |
Definition at line 245 of file N_DEV_DevicePDEInstance.h.
double Xyce::Device::DevicePDEInstance::Ut |
Definition at line 249 of file N_DEV_DevicePDEInstance.h.
bool Xyce::Device::DevicePDEInstance::variablesScaled |
Definition at line 282 of file N_DEV_DevicePDEInstance.h.
double Xyce::Device::DevicePDEInstance::Vt |
Definition at line 248 of file N_DEV_DevicePDEInstance.h.
double Xyce::Device::DevicePDEInstance::x0_user |
Definition at line 259 of file N_DEV_DevicePDEInstance.h.