Xyce  6.1
Xyce::Device::MemristorYakopcic Namespace Reference

Classes

class  Instance
 
class  Master
 
class  memristorYakopcicSensitivity
 
class  Model
 
struct  Traits
 

Functions

void registerDevice ()
 
template<typename ScalarT >
void G (const ScalarT &V1, const ScalarT &V2, const ScalarT &Ap, const ScalarT &An, ScalarT &Vp, ScalarT &Vn, ScalarT &fval)
 
template<typename ScalarT >
void WP (const ScalarT &X, const ScalarT &Xp, ScalarT &fval)
 
template<typename ScalarT >
void WN (const ScalarT &X, const ScalarT &Xn, ScalarT &fval)
 
template<typename ScalarT >
void F_x_equation (const ScalarT &V1, const ScalarT &V2, const ScalarT &X, const ScalarT &Xp, const ScalarT &Xn, const ScalarT &AlphaP, const ScalarT &AlphaN, const ScalarT &Eta, ScalarT &fval)
 
template<typename ScalarT >
void X_var_F_equation (const ScalarT &V1, const ScalarT &V2, const ScalarT &X, const ScalarT &Ap, const ScalarT &An, ScalarT &Vp, ScalarT &Vn, const ScalarT &Xp, const ScalarT &Xn, const ScalarT &AlphaP, const ScalarT &AlphaN, const ScalarT &Eta, ScalarT &fval)
 
template<typename ScalarT >
void I_V_Fxn (const ScalarT &V1, const ScalarT &V2, const ScalarT &X, const ScalarT &A1, const ScalarT &A2, const ScalarT &B, ScalarT &fval)
 

Variables

static memristorYakopcicSensitivity memrSens
 

Function Documentation

template<typename ScalarT >
void Xyce::Device::MemristorYakopcic::F_x_equation ( const ScalarT &  V1,
const ScalarT &  V2,
const ScalarT &  X,
const ScalarT &  Xp,
const ScalarT &  Xn,
const ScalarT &  AlphaP,
const ScalarT &  AlphaN,
const ScalarT &  Eta,
ScalarT &  fval 
)

Definition at line 108 of file N_DEV_MemristorYakopcic.C.

template<typename ScalarT >
void Xyce::Device::MemristorYakopcic::G ( const ScalarT &  V1,
const ScalarT &  V2,
const ScalarT &  Ap,
const ScalarT &  An,
ScalarT &  Vp,
ScalarT &  Vn,
ScalarT &  fval 
)

Definition at line 69 of file N_DEV_MemristorYakopcic.C.

template<typename ScalarT >
void Xyce::Device::MemristorYakopcic::I_V_Fxn ( const ScalarT &  V1,
const ScalarT &  V2,
const ScalarT &  X,
const ScalarT &  A1,
const ScalarT &  A2,
const ScalarT &  B,
ScalarT &  fval 
)

Definition at line 165 of file N_DEV_MemristorYakopcic.C.

void Xyce::Device::MemristorYakopcic::registerDevice ( )

Definition at line 1834 of file N_DEV_MemristorYakopcic.C.

template<typename ScalarT >
void Xyce::Device::MemristorYakopcic::WN ( const ScalarT &  X,
const ScalarT &  Xn,
ScalarT &  fval 
)

Definition at line 100 of file N_DEV_MemristorYakopcic.C.

template<typename ScalarT >
void Xyce::Device::MemristorYakopcic::WP ( const ScalarT &  X,
const ScalarT &  Xp,
ScalarT &  fval 
)

Definition at line 93 of file N_DEV_MemristorYakopcic.C.

template<typename ScalarT >
void Xyce::Device::MemristorYakopcic::X_var_F_equation ( const ScalarT &  V1,
const ScalarT &  V2,
const ScalarT &  X,
const ScalarT &  Ap,
const ScalarT &  An,
ScalarT &  Vp,
ScalarT &  Vn,
const ScalarT &  Xp,
const ScalarT &  Xn,
const ScalarT &  AlphaP,
const ScalarT &  AlphaN,
const ScalarT &  Eta,
ScalarT &  fval 
)

Definition at line 141 of file N_DEV_MemristorYakopcic.C.

Variable Documentation

memristorYakopcicSensitivity Xyce::Device::MemristorYakopcic::memrSens
static

Definition at line 87 of file N_DEV_MemristorYakopcic.h.