Xyce  6.1
Xyce::Device::PowerGridBranch::Instance Class Reference

#include <N_DEV_PowerGridBranch.h>

Inheritance diagram for Xyce::Device::PowerGridBranch::Instance:
Collaboration diagram for Xyce::Device::PowerGridBranch::Instance:

Public Member Functions

 Instance (const Configuration &configuration, const InstanceBlock &IB, Model &Riter, const FactoryBlock &factory_block)
 
 ~Instance ()
 
void registerLIDs (const std::vector< int > &intLIDVecRef, const std::vector< int > &extLIDVecRef)
 
void registerStateLIDs (const std::vector< int > &staLIDVecRef)
 
void loadNodeSymbols (Util::SymbolTable &symbol_table) const
 Populates and returns the store name map. More...
 
bool updateIntermediateVars ()
 
bool updatePrimaryState ()
 
const std::vector< std::vector< int > > & jacobianStamp () const
 
void registerJacLIDs (const std::vector< std::vector< int > > &jacLIDVec)
 
bool loadDAEQVector ()
 
bool loadDAEFVector ()
 
bool loadDAEdQdx ()
 
bool loadDAEdFdx ()
 
ModelgetModel ()
 
- Public Member Functions inherited from Xyce::Device::DeviceInstance
 DeviceInstance (const InstanceBlock &instance_block, ParametricData< void > &parametric_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 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 void registerGIDData (const std::vector< int > &counts, const IdVector &GIDs, const JacobianStamp &jacGIDs)
 
virtual void setupPointers ()
 
virtual const IdVectorgetDepSolnGIDVec ()
 
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 updateSecondaryState ()
 
virtual bool setIC ()
 
virtual bool plotfileFlag ()
 
virtual void loadErrorWeightMask ()
 
virtual void acceptStep ()
 
virtual bool loadDAEBVector ()
 
virtual int getNumNoiseSources () const
 
virtual void setupNoiseSources (Xyce::Analysis::NoiseData &noiseDataVec)
 
virtual void getNoiseSources (Xyce::Analysis::NoiseData &noiseDataVec)
 
const InstanceNamegetName () 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 DeviceStategetInternalState ()
 
virtual bool setInternalState (const DeviceState &state)
 
virtual bool loadDFDV (int iElectrode, Linear::Vector *dfdvPtr)
 
virtual bool calcConductance (int iElectrode, const Linear::Vector *dxdvPtr)
 
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 IdVectorgetDevLIDs () const
 
const std::vector< IdVector > & getDevJacLIDs () const
 
const IdVectorgetStaLIDVec () const
 
bool getMergeRowColChecked () const
 
void setMergeRowColChecked (bool mergeRowColChecked_local)
 
const MatrixLoadDatagetMatrixLoadData () const
 
MatrixLoadDatagetMatrixLoadData ()
 
const ExternDatagetExternData () 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 ()
 
virtual CompositeParamconstructComposite (const std::string &composite_name, const std::string &param_name)
 
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 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 setParam (const std::string &paramName, double val, bool overrideOriginal=false)
 
bool getParam (const std::string &paramName, 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 > &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

enum  aType {
  IV,
  PQR,
  PQP
}
 

Private Member Functions

 Instance (const Instance &)
 
Instanceoperator= (const Instance &)
 

Private Attributes

Modelmodel_
 
std::string analysisTypeStr_
 
double branchResistance_
 
double branchReactance_
 
double branchSusceptance_
 
enum aType analysisType_
 
double g11
 
double g12
 
double g21
 
double g22
 
double b11
 
double b12
 
double b21
 
double b22
 
std::complex< double > y11
 
std::complex< double > y12
 
std::complex< double > y21
 
std::complex< double > y22
 
double IR1
 
double IR2
 
double II1
 
double II2
 
int li_VR1
 
int li_VR2
 
int li_VI1
 
int li_VI2
 
int VR1_VR1_Offset
 
int VR1_VR2_Offset
 
int VR1_VI1_Offset
 
int VR1_VI2_Offset
 
int VR2_VR1_Offset
 
int VR2_VR2_Offset
 
int VR2_VI1_Offset
 
int VR2_VI2_Offset
 
int VI1_VR1_Offset
 
int VI1_VR2_Offset
 
int VI1_VI1_Offset
 
int VI1_VI2_Offset
 
int VI2_VR1_Offset
 
int VI2_VR2_Offset
 
int VI2_VI1_Offset
 
int VI2_VI2_Offset
 
double P1
 
double P2
 
double Q1
 
double Q2
 
int li_Theta1
 
int li_Theta2
 
int li_VM1
 
int li_VM2
 
int Theta1_Theta1_Offset
 
int Theta1_Theta2_Offset
 
int Theta1_VM1_Offset
 
int Theta1_VM2_Offset
 
int Theta2_Theta1_Offset
 
int Theta2_Theta2_Offset
 
int Theta2_VM1_Offset
 
int Theta2_VM2_Offset
 
int VM1_Theta1_Offset
 
int VM1_Theta2_Offset
 
int VM1_VM1_Offset
 
int VM1_VM2_Offset
 
int VM2_Theta1_Offset
 
int VM2_Theta2_Offset
 
int VM2_VM1_Offset
 
int VM2_VM2_Offset
 

Static Private Attributes

static std::vector< std::vector< int > > jacStamp
 

Friends

class ParametricData< Instance >
 
class Model
 
class Traits
 

Additional Inherited Members

- Public Attributes inherited from Xyce::Device::DeviceInstance
std::vector< int > & cols
 
std::vector< double > & vals
 
NumericalJacobiannumJacPtr
 
bool psLoaded
 
bool ssLoaded
 
bool rhsLoaded
 
bool origFlag
 
int numIntVars
 
int numExtVars
 
int numStateVars
 
int numStoreVars
 
int numLeadCurrentVars
 
int numLeadCurrentStoreVars
 
bool loadLeadCurrent
 
int numBranchDataVars
 
int numBranchDataVarsIfAllocated
 
std::vector< int > devConMap
 
bool mergeRowColChecked
 
- Protected Member Functions inherited from Xyce::Device::DeviceInstance
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)
 
- Protected Attributes inherited from Xyce::Device::DeviceInstance
const ExternDataextData
 
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
 
- 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 88 of file N_DEV_PowerGridBranch.h.

Member Enumeration Documentation

Enumerator
IV 
PQR 
PQP 

Definition at line 95 of file N_DEV_PowerGridBranch.h.

Constructor & Destructor Documentation

Xyce::Device::PowerGridBranch::Instance::Instance ( const Configuration configuration,
const InstanceBlock IB,
Model Riter,
const FactoryBlock factory_block 
)

Definition at line 143 of file N_DEV_PowerGridBranch.C.

Xyce::Device::PowerGridBranch::Instance::~Instance ( )

Definition at line 332 of file N_DEV_PowerGridBranch.C.

Xyce::Device::PowerGridBranch::Instance::Instance ( const Instance )
private

Member Function Documentation

Model& Xyce::Device::PowerGridBranch::Instance::getModel ( )
inline

Definition at line 136 of file N_DEV_PowerGridBranch.h.

const std::vector< std::vector< int > > & Xyce::Device::PowerGridBranch::Instance::jacobianStamp ( ) const
virtual

Reimplemented from Xyce::Device::DeviceInstance.

Definition at line 433 of file N_DEV_PowerGridBranch.C.

bool Xyce::Device::PowerGridBranch::Instance::loadDAEdFdx ( )
virtual

Implements Xyce::Device::DeviceInstance.

Definition at line 687 of file N_DEV_PowerGridBranch.C.

bool Xyce::Device::PowerGridBranch::Instance::loadDAEdQdx ( )
virtual

Implements Xyce::Device::DeviceInstance.

Definition at line 810 of file N_DEV_PowerGridBranch.C.

bool Xyce::Device::PowerGridBranch::Instance::loadDAEFVector ( )
virtual

Implements Xyce::Device::DeviceInstance.

Definition at line 607 of file N_DEV_PowerGridBranch.C.

bool Xyce::Device::PowerGridBranch::Instance::loadDAEQVector ( )
virtual

Implements Xyce::Device::DeviceInstance.

Definition at line 671 of file N_DEV_PowerGridBranch.C.

void Xyce::Device::PowerGridBranch::Instance::loadNodeSymbols ( Util::SymbolTable &  symbol_table) const
virtual

Populates and returns the store name map.

If the DeviceInstance::storeNameMap is empty, populate it.

For the purpose of lead currents, store vector elements must be given names that can be used to locate lead currents at print time. When a netlist attempts to print, say, "I(R1)" the output code looks for an entry in the store vector named R1:DEV_I.

This method does the assignment of names to various vector elements.

Author
David G. Baur
Date
12/18/2014

Implements Xyce::Device::DeviceInstance.

Definition at line 408 of file N_DEV_PowerGridBranch.C.

Instance& Xyce::Device::PowerGridBranch::Instance::operator= ( const Instance )
private
void Xyce::Device::PowerGridBranch::Instance::registerJacLIDs ( const std::vector< std::vector< int > > &  jacLIDVec)
virtual

Reimplemented from Xyce::Device::DeviceInstance.

Definition at line 446 of file N_DEV_PowerGridBranch.C.

void Xyce::Device::PowerGridBranch::Instance::registerLIDs ( const std::vector< int > &  intLIDVecRef,
const std::vector< int > &  extLIDVecRef 
)
virtual

Reimplemented from Xyce::Device::DeviceInstance.

Definition at line 344 of file N_DEV_PowerGridBranch.C.

void Xyce::Device::PowerGridBranch::Instance::registerStateLIDs ( const std::vector< int > &  staLIDVecRef)
virtual

Reimplemented from Xyce::Device::DeviceInstance.

Definition at line 420 of file N_DEV_PowerGridBranch.C.

bool Xyce::Device::PowerGridBranch::Instance::updateIntermediateVars ( )
virtual

Implements Xyce::Device::DeviceInstance.

Definition at line 531 of file N_DEV_PowerGridBranch.C.

bool Xyce::Device::PowerGridBranch::Instance::updatePrimaryState ( )
virtual

Implements Xyce::Device::DeviceInstance.

Definition at line 590 of file N_DEV_PowerGridBranch.C.

Friends And Related Function Documentation

friend class Model
friend

Definition at line 91 of file N_DEV_PowerGridBranch.h.

friend class ParametricData< Instance >
friend

Definition at line 90 of file N_DEV_PowerGridBranch.h.

friend class Traits
friend

Definition at line 92 of file N_DEV_PowerGridBranch.h.

Member Data Documentation

enum aType Xyce::Device::PowerGridBranch::Instance::analysisType_
private

Definition at line 151 of file N_DEV_PowerGridBranch.h.

std::string Xyce::Device::PowerGridBranch::Instance::analysisTypeStr_
private

Definition at line 147 of file N_DEV_PowerGridBranch.h.

double Xyce::Device::PowerGridBranch::Instance::b11
private

Definition at line 161 of file N_DEV_PowerGridBranch.h.

double Xyce::Device::PowerGridBranch::Instance::b12
private

Definition at line 161 of file N_DEV_PowerGridBranch.h.

double Xyce::Device::PowerGridBranch::Instance::b21
private

Definition at line 161 of file N_DEV_PowerGridBranch.h.

double Xyce::Device::PowerGridBranch::Instance::b22
private

Definition at line 161 of file N_DEV_PowerGridBranch.h.

double Xyce::Device::PowerGridBranch::Instance::branchReactance_
private

Definition at line 148 of file N_DEV_PowerGridBranch.h.

double Xyce::Device::PowerGridBranch::Instance::branchResistance_
private

Definition at line 148 of file N_DEV_PowerGridBranch.h.

double Xyce::Device::PowerGridBranch::Instance::branchSusceptance_
private

Definition at line 148 of file N_DEV_PowerGridBranch.h.

double Xyce::Device::PowerGridBranch::Instance::g11
private

Definition at line 160 of file N_DEV_PowerGridBranch.h.

double Xyce::Device::PowerGridBranch::Instance::g12
private

Definition at line 160 of file N_DEV_PowerGridBranch.h.

double Xyce::Device::PowerGridBranch::Instance::g21
private

Definition at line 160 of file N_DEV_PowerGridBranch.h.

double Xyce::Device::PowerGridBranch::Instance::g22
private

Definition at line 160 of file N_DEV_PowerGridBranch.h.

double Xyce::Device::PowerGridBranch::Instance::II1
private

Definition at line 165 of file N_DEV_PowerGridBranch.h.

double Xyce::Device::PowerGridBranch::Instance::II2
private

Definition at line 165 of file N_DEV_PowerGridBranch.h.

double Xyce::Device::PowerGridBranch::Instance::IR1
private

Definition at line 165 of file N_DEV_PowerGridBranch.h.

double Xyce::Device::PowerGridBranch::Instance::IR2
private

Definition at line 165 of file N_DEV_PowerGridBranch.h.

std::vector< std::vector< int > > Xyce::Device::PowerGridBranch::Instance::jacStamp
staticprivate

Definition at line 142 of file N_DEV_PowerGridBranch.h.

int Xyce::Device::PowerGridBranch::Instance::li_Theta1
private

Definition at line 192 of file N_DEV_PowerGridBranch.h.

int Xyce::Device::PowerGridBranch::Instance::li_Theta2
private

Definition at line 192 of file N_DEV_PowerGridBranch.h.

int Xyce::Device::PowerGridBranch::Instance::li_VI1
private

Definition at line 167 of file N_DEV_PowerGridBranch.h.

int Xyce::Device::PowerGridBranch::Instance::li_VI2
private

Definition at line 167 of file N_DEV_PowerGridBranch.h.

int Xyce::Device::PowerGridBranch::Instance::li_VM1
private

Definition at line 192 of file N_DEV_PowerGridBranch.h.

int Xyce::Device::PowerGridBranch::Instance::li_VM2
private

Definition at line 192 of file N_DEV_PowerGridBranch.h.

int Xyce::Device::PowerGridBranch::Instance::li_VR1
private

Definition at line 167 of file N_DEV_PowerGridBranch.h.

int Xyce::Device::PowerGridBranch::Instance::li_VR2
private

Definition at line 167 of file N_DEV_PowerGridBranch.h.

Model& Xyce::Device::PowerGridBranch::Instance::model_
private

Definition at line 144 of file N_DEV_PowerGridBranch.h.

double Xyce::Device::PowerGridBranch::Instance::P1
private

Definition at line 190 of file N_DEV_PowerGridBranch.h.

double Xyce::Device::PowerGridBranch::Instance::P2
private

Definition at line 190 of file N_DEV_PowerGridBranch.h.

double Xyce::Device::PowerGridBranch::Instance::Q1
private

Definition at line 190 of file N_DEV_PowerGridBranch.h.

double Xyce::Device::PowerGridBranch::Instance::Q2
private

Definition at line 190 of file N_DEV_PowerGridBranch.h.

int Xyce::Device::PowerGridBranch::Instance::Theta1_Theta1_Offset
private

Definition at line 194 of file N_DEV_PowerGridBranch.h.

int Xyce::Device::PowerGridBranch::Instance::Theta1_Theta2_Offset
private

Definition at line 195 of file N_DEV_PowerGridBranch.h.

int Xyce::Device::PowerGridBranch::Instance::Theta1_VM1_Offset
private

Definition at line 196 of file N_DEV_PowerGridBranch.h.

int Xyce::Device::PowerGridBranch::Instance::Theta1_VM2_Offset
private

Definition at line 197 of file N_DEV_PowerGridBranch.h.

int Xyce::Device::PowerGridBranch::Instance::Theta2_Theta1_Offset
private

Definition at line 199 of file N_DEV_PowerGridBranch.h.

int Xyce::Device::PowerGridBranch::Instance::Theta2_Theta2_Offset
private

Definition at line 200 of file N_DEV_PowerGridBranch.h.

int Xyce::Device::PowerGridBranch::Instance::Theta2_VM1_Offset
private

Definition at line 201 of file N_DEV_PowerGridBranch.h.

int Xyce::Device::PowerGridBranch::Instance::Theta2_VM2_Offset
private

Definition at line 202 of file N_DEV_PowerGridBranch.h.

int Xyce::Device::PowerGridBranch::Instance::VI1_VI1_Offset
private

Definition at line 181 of file N_DEV_PowerGridBranch.h.

int Xyce::Device::PowerGridBranch::Instance::VI1_VI2_Offset
private

Definition at line 182 of file N_DEV_PowerGridBranch.h.

int Xyce::Device::PowerGridBranch::Instance::VI1_VR1_Offset
private

Definition at line 179 of file N_DEV_PowerGridBranch.h.

int Xyce::Device::PowerGridBranch::Instance::VI1_VR2_Offset
private

Definition at line 180 of file N_DEV_PowerGridBranch.h.

int Xyce::Device::PowerGridBranch::Instance::VI2_VI1_Offset
private

Definition at line 186 of file N_DEV_PowerGridBranch.h.

int Xyce::Device::PowerGridBranch::Instance::VI2_VI2_Offset
private

Definition at line 187 of file N_DEV_PowerGridBranch.h.

int Xyce::Device::PowerGridBranch::Instance::VI2_VR1_Offset
private

Definition at line 184 of file N_DEV_PowerGridBranch.h.

int Xyce::Device::PowerGridBranch::Instance::VI2_VR2_Offset
private

Definition at line 185 of file N_DEV_PowerGridBranch.h.

int Xyce::Device::PowerGridBranch::Instance::VM1_Theta1_Offset
private

Definition at line 204 of file N_DEV_PowerGridBranch.h.

int Xyce::Device::PowerGridBranch::Instance::VM1_Theta2_Offset
private

Definition at line 205 of file N_DEV_PowerGridBranch.h.

int Xyce::Device::PowerGridBranch::Instance::VM1_VM1_Offset
private

Definition at line 206 of file N_DEV_PowerGridBranch.h.

int Xyce::Device::PowerGridBranch::Instance::VM1_VM2_Offset
private

Definition at line 207 of file N_DEV_PowerGridBranch.h.

int Xyce::Device::PowerGridBranch::Instance::VM2_Theta1_Offset
private

Definition at line 209 of file N_DEV_PowerGridBranch.h.

int Xyce::Device::PowerGridBranch::Instance::VM2_Theta2_Offset
private

Definition at line 210 of file N_DEV_PowerGridBranch.h.

int Xyce::Device::PowerGridBranch::Instance::VM2_VM1_Offset
private

Definition at line 211 of file N_DEV_PowerGridBranch.h.

int Xyce::Device::PowerGridBranch::Instance::VM2_VM2_Offset
private

Definition at line 212 of file N_DEV_PowerGridBranch.h.

int Xyce::Device::PowerGridBranch::Instance::VR1_VI1_Offset
private

Definition at line 171 of file N_DEV_PowerGridBranch.h.

int Xyce::Device::PowerGridBranch::Instance::VR1_VI2_Offset
private

Definition at line 172 of file N_DEV_PowerGridBranch.h.

int Xyce::Device::PowerGridBranch::Instance::VR1_VR1_Offset
private

Definition at line 169 of file N_DEV_PowerGridBranch.h.

int Xyce::Device::PowerGridBranch::Instance::VR1_VR2_Offset
private

Definition at line 170 of file N_DEV_PowerGridBranch.h.

int Xyce::Device::PowerGridBranch::Instance::VR2_VI1_Offset
private

Definition at line 176 of file N_DEV_PowerGridBranch.h.

int Xyce::Device::PowerGridBranch::Instance::VR2_VI2_Offset
private

Definition at line 177 of file N_DEV_PowerGridBranch.h.

int Xyce::Device::PowerGridBranch::Instance::VR2_VR1_Offset
private

Definition at line 174 of file N_DEV_PowerGridBranch.h.

int Xyce::Device::PowerGridBranch::Instance::VR2_VR2_Offset
private

Definition at line 175 of file N_DEV_PowerGridBranch.h.

std::complex<double> Xyce::Device::PowerGridBranch::Instance::y11
private

Definition at line 162 of file N_DEV_PowerGridBranch.h.

std::complex<double> Xyce::Device::PowerGridBranch::Instance::y12
private

Definition at line 162 of file N_DEV_PowerGridBranch.h.

std::complex<double> Xyce::Device::PowerGridBranch::Instance::y21
private

Definition at line 162 of file N_DEV_PowerGridBranch.h.

std::complex<double> Xyce::Device::PowerGridBranch::Instance::y22
private

Definition at line 162 of file N_DEV_PowerGridBranch.h.


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