![]() |
Power System Platform
2026w10a-beta
|
Public Attributes | |
| double | basePower = 100.0 |
| ElectricalUnit | basePowerUnit = ElectricalUnit::UNIT_MVA |
| bool | faultAfterPowerFlow = false |
| bool | scPowerAfterPowerFlow = false |
| bool | harmDistortionAfterPowerFlow = false |
| PowerFlowMethod | powerFlowMethod = GAUSS_SEIDEL |
| double | accFator = 1.0 |
| double | powerFlowTolerance = 1e-7 |
| int | powerFlowMaxIterations = 5000 |
| double | initAngle = 0.0 |
| double | newtonInertia = 1.0 |
| double | gaussTolerance = 1e-2 |
| double | stabilityFrequency = 60.0 |
| double | timeStep = 1e-2 |
| double | stabilitySimulationTime = 10.0 |
| double | stabilityTolerance = 1e-8 |
| int | stabilityMaxIterations = 100 |
| int | controlTimeStepRatio = 10 |
| double | plotTime = 1e-2 |
| bool | useCOI = true |
| BusFreqEstimation | busFreqEstimation = BusFreqEstimation::ANGLE_DERIVATION |
| bool | ignoreBusFreqEventStep = true |
| double | tf = 0.05 |
| double | tw = 3.0 / (2.0 * M_PI * 60.0) |
| bool | useCompLoads = false |
| double | constImpedanceActive = 100.0 |
| double | constCurrentActive = 0.0 |
| double | constPowerActive = 0.0 |
| double | constImpedanceReactive = 100.0 |
| double | constCurrentReactive = 0.0 |
| double | constPowerReactive = 0.0 |
| double | underVoltageConstCurrent = 70.0 |
| double | underVoltageConstPower = 70.0 |
| HarmLoadConnection | harmLoadConnection = HarmLoadConnection::PARALLEL |
Definition at line 31 of file PropertiesData.h.
| double SimulationData::accFator = 1.0 |
Definition at line 41 of file PropertiesData.h.
| double SimulationData::basePower = 100.0 |
Definition at line 33 of file PropertiesData.h.
| ElectricalUnit SimulationData::basePowerUnit = ElectricalUnit::UNIT_MVA |
Definition at line 34 of file PropertiesData.h.
| BusFreqEstimation SimulationData::busFreqEstimation = BusFreqEstimation::ANGLE_DERIVATION |
Definition at line 57 of file PropertiesData.h.
| double SimulationData::constCurrentActive = 0.0 |
Definition at line 65 of file PropertiesData.h.
| double SimulationData::constCurrentReactive = 0.0 |
Definition at line 68 of file PropertiesData.h.
| double SimulationData::constImpedanceActive = 100.0 |
Definition at line 64 of file PropertiesData.h.
| double SimulationData::constImpedanceReactive = 100.0 |
Definition at line 67 of file PropertiesData.h.
| double SimulationData::constPowerActive = 0.0 |
Definition at line 66 of file PropertiesData.h.
| double SimulationData::constPowerReactive = 0.0 |
Definition at line 69 of file PropertiesData.h.
| int SimulationData::controlTimeStepRatio = 10 |
Definition at line 54 of file PropertiesData.h.
| bool SimulationData::faultAfterPowerFlow = false |
Definition at line 35 of file PropertiesData.h.
| double SimulationData::gaussTolerance = 1e-2 |
Definition at line 46 of file PropertiesData.h.
| bool SimulationData::harmDistortionAfterPowerFlow = false |
Definition at line 37 of file PropertiesData.h.
| HarmLoadConnection SimulationData::harmLoadConnection = HarmLoadConnection::PARALLEL |
Definition at line 74 of file PropertiesData.h.
| bool SimulationData::ignoreBusFreqEventStep = true |
Definition at line 58 of file PropertiesData.h.
| double SimulationData::initAngle = 0.0 |
Definition at line 44 of file PropertiesData.h.
| double SimulationData::newtonInertia = 1.0 |
Definition at line 45 of file PropertiesData.h.
| double SimulationData::plotTime = 1e-2 |
Definition at line 55 of file PropertiesData.h.
| int SimulationData::powerFlowMaxIterations = 5000 |
Definition at line 43 of file PropertiesData.h.
| PowerFlowMethod SimulationData::powerFlowMethod = GAUSS_SEIDEL |
Definition at line 40 of file PropertiesData.h.
| double SimulationData::powerFlowTolerance = 1e-7 |
Definition at line 42 of file PropertiesData.h.
| bool SimulationData::scPowerAfterPowerFlow = false |
Definition at line 36 of file PropertiesData.h.
| double SimulationData::stabilityFrequency = 60.0 |
Definition at line 49 of file PropertiesData.h.
| int SimulationData::stabilityMaxIterations = 100 |
Definition at line 53 of file PropertiesData.h.
| double SimulationData::stabilitySimulationTime = 10.0 |
Definition at line 51 of file PropertiesData.h.
| double SimulationData::stabilityTolerance = 1e-8 |
Definition at line 52 of file PropertiesData.h.
| double SimulationData::tf = 0.05 |
Definition at line 59 of file PropertiesData.h.
| double SimulationData::timeStep = 1e-2 |
Definition at line 50 of file PropertiesData.h.
| double SimulationData::tw = 3.0 / (2.0 * M_PI * 60.0) |
Definition at line 60 of file PropertiesData.h.
| double SimulationData::underVoltageConstCurrent = 70.0 |
Definition at line 70 of file PropertiesData.h.
| double SimulationData::underVoltageConstPower = 70.0 |
Definition at line 71 of file PropertiesData.h.
| bool SimulationData::useCOI = true |
Definition at line 56 of file PropertiesData.h.
| bool SimulationData::useCompLoads = false |
Definition at line 63 of file PropertiesData.h.