DPsim
|
Classes | |
class | AttributeEvent |
class | Barrier |
class | BarrierTask |
class | CommandLineArgs |
class | Counter |
class | DAESolver |
Solver class which uses Differential Algebraic Equation(DAE) systems. More... | |
class | DataLogger |
class | DataLoggerInterface |
class | DenseLUAdapter |
class | DiakopticsSolver |
class | DirectLinearSolver |
class | DirectLinearSolverConfiguration |
class | Event |
class | EventComparator |
class | EventQueue |
class | GpuDenseAdapter |
class | GpuMagmaAdapter |
class | GpuSparseAdapter |
class | Interface |
class | InterfaceQueued |
class | InterfaceVillas |
Interface type that can be used to import and export simulation attributes over any node type supported by VILLASnode. More... | |
class | InterfaceVillasQueueless |
Interface type that can be used to import and export simulation attributes over any node type supported by VILLASnode. More... | |
class | InterfaceWorker |
class | InterfaceWorkerVillas |
class | KLUAdapter |
class | MnaSolver |
Solver class using Modified Nodal Analysis (MNA). More... | |
class | MnaSolverDirect |
Solver class using Modified Nodal Analysis (MNA). More... | |
class | MnaSolverFactory |
class | MnaSolverPlugin |
class | ODEintSolver |
Solver class which uses ODE systems. More... | |
class | ODESolver |
Solver class for ODE (Ordinary Differential Equation) systems. More... | |
class | OpenMPLevelScheduler |
class | PFSolver |
Solver class using the nonlinear powerflow (PF) formulation. More... | |
class | PFSolverPowerPolar |
Powerflow solver class considering power mismatch and voltages in polar coordinates. More... | |
class | RealTimeDataLogger |
class | RealTimeSimulation |
Extending Simulation class by real-time functionality. More... | |
class | Scheduler |
class | SchedulingException |
class | SequentialScheduler |
class | Simulation |
The Simulation holds a SystemTopology and a Solver. More... | |
class | Solver |
Base class for more specific solvers such as MNA, ODE or IDA. More... | |
class | SolverException |
class | SparseLUAdapter |
struct | SwitchConfiguration |
Holds switching time and which system should be activated. More... | |
class | SwitchEvent |
class | SwitchEvent3Ph |
class | ThreadLevelScheduler |
class | ThreadListScheduler |
class | ThreadScheduler |
class | Timer |
class | UnsupportedSolverException |
Typedefs | |
using | SystemTopology = CPS::SystemTopology |
using | SystemNodeList = CPS::TopologicalNode::List |
using | SystemComponentList = CPS::IdentifiedObject::List |
using | Logger = CPS::Logger |
using | Domain = CPS::Domain |
using | PhaseType = CPS::PhaseType |
using | Real = CPS::Real |
using | Complex = CPS::Complex |
using | String = CPS::String |
using | Bool = CPS::Bool |
using | Int = CPS::Int |
using | UInt = CPS::UInt |
using | Matrix = CPS::Matrix |
using | MatrixComp = CPS::MatrixComp |
using | SparseMatrix = CPS::SparseMatrixRow |
using | SparseMatrixComp = CPS::SparseMatrixCompRow |
template<typename T> | |
using | MatrixVar = CPS::MatrixVar<T> |
Functions | |
void | pluginLogger (const char *str) |
using DPsim::Bool = CPS::Bool |
Definition at line 21 of file Definitions.h.
using DPsim::Complex = CPS::Complex |
Definition at line 19 of file Definitions.h.
using DPsim::Int = CPS::Int |
Definition at line 22 of file Definitions.h.
using DPsim::Logger = CPS::Logger |
using DPsim::Matrix = CPS::Matrix |
Definition at line 24 of file Definitions.h.
using DPsim::MatrixComp = CPS::MatrixComp |
Definition at line 25 of file Definitions.h.
using DPsim::MatrixVar = CPS::MatrixVar<T> |
Definition at line 29 of file Definitions.h.
using DPsim::Real = CPS::Real |
Definition at line 18 of file Definitions.h.
using DPsim::SparseMatrix = CPS::SparseMatrixRow |
Definition at line 26 of file Definitions.h.
using DPsim::SparseMatrixComp = CPS::SparseMatrixCompRow |
Definition at line 27 of file Definitions.h.
using DPsim::String = CPS::String |
Definition at line 20 of file Definitions.h.
using DPsim::SystemComponentList = CPS::IdentifiedObject::List |
using DPsim::UInt = CPS::UInt |
Definition at line 23 of file Definitions.h.
enum DPsim::DirectLinearSolverImpl |
Definition at line 46 of file MNASolverDirect.h.
|
strong |
Definition at line 19 of file DirectLinearSolverConfiguration.h.
|
strong |
Definition at line 27 of file DirectLinearSolverConfiguration.h.
|
strong |
Definition at line 16 of file DirectLinearSolverConfiguration.h.
|
strong |
Definition at line 34 of file DirectLinearSolverConfiguration.h.
void DPsim::pluginLogger | ( | const char * | str | ) |
Definition at line 35 of file MNASolverPlugin.cpp.