JUK1
CircuitElements.hpp File Reference
Include dependency graph for CircuitElements.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  CircuitElements< T >
 a glorified container for the different types of components. More...
 

Enumerations

enum class  SolutionStage { StaticSolution = 0 , DynamicSolution = 1 , NonLinearSolution = 2 }
 An enum to track how far we want to go in a solution. More...
 
enum class  ComponentType {
  Resistor , Capacitor , Inductor , VoltageSource ,
  CurrentSource , BJT , Diode
}
 An enum for component types. Current unused. More...
 

Enumeration Type Documentation

◆ ComponentType

enum ComponentType
strong

An enum for component types. Current unused.

Enumerator
Resistor 
Capacitor 
Inductor 
VoltageSource 
CurrentSource 
BJT 
Diode 

Definition at line 31 of file CircuitElements.hpp.

◆ SolutionStage

enum SolutionStage
strong

An enum to track how far we want to go in a solution.

Enumerator
StaticSolution 
DynamicSolution 
NonLinearSolution 

Definition at line 24 of file CircuitElements.hpp.