├── OpenIPSL ├── Data │ ├── package.order │ ├── PowerPlant │ │ ├── Anderson │ │ │ ├── Steam │ │ │ │ ├── package.order │ │ │ │ ├── Nuclear │ │ │ │ │ └── package.order │ │ │ │ └── Fossil │ │ │ │ │ ├── CrossCompound │ │ │ │ │ └── package.order │ │ │ │ │ └── package.order │ │ │ ├── Combustion │ │ │ │ └── package.order │ │ │ ├── SynCondensor │ │ │ │ └── package.order │ │ │ ├── package.order │ │ │ ├── ESData │ │ │ │ └── package.mo │ │ │ ├── PSSData │ │ │ │ ├── package.mo │ │ │ │ ├── PSSDataN6.mo │ │ │ │ ├── PSSDataF15.mo │ │ │ │ ├── PSSDataF16.mo │ │ │ │ ├── PSSDataF18.mo │ │ │ │ ├── PSSDataF19.mo │ │ │ │ ├── PSSDataF20.mo │ │ │ │ ├── PSSDataF3.mo │ │ │ │ ├── PSSDataF9.mo │ │ │ │ ├── PSSDataH10.mo │ │ │ │ ├── PSSDataH11.mo │ │ │ │ ├── PSSDataH12.mo │ │ │ │ ├── PSSDataH16.mo │ │ │ │ ├── PSSDataH17.mo │ │ │ │ ├── PSSDataH18.mo │ │ │ │ ├── PSSDataH7.mo │ │ │ │ ├── PSSDataH8.mo │ │ │ │ ├── PSSDataH9.mo │ │ │ │ ├── PSSDataN1.mo │ │ │ │ ├── PSSDataN5.mo │ │ │ │ ├── PSSDataN7.mo │ │ │ │ ├── PSSDataN8.mo │ │ │ │ ├── PSSDataCF1LP.mo │ │ │ │ ├── PSSDataCF2HP.mo │ │ │ │ ├── PSSDataCF2LP.mo │ │ │ │ └── PSSDataCF4HP.mo │ │ │ ├── TurbGovData │ │ │ │ ├── package.mo │ │ │ │ ├── TurbGovernorDataF1.mo │ │ │ │ ├── TurbGovernorDataF4.mo │ │ │ │ ├── TurbGovernorDataH1.mo │ │ │ │ ├── TurbGovernorDataH5.mo │ │ │ │ ├── TurbGovernorDataH6.mo │ │ │ │ ├── TurbGovernorDataCT2.mo │ │ │ │ ├── TurbGovernorDataF10.mo │ │ │ │ ├── TurbGovernorDataF11.mo │ │ │ │ ├── TurbGovernorDataF12.mo │ │ │ │ ├── TurbGovernorDataF13.mo │ │ │ │ ├── TurbGovernorDataF14.mo │ │ │ │ ├── TurbGovernorDataF15.mo │ │ │ │ ├── TurbGovernorDataF16.mo │ │ │ │ ├── TurbGovernorDataF17.mo │ │ │ │ ├── TurbGovernorDataF18.mo │ │ │ │ ├── TurbGovernorDataF19.mo │ │ │ │ ├── TurbGovernorDataF2.mo │ │ │ │ ├── TurbGovernorDataF20.mo │ │ │ │ ├── TurbGovernorDataF21.mo │ │ │ │ ├── TurbGovernorDataF3.mo │ │ │ │ ├── TurbGovernorDataF5.mo │ │ │ │ ├── TurbGovernorDataF6.mo │ │ │ │ ├── TurbGovernorDataF7.mo │ │ │ │ ├── TurbGovernorDataF8.mo │ │ │ │ ├── TurbGovernorDataF9.mo │ │ │ │ ├── TurbGovernorDataH2.mo │ │ │ │ ├── TurbGovernorDataH3.mo │ │ │ │ ├── TurbGovernorDataH4.mo │ │ │ │ ├── TurbGovernorDataH7.mo │ │ │ │ ├── TurbGovernorDataH8.mo │ │ │ │ ├── TurbGovernorDataH9.mo │ │ │ │ ├── TurbGovernorDataN3.mo │ │ │ │ ├── TurbGovernorDataN5.mo │ │ │ │ ├── TurbGovernorDataN6.mo │ │ │ │ ├── TurbGovernorDataN7.mo │ │ │ │ ├── TurbGovernorDataN8.mo │ │ │ │ ├── TurbGovernorDataCF2HP.mo │ │ │ │ ├── TurbGovernorDataCF2LP.mo │ │ │ │ ├── TurbGovernorDataCF4HP.mo │ │ │ │ ├── TurbGovernorDataCF4LP.mo │ │ │ │ ├── TurbGovernorDataCT1G.mo │ │ │ │ ├── TurbGovernorDataCT1O.mo │ │ │ │ ├── TurbGovernorDataH10.mo │ │ │ │ ├── TurbGovernorDataH12.mo │ │ │ │ ├── TurbGovernorDataH13.mo │ │ │ │ ├── TurbGovernorDataH14.mo │ │ │ │ ├── TurbGovernorDataH16.mo │ │ │ │ ├── TurbGovernorDataH17.mo │ │ │ │ ├── TurbGovernorDataH18.mo │ │ │ │ ├── TurbGovernorDataCF1HP.mo │ │ │ │ ├── TurbGovernorDataCF1LP.mo │ │ │ │ ├── TurbGovernorDataCF3HP.mo │ │ │ │ ├── TurbGovernorDataCF3LP.mo │ │ │ │ ├── TurbGovernorDataCF5HP.mo │ │ │ │ └── TurbGovernorDataCF5LP.mo │ │ │ ├── MachineData │ │ │ │ └── package.mo │ │ │ └── Hydro │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ ├── IEEE421 │ │ │ ├── ESData │ │ │ │ ├── package.order │ │ │ │ ├── DC │ │ │ │ │ ├── package.order │ │ │ │ │ └── package.mo │ │ │ │ ├── AC │ │ │ │ │ ├── package.order │ │ │ │ │ └── package.mo │ │ │ │ ├── ST │ │ │ │ │ ├── package.order │ │ │ │ │ └── package.mo │ │ │ │ └── package.mo │ │ │ ├── MachineData │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ ├── DC │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ ├── package.order │ │ │ ├── AC │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ ├── ST │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ └── PSSData │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ ├── Examples │ │ │ ├── package.order │ │ │ └── PFData │ │ │ │ ├── BusData │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ │ ├── LoadData │ │ │ │ ├── package.order │ │ │ │ ├── PFLoad00030.mo │ │ │ │ ├── PFLoad00040.mo │ │ │ │ ├── PFLoad00050.mo │ │ │ │ ├── PFLoad00060.mo │ │ │ │ ├── PFLoad00070.mo │ │ │ │ └── package.mo │ │ │ │ ├── MachineData │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ │ ├── package.order │ │ │ │ ├── PowerFlowTemplate.mo │ │ │ │ └── package.mo │ │ ├── GenerationGroup │ │ │ ├── package.order │ │ │ └── package.mo │ │ ├── package.order │ │ └── GUDynamicsTemplate.mo │ └── package.mo ├── Tests │ ├── Banks │ │ ├── package.order │ │ ├── PSSE │ │ │ ├── package.order │ │ │ └── package.mo │ │ └── package.mo │ ├── Loads │ │ ├── package.order │ │ ├── PSAT │ │ │ ├── package.order │ │ │ └── package.mo │ │ └── package.mo │ ├── Renewable │ │ ├── package.order │ │ ├── PSSE │ │ │ ├── package.order │ │ │ └── package.mo │ │ └── package.mo │ ├── Wind │ │ ├── GE │ │ │ ├── package.order │ │ │ └── package.mo │ │ ├── PSSE │ │ │ ├── package.order │ │ │ ├── WT4G │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ └── package.mo │ │ ├── PSAT │ │ │ ├── package.order │ │ │ └── package.mo │ │ ├── package.order │ │ └── package.mo │ ├── Events │ │ ├── package.order │ │ └── package.mo │ ├── Branches │ │ ├── Generic │ │ │ ├── package.order │ │ │ └── package.mo │ │ ├── PSSE │ │ │ ├── package.order │ │ │ └── package.mo │ │ ├── package.order │ │ ├── PSAT │ │ │ ├── package.order │ │ │ └── package.mo │ │ └── package.mo │ ├── Controls │ │ ├── CGMES │ │ │ ├── ES │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ ├── package.order │ │ │ ├── TG │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ └── package.mo │ │ ├── PSSE │ │ │ ├── COMP │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ ├── UEL │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ ├── PSS │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ ├── package.order │ │ │ ├── TG │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ ├── ES │ │ │ │ ├── package.mo │ │ │ │ └── package.order │ │ │ └── package.mo │ │ ├── PSAT │ │ │ ├── package.order │ │ │ ├── OEL │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ ├── AVR │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ ├── TG │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ └── package.mo │ │ ├── package.order │ │ └── package.mo │ ├── Machines │ │ ├── package.order │ │ ├── PSSE │ │ │ ├── package.order │ │ │ └── package.mo │ │ ├── package.mo │ │ └── PSAT │ │ │ ├── package.mo │ │ │ └── package.order │ ├── NonElectrical │ │ ├── package.order │ │ ├── Nonlinear │ │ │ ├── package.order │ │ │ └── package.mo │ │ └── package.mo │ ├── Solar │ │ ├── package.order │ │ ├── PSAT │ │ │ ├── package.order │ │ │ └── package.mo │ │ ├── PowerFactory │ │ │ ├── package.order │ │ │ └── package.mo │ │ └── package.mo │ ├── FACTS │ │ ├── package.order │ │ └── package.mo │ ├── ThreePhase │ │ └── package.order │ ├── Sources │ │ ├── package.order │ │ ├── package.mo │ │ ├── SourcesBehindImpedance │ │ │ ├── package.order │ │ │ └── package.mo │ │ └── SourcesWithRealInputs │ │ │ ├── package.order │ │ │ └── package.mo │ ├── BaseClasses │ │ ├── package.order │ │ └── package.mo │ └── package.order ├── Electrical │ ├── FACTS │ │ ├── package.order │ │ ├── PSAT │ │ │ ├── package.order │ │ │ └── package.mo │ │ └── package.mo │ ├── Renewables │ │ ├── package.order │ │ └── PSSE │ │ │ ├── AddOnBlocks │ │ │ ├── package.order │ │ │ └── package.mo │ │ │ ├── PlantController │ │ │ ├── BaseClasses │ │ │ │ └── package.order │ │ │ ├── package.order │ │ │ └── package.mo │ │ │ ├── WindDriveTrain │ │ │ ├── BaseClasses │ │ │ │ └── package.order │ │ │ ├── package.order │ │ │ └── package.mo │ │ │ ├── InverterInterface │ │ │ ├── package.order │ │ │ ├── BaseClasses │ │ │ │ └── package.order │ │ │ └── package.mo │ │ │ ├── ElectricalController │ │ │ ├── package.order │ │ │ ├── BaseClasses │ │ │ │ └── package.order │ │ │ └── package.mo │ │ │ ├── package.order │ │ │ └── package.mo │ ├── VSD │ │ ├── package.order │ │ ├── Generic │ │ │ ├── PowerElectronics │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ ├── ControllerLogic │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ └── package.order │ │ └── package.mo │ ├── Wind │ │ ├── GE │ │ │ ├── package.order │ │ │ ├── Type_3 │ │ │ │ ├── Generator │ │ │ │ │ ├── package.order │ │ │ │ │ └── package.mo │ │ │ │ ├── Electrical_Control │ │ │ │ │ ├── package.order │ │ │ │ │ └── package.mo │ │ │ │ ├── package.order │ │ │ │ ├── Turbine │ │ │ │ │ ├── package.order │ │ │ │ │ └── package.mo │ │ │ │ └── package.mo │ │ │ └── package.mo │ │ ├── PSAT │ │ │ ├── package.order │ │ │ ├── PSAT_Type_3 │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ └── package.mo │ │ ├── PSSE │ │ │ ├── WT3G │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ ├── WT4G │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ ├── package.order │ │ │ ├── Submodels │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ └── package.mo │ │ ├── package.order │ │ └── package.mo │ ├── Banks │ │ ├── Simulink │ │ │ ├── package.order │ │ │ └── package.mo │ │ ├── PSSE │ │ │ ├── package.order │ │ │ └── package.mo │ │ ├── package.order │ │ └── package.mo │ ├── Branches │ │ ├── Generic │ │ │ ├── package.order │ │ │ └── package.mo │ │ ├── Simulink │ │ │ ├── package.order │ │ │ ├── LTC │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ └── package.mo │ │ ├── PSSE │ │ │ ├── package.order │ │ │ └── package.mo │ │ ├── package.order │ │ ├── PSAT │ │ │ ├── package.order │ │ │ └── package.mo │ │ └── package.mo │ ├── Controls │ │ ├── CGMES │ │ │ ├── ES │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ ├── package.order │ │ │ ├── TG │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ └── package.mo │ │ ├── PSSE │ │ │ ├── COMP │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ ├── UEL │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ ├── OEL │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ ├── PSS │ │ │ │ ├── BaseClasses │ │ │ │ │ ├── package.order │ │ │ │ │ └── package.mo │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ ├── TG │ │ │ │ ├── BaseClasses │ │ │ │ │ ├── WEHGOV │ │ │ │ │ │ ├── package.order │ │ │ │ │ │ └── package.mo │ │ │ │ │ ├── package.order │ │ │ │ │ ├── GGOV1 │ │ │ │ │ │ ├── package.order │ │ │ │ │ │ └── package.mo │ │ │ │ │ └── package.mo │ │ │ │ ├── package.mo │ │ │ │ └── package.order │ │ │ ├── package.order │ │ │ ├── ES │ │ │ │ ├── BaseClasses │ │ │ │ │ ├── package.mo │ │ │ │ │ └── package.order │ │ │ │ ├── package.mo │ │ │ │ └── package.order │ │ │ └── package.mo │ │ ├── Simulink │ │ │ ├── OEL │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ ├── PSS │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ ├── package.order │ │ │ ├── TG │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ ├── ES │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ └── package.mo │ │ ├── PSAT │ │ │ ├── OEL │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ ├── package.order │ │ │ ├── AVR │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ ├── PSS │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ ├── TG │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ └── package.mo │ │ ├── package.order │ │ └── package.mo │ ├── Essentials │ │ ├── package.order │ │ └── package.mo │ ├── Machines │ │ ├── package.order │ │ ├── PSAT │ │ │ ├── BaseClasses │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ ├── package.mo │ │ │ └── package.order │ │ ├── PSSE │ │ │ ├── BaseClasses │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ ├── package.order │ │ │ └── package.mo │ │ └── package.mo │ ├── Solar │ │ ├── PSAT │ │ │ ├── package.order │ │ │ ├── ConstantPQPV │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ └── package.mo │ │ ├── PowerFactory │ │ │ ├── WECC │ │ │ │ ├── package.order │ │ │ │ ├── PVD1 │ │ │ │ │ ├── package.order │ │ │ │ │ └── package.mo │ │ │ │ └── package.mo │ │ │ ├── package.order │ │ │ ├── General │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ └── DIgSILENT │ │ │ │ ├── Auxiliary │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ ├── package.order │ │ └── package.mo │ ├── Loads │ │ ├── PSAT │ │ │ ├── BaseClasses │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ ├── package.mo │ │ │ └── package.order │ │ ├── PSSE │ │ │ ├── BaseClasses │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ ├── package.order │ │ │ └── package.mo │ │ ├── package.order │ │ ├── NoiseInjections │ │ │ ├── package.order │ │ │ ├── package.mo │ │ │ ├── WhiteNoiseInjection.mo │ │ │ └── WienerProcessInjection.mo │ │ └── package.mo │ ├── Events │ │ ├── package.order │ │ └── package.mo │ ├── ThreePhase │ │ ├── Branches │ │ │ ├── BaseClasses │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ ├── Lines │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ ├── Transformer │ │ │ │ ├── package.order │ │ │ │ └── TransfConnection │ │ │ │ │ └── package.order │ │ │ ├── package.order │ │ │ └── MonoTri │ │ │ │ ├── LineFcn │ │ │ │ └── package.order │ │ │ │ ├── MonoTriFcn │ │ │ │ └── package.order │ │ │ │ ├── package.order │ │ │ │ └── TransformerFcn │ │ │ │ └── package.order │ │ ├── Banks │ │ │ ├── package.order │ │ │ └── package.mo │ │ ├── package.order │ │ ├── Buses │ │ │ └── package.order │ │ └── Loads │ │ │ ├── package.order │ │ │ └── package.mo │ ├── Sensors │ │ ├── package.order │ │ └── package.mo │ ├── Buses │ │ ├── package.order │ │ └── package.mo │ ├── Sources │ │ ├── SourceBehindImpedance │ │ │ ├── BaseClasses │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ ├── package.order │ │ │ └── VoltageSources │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ ├── package.order │ │ └── package.mo │ ├── package.mo │ └── package.order ├── Icons │ ├── package.order │ └── package.mo ├── Examples │ ├── AKD │ │ ├── System │ │ │ ├── package.order │ │ │ └── package.mo │ │ ├── package.order │ │ ├── Components │ │ │ └── package.order │ │ └── Data │ │ │ ├── package.order │ │ │ └── package.mo │ ├── Microgrids │ │ ├── package.order │ │ ├── IEEEMicrogrid │ │ │ ├── GeneratorGroups │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ ├── package.order │ │ │ ├── Data │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ └── package.mo │ │ └── package.mo │ ├── N44 │ │ ├── package.order │ │ ├── Base_Case │ │ │ ├── Data │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ ├── package.order │ │ │ ├── Generators │ │ │ │ ├── package.mo │ │ │ │ └── package.order │ │ │ └── package.mo │ │ ├── Original │ │ │ ├── package.order │ │ │ ├── Data │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ ├── Generators │ │ │ │ ├── package.mo │ │ │ │ └── package.order │ │ │ └── package.mo │ │ └── package.mo │ ├── OpenCPS │ │ ├── Breakers │ │ │ └── package.order │ │ ├── Generators │ │ │ └── package.order │ │ ├── NoiseInjections │ │ │ ├── package.order │ │ │ └── package.mo │ │ ├── Controls │ │ │ └── package.order │ │ └── package.order │ ├── TwoAreas │ │ ├── Groups │ │ │ ├── package.order │ │ │ ├── PSSE │ │ │ │ ├── package.order │ │ │ │ ├── AVR │ │ │ │ │ ├── package.order │ │ │ │ │ └── package.mo │ │ │ │ └── package.mo │ │ │ └── PSAT │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ ├── Data │ │ │ └── package.order │ │ ├── Support │ │ │ ├── package.order │ │ │ └── package.mo │ │ └── package.order │ ├── SevenBus │ │ ├── Generators │ │ │ └── package.order │ │ └── package.order │ ├── IEEE14 │ │ ├── package.order │ │ └── Generation_Groups │ │ │ └── package.order │ ├── IEEE9 │ │ ├── Generation_Groups │ │ │ └── package.order │ │ └── package.order │ ├── NamsskoganGrid │ │ └── package.order │ ├── Tutorial │ │ ├── Example_4 │ │ │ ├── Utilities │ │ │ │ ├── package.order │ │ │ │ ├── package.mo │ │ │ │ └── saveTotalSMIBModel.mo │ │ │ ├── BaseModels │ │ │ │ ├── BaseNetwork │ │ │ │ │ ├── package.order │ │ │ │ │ └── package.mo │ │ │ │ ├── package.order │ │ │ │ ├── GeneratingUnits │ │ │ │ │ ├── package.order │ │ │ │ │ └── package.mo │ │ │ │ └── package.mo │ │ │ ├── PFData │ │ │ │ ├── BusData │ │ │ │ │ ├── package.order │ │ │ │ │ └── package.mo │ │ │ │ ├── LoadData │ │ │ │ │ ├── package.order │ │ │ │ │ ├── package.mo │ │ │ │ │ └── PFLoad00000.mo │ │ │ │ ├── TrafoData │ │ │ │ │ ├── package.order │ │ │ │ │ ├── TrafoTemplate.mo │ │ │ │ │ ├── package.mo │ │ │ │ │ └── PFTrafo00000.mo │ │ │ │ ├── MachineData │ │ │ │ │ ├── package.order │ │ │ │ │ └── package.mo │ │ │ │ ├── package.order │ │ │ │ ├── PowerFlowTemplate.mo │ │ │ │ └── package.mo │ │ │ ├── Experiments │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ ├── package.order │ │ │ └── Instructions │ │ │ │ └── package.order │ │ ├── Example_3 │ │ │ ├── package.order │ │ │ └── Generation_Groups │ │ │ │ └── package.order │ │ ├── Example_2 │ │ │ ├── package.order │ │ │ └── Generator │ │ │ │ └── package.order │ │ ├── package.order │ │ ├── Example_1 │ │ │ ├── Generator │ │ │ │ └── package.order │ │ │ ├── Network │ │ │ │ └── package.order │ │ │ └── package.order │ │ └── Additional_Material │ │ │ └── OpenModelica Connection Editor.lnk │ ├── DAEMode │ │ ├── SMIB_Examples │ │ │ ├── Example_2 │ │ │ │ ├── Generator │ │ │ │ │ ├── package.order │ │ │ │ │ └── package.mo │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ ├── Example_1Mod │ │ │ │ ├── Generator │ │ │ │ │ ├── package.order │ │ │ │ │ └── package.mo │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ ├── package.order │ │ │ ├── Example_1 │ │ │ │ ├── Generator │ │ │ │ │ ├── package.order │ │ │ │ │ └── package.mo │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ └── package.mo │ │ ├── N44_Base_Case_Systems │ │ │ ├── Generators │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ ├── package.order │ │ │ └── package.mo │ │ ├── package.order │ │ └── N44_Original_Systems │ │ │ ├── package.order │ │ │ └── package.mo │ ├── PSATSystems │ │ ├── Discretization │ │ │ ├── DiscreteAVR │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ └── package.order │ │ ├── package.order │ │ ├── ThreeArea │ │ │ ├── BaseClasses │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ ├── package.mo │ │ │ └── package.order │ │ ├── TwoArea │ │ │ ├── BaseClasses │ │ │ │ ├── package.order │ │ │ │ └── package.mo │ │ │ ├── package.order │ │ │ └── package.mo │ │ └── TwoAreaOld │ │ │ ├── BaseClasses │ │ │ ├── package.order │ │ │ └── package.mo │ │ │ ├── package.mo │ │ │ └── package.order │ ├── RaPIdExperiments │ │ ├── Line_Aggregation │ │ │ └── package.order │ │ ├── package.order │ │ └── Generator_Aggregation │ │ │ └── package.order │ ├── KundurSMIB │ │ ├── Generation_Groups │ │ │ └── package.order │ │ └── package.order │ └── package.order ├── Interfaces │ ├── package.order │ └── package.mo ├── NonElectrical │ ├── package.order │ ├── Functions │ │ ├── package.order │ │ └── package.mo │ ├── Logical │ │ ├── package.order │ │ └── package.mo │ ├── Nonlinear │ │ ├── package.order │ │ └── package.mo │ ├── package.mo │ └── Continuous │ │ └── package.order ├── UsersGuide │ ├── ReleaseNotes │ │ ├── package.order │ │ └── package.mo │ └── package.order ├── Resources │ ├── docs │ │ └── ULTC │ │ │ ├── ultc.pdf │ │ │ └── src │ │ │ └── figs │ │ │ ├── n.pdf │ │ │ ├── pd.pdf │ │ │ ├── vm.pdf │ │ │ ├── x1.pdf │ │ │ ├── y2.pdf │ │ │ ├── y6.pdf │ │ │ ├── vbus4.pdf │ │ │ └── PowerSystem_tap.pdf │ ├── images │ │ ├── OpenIPSL_Logo.png │ │ ├── WindGenerator.png │ │ └── example_4 │ │ │ ├── SMIBSystem.png │ │ │ ├── PfRecordCreationWorkflow.png │ │ │ ├── PFRecordCreation │ │ │ ├── RefreshButton.png │ │ │ ├── PFDataPackageStructure.png │ │ │ ├── SaveTotalModelFunction.png │ │ │ ├── ComponentReferenceToPFRecord.png │ │ │ ├── PowerFlowRecordInstantiation.png │ │ │ └── FolderStructureForSMIBProject.png │ │ │ ├── PopulatingRecords │ │ │ ├── EditButton.png │ │ │ ├── PSSEFilesFolder.png │ │ │ ├── FilesAfterPFPopulation.png │ │ │ ├── InspectPFRecordValues.png │ │ │ ├── ChoosePopulatedPFRecord.png │ │ │ ├── BusVoltageAndAngleValuesExample.png │ │ │ └── SimulationResultsWithInitialSSResponse.png │ │ │ ├── AutomatingAnalysis │ │ │ ├── ExpandButton.png │ │ │ ├── CloseAllResults.png │ │ │ ├── ReplaceableLoad.png │ │ │ ├── RunAndCompareFunction.png │ │ │ ├── CreateSMIBVarLoadModel.png │ │ │ ├── SettingFaultParameters.png │ │ │ ├── ChangeClassToLoadWithVariation.png │ │ │ ├── SettingVariableLoadParameters.png │ │ │ ├── GeneratedPowerAndBusVoltagePlots.png │ │ │ └── ChangeClassToMachineWithTurbGovernorPSS.png │ │ │ ├── SMIBSystemAssembly │ │ │ ├── FinalSMIBModel.png │ │ │ ├── LineParameters.png │ │ │ ├── AddingGENROEBlock.png │ │ │ ├── FaultBlockParameters.png │ │ │ ├── SMIBModelConnections.png │ │ │ ├── SMIBPackageCreation.png │ │ │ ├── GENCLSMachineParameters.png │ │ │ ├── GENROEMachineParameters.png │ │ │ ├── InitialPackageStructure.png │ │ │ ├── UpdatedPackageStructure.png │ │ │ ├── DefaultGENROEConnections.png │ │ │ ├── GENROEParameterPropagation.png │ │ │ └── InfiniteBusModelCreation.png │ │ │ └── DefiningGenerationGroups │ │ │ ├── ResultsToKeep.png │ │ │ ├── ConnectingPSSBlock.png │ │ │ ├── ReplaceableGenerator.png │ │ │ ├── SettingPSS2AParameters.png │ │ │ ├── AdjustDiagramCoordinates.png │ │ │ ├── AdjustDiagramCoordinatesB.png │ │ │ ├── CreateGeneratorTurbGovAVR.png │ │ │ ├── SettingESST1AParameters.png │ │ │ ├── SettingIEEEG1Parameters.png │ │ │ ├── ConnectingTurbineGovernorBlock.png │ │ │ ├── CreateGeneratorTurbGovAVRPSS.png │ │ │ ├── GeneratorTurbGovModelCreation.png │ │ │ ├── ReplaceableGenerationUnitIcon.png │ │ │ ├── ConnectingExcitationSystemBlock.png │ │ │ ├── ChangeClassToMachineWithTurbGovernor.png │ │ │ └── ChangeClassToMachineWithTurbGovernorPSS.png │ └── utils │ │ └── pf2rec │ │ └── __init__.py └── package.order ├── .github └── legal │ ├── signatures │ └── version1 │ │ └── .placeholder │ └── docs │ └── License-Agreement-Change.pdf ├── .CI ├── checkHTMLDoc │ └── __init__.py └── old-travis │ ├── CIcheck │ ├── checkFAIL.mo │ └── checkPASS.mo │ └── .DEACTIVATEDtravis.yml ├── .gitignore └── .gitattributes /OpenIPSL/Data/package.order: -------------------------------------------------------------------------------- 1 | PowerPlant 2 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Banks/package.order: -------------------------------------------------------------------------------- 1 | PSSE 2 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Loads/package.order: -------------------------------------------------------------------------------- 1 | PSAT 2 | -------------------------------------------------------------------------------- /.github/legal/signatures/version1/.placeholder: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/FACTS/package.order: -------------------------------------------------------------------------------- 1 | PSAT 2 | -------------------------------------------------------------------------------- /OpenIPSL/Icons/package.order: -------------------------------------------------------------------------------- 1 | VerifiedModel 2 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Renewable/package.order: -------------------------------------------------------------------------------- 1 | PSSE 2 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Wind/GE/package.order: -------------------------------------------------------------------------------- 1 | WT_Test 2 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Wind/PSSE/package.order: -------------------------------------------------------------------------------- 1 | WT4G 2 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Renewables/package.order: -------------------------------------------------------------------------------- 1 | PSSE 2 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/VSD/package.order: -------------------------------------------------------------------------------- 1 | Generic 2 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Wind/GE/package.order: -------------------------------------------------------------------------------- 1 | Type_3 2 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/AKD/System/package.order: -------------------------------------------------------------------------------- 1 | AKD 2 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Banks/PSSE/package.order: -------------------------------------------------------------------------------- 1 | CSVGN1 2 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Events/package.order: -------------------------------------------------------------------------------- 1 | TestBreaker 2 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Wind/PSAT/package.order: -------------------------------------------------------------------------------- 1 | WT_Test 2 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Banks/Simulink/package.order: -------------------------------------------------------------------------------- 1 | Shunt 2 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Branches/Generic/package.order: -------------------------------------------------------------------------------- 1 | ULTC 2 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Controls/CGMES/ES/package.order: -------------------------------------------------------------------------------- 1 | ExcSEXS 2 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Controls/CGMES/package.order: -------------------------------------------------------------------------------- 1 | ES 2 | TG 3 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Controls/PSSE/COMP/package.order: -------------------------------------------------------------------------------- 1 | IEEEVC 2 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Controls/PSSE/UEL/package.order: -------------------------------------------------------------------------------- 1 | MNLEX2 2 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Machines/package.order: -------------------------------------------------------------------------------- 1 | PSAT 2 | PSSE 3 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/NonElectrical/package.order: -------------------------------------------------------------------------------- 1 | Nonlinear 2 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Wind/package.order: -------------------------------------------------------------------------------- 1 | GE 2 | PSAT 3 | PSSE 4 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Branches/Generic/package.order: -------------------------------------------------------------------------------- 1 | ULTC 2 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Branches/Simulink/package.order: -------------------------------------------------------------------------------- 1 | LTC 2 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Controls/CGMES/ES/package.order: -------------------------------------------------------------------------------- 1 | ExcSEXS 2 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Controls/CGMES/package.order: -------------------------------------------------------------------------------- 1 | ES 2 | TG 3 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Controls/PSSE/COMP/package.order: -------------------------------------------------------------------------------- 1 | IEEEVC 2 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Controls/PSSE/UEL/package.order: -------------------------------------------------------------------------------- 1 | MNLEX2 2 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Controls/Simulink/OEL/package.order: -------------------------------------------------------------------------------- 1 | OEL 2 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Controls/Simulink/PSS/package.order: -------------------------------------------------------------------------------- 1 | PSS 2 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Essentials/package.order: -------------------------------------------------------------------------------- 1 | pfComponent 2 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Machines/package.order: -------------------------------------------------------------------------------- 1 | PSAT 2 | PSSE 3 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Solar/PSAT/package.order: -------------------------------------------------------------------------------- 1 | ConstantPQPV 2 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Wind/PSAT/package.order: -------------------------------------------------------------------------------- 1 | PSAT_Type_3 2 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/Microgrids/package.order: -------------------------------------------------------------------------------- 1 | IEEEMicrogrid 2 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/N44/package.order: -------------------------------------------------------------------------------- 1 | Original 2 | Base_Case 3 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/OpenCPS/Breakers/package.order: -------------------------------------------------------------------------------- 1 | Breaker 2 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Solar/package.order: -------------------------------------------------------------------------------- 1 | PSAT 2 | PowerFactory 3 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Wind/PSSE/WT4G/package.order: -------------------------------------------------------------------------------- 1 | WT4G1 2 | WT4E1 3 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/FACTS/PSAT/package.order: -------------------------------------------------------------------------------- 1 | STATCOM 2 | TCSC 3 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Solar/PowerFactory/WECC/package.order: -------------------------------------------------------------------------------- 1 | PVD1 2 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Solar/package.order: -------------------------------------------------------------------------------- 1 | PSAT 2 | PowerFactory 3 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Wind/PSSE/WT3G/package.order: -------------------------------------------------------------------------------- 1 | WT3G1 2 | WT3E1 3 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Wind/PSSE/WT4G/package.order: -------------------------------------------------------------------------------- 1 | WT4G1 2 | WT4E1 3 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/N44/Base_Case/Data/package.order: -------------------------------------------------------------------------------- 1 | PF_results 2 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/OpenCPS/Generators/package.order: -------------------------------------------------------------------------------- 1 | G1 2 | G2 3 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/TwoAreas/Groups/package.order: -------------------------------------------------------------------------------- 1 | PSAT 2 | PSSE 3 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Branches/PSSE/package.order: -------------------------------------------------------------------------------- 1 | TwoWindingTransformer 2 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Branches/package.order: -------------------------------------------------------------------------------- 1 | Generic 2 | PSAT 3 | PSSE 4 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Controls/PSAT/package.order: -------------------------------------------------------------------------------- 1 | AVR 2 | OEL 3 | TG 4 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Controls/package.order: -------------------------------------------------------------------------------- 1 | CGMES 2 | PSAT 3 | PSSE 4 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/FACTS/package.order: -------------------------------------------------------------------------------- 1 | STATCOM_Test 2 | TCSC_Test 3 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/NonElectrical/Nonlinear/package.order: -------------------------------------------------------------------------------- 1 | Div0Block 2 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Banks/PSSE/package.order: -------------------------------------------------------------------------------- 1 | CSVGN1 2 | Shunt 3 | SVC 4 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Branches/PSSE/package.order: -------------------------------------------------------------------------------- 1 | TwoWindingTransformer 2 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Controls/CGMES/TG/package.order: -------------------------------------------------------------------------------- 1 | GovHydroIEEE0 2 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Loads/PSAT/BaseClasses/package.order: -------------------------------------------------------------------------------- 1 | baseLoad 2 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Loads/PSSE/BaseClasses/package.order: -------------------------------------------------------------------------------- 1 | baseLoad 2 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Solar/PSAT/ConstantPQPV/package.order: -------------------------------------------------------------------------------- 1 | PQ1 2 | PV1 3 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Wind/GE/Type_3/Generator/package.order: -------------------------------------------------------------------------------- 1 | Generator 2 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/AKD/package.order: -------------------------------------------------------------------------------- 1 | Components 2 | System 3 | Data 4 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/SevenBus/Generators/package.order: -------------------------------------------------------------------------------- 1 | G1 2 | G2 3 | G3 4 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/TwoAreas/Data/package.order: -------------------------------------------------------------------------------- 1 | PF1 2 | PF2 3 | PF3 4 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Controls/CGMES/TG/package.order: -------------------------------------------------------------------------------- 1 | GovHydroIEEE0_Test 2 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Controls/PSAT/OEL/package.order: -------------------------------------------------------------------------------- 1 | AVRTypeII_OEL_Test 2 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Solar/PSAT/package.order: -------------------------------------------------------------------------------- 1 | SolarPVTest 2 | SolarPQTest 3 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Solar/PowerFactory/package.order: -------------------------------------------------------------------------------- 1 | DIgSILENT_PV 2 | PVD1 3 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/Steam/package.order: -------------------------------------------------------------------------------- 1 | Fossil 2 | Nuclear 3 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/IEEE421/ESData/package.order: -------------------------------------------------------------------------------- 1 | DC 2 | AC 3 | ST 4 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Controls/PSAT/OEL/package.order: -------------------------------------------------------------------------------- 1 | OEL 2 | FieldCurrent 3 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Controls/PSAT/package.order: -------------------------------------------------------------------------------- 1 | AVR 2 | OEL 3 | PSS 4 | TG 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Controls/PSSE/OEL/package.order: -------------------------------------------------------------------------------- 1 | OEL 2 | IF_comparisor 3 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Controls/PSSE/PSS/BaseClasses/package.order: -------------------------------------------------------------------------------- 1 | BasePSS 2 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Events/package.order: -------------------------------------------------------------------------------- 1 | Breaker 2 | PwFault 3 | PwFaultPQ 4 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Loads/package.order: -------------------------------------------------------------------------------- 1 | PSAT 2 | PSSE 3 | NoiseInjections 4 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Machines/PSAT/BaseClasses/package.order: -------------------------------------------------------------------------------- 1 | baseMachine 2 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/ThreePhase/Branches/BaseClasses/package.order: -------------------------------------------------------------------------------- 1 | baseLine 2 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Wind/PSSE/package.order: -------------------------------------------------------------------------------- 1 | WT3G 2 | WT4G 3 | Submodels 4 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/IEEE14/package.order: -------------------------------------------------------------------------------- 1 | IEEE_14_Buses 2 | Generation_Groups 3 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/SevenBus/package.order: -------------------------------------------------------------------------------- 1 | Network 2 | Generators 3 | Data 4 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/TwoAreas/Groups/PSSE/package.order: -------------------------------------------------------------------------------- 1 | No_Controls 2 | AVR 3 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/TwoAreas/Support/package.order: -------------------------------------------------------------------------------- 1 | PF_TwoAreas 2 | Generator 3 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Controls/PSSE/PSS/package.order: -------------------------------------------------------------------------------- 1 | IEEEST 2 | PSS2A 3 | PSS2B 4 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/ThreePhase/package.order: -------------------------------------------------------------------------------- 1 | IEEE4 2 | IEEE4_MonoTri 3 | IEEE13 4 | -------------------------------------------------------------------------------- /.CI/checkHTMLDoc/__init__.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python 2 | # -*- coding: utf-8 -*- 3 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Examples/package.order: -------------------------------------------------------------------------------- 1 | Anderson 2 | IEEE421 3 | PFData 4 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Controls/Simulink/package.order: -------------------------------------------------------------------------------- 1 | OEL 2 | PSS 3 | ES 4 | TG 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Controls/package.order: -------------------------------------------------------------------------------- 1 | CGMES 2 | PSAT 3 | PSSE 4 | Simulink 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Renewables/PSSE/AddOnBlocks/package.order: -------------------------------------------------------------------------------- 1 | IrradianceToPower 2 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Sensors/package.order: -------------------------------------------------------------------------------- 1 | PwVoltage 2 | PwCurrent 3 | SoftPMU 4 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/VSD/Generic/PowerElectronics/package.order: -------------------------------------------------------------------------------- 1 | AC2DCandDC2AC 2 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Wind/package.order: -------------------------------------------------------------------------------- 1 | GE 2 | PSAT 3 | PSSE 4 | WindGenerator 5 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/IEEE9/Generation_Groups/package.order: -------------------------------------------------------------------------------- 1 | Gen1 2 | Gen2 3 | Gen3 4 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/NamsskoganGrid/package.order: -------------------------------------------------------------------------------- 1 | Grid_Model 2 | StaticCondenser 3 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/Tutorial/Example_4/Utilities/package.order: -------------------------------------------------------------------------------- 1 | saveTotalSMIBModel 2 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/TwoAreas/Groups/PSAT/package.order: -------------------------------------------------------------------------------- 1 | G1 2 | G2 3 | G3 4 | G4 5 | -------------------------------------------------------------------------------- /OpenIPSL/Interfaces/package.order: -------------------------------------------------------------------------------- 1 | PwPin 2 | PwPin_p 3 | PwPin_n 4 | Generator 5 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Controls/PSAT/AVR/package.order: -------------------------------------------------------------------------------- 1 | AVRTypeI_Test 2 | AVRTypeII_Test 3 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Controls/PSSE/package.order: -------------------------------------------------------------------------------- 1 | ES 2 | TG 3 | PSS 4 | COMP 5 | UEL 6 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/GenerationGroup/package.order: -------------------------------------------------------------------------------- 1 | Generator1 2 | Generator2 3 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Solar/PowerFactory/package.order: -------------------------------------------------------------------------------- 1 | General 2 | DIgSILENT 3 | WECC 4 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/VSD/Generic/ControllerLogic/package.order: -------------------------------------------------------------------------------- 1 | VoltsHertzController 2 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/VSD/Generic/package.order: -------------------------------------------------------------------------------- 1 | PowerElectronics 2 | ControllerLogic 3 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/AKD/Components/package.order: -------------------------------------------------------------------------------- 1 | Gen_no_contr 2 | Gen_gov_exc_stab 3 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/DAEMode/SMIB_Examples/Example_2/Generator/package.order: -------------------------------------------------------------------------------- 1 | Generator 2 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/Tutorial/Example_3/package.order: -------------------------------------------------------------------------------- 1 | Generation_Groups 2 | Example_3 3 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/TwoAreas/Groups/PSSE/AVR/package.order: -------------------------------------------------------------------------------- 1 | G1 2 | G2 3 | G3 4 | G4 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Buses/package.order: -------------------------------------------------------------------------------- 1 | Bus 2 | BusExt 3 | InfiniteBus 4 | InternalBus 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Controls/PSAT/AVR/package.order: -------------------------------------------------------------------------------- 1 | AVRTypeI 2 | AVRTypeII 3 | AVRtypeIII 4 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Controls/PSAT/PSS/package.order: -------------------------------------------------------------------------------- 1 | PSSTypeI 2 | PSSTypeII 3 | PSSTypeIII 4 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Machines/PSSE/BaseClasses/package.order: -------------------------------------------------------------------------------- 1 | baseMachine 2 | baseMotor 3 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Renewables/PSSE/PlantController/BaseClasses/package.order: -------------------------------------------------------------------------------- 1 | BaseREPC 2 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Renewables/PSSE/PlantController/package.order: -------------------------------------------------------------------------------- 1 | REPCA1 2 | BaseClasses 3 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Renewables/PSSE/WindDriveTrain/BaseClasses/package.order: -------------------------------------------------------------------------------- 1 | BaseWTDT 2 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Renewables/PSSE/WindDriveTrain/package.order: -------------------------------------------------------------------------------- 1 | WTDTA1 2 | BaseClasses 3 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Wind/PSSE/Submodels/package.order: -------------------------------------------------------------------------------- 1 | LVACL 2 | HVRCL 3 | LVPL 4 | CCL 5 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/AKD/Data/package.order: -------------------------------------------------------------------------------- 1 | AKD_PF_powers 2 | AKD_PF_voltages 3 | PF_data 4 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/DAEMode/N44_Base_Case_Systems/Generators/package.order: -------------------------------------------------------------------------------- 1 | GenEventTest 2 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/DAEMode/SMIB_Examples/Example_1Mod/Generator/package.order: -------------------------------------------------------------------------------- 1 | Generator 2 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/DAEMode/SMIB_Examples/Example_1Mod/package.order: -------------------------------------------------------------------------------- 1 | Generator 2 | Network 3 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/DAEMode/SMIB_Examples/Example_2/package.order: -------------------------------------------------------------------------------- 1 | Generator 2 | Network 3 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/N44/Base_Case/package.order: -------------------------------------------------------------------------------- 1 | Nordic44_Base_Case 2 | Data 3 | Generators 4 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/PSATSystems/Discretization/DiscreteAVR/package.order: -------------------------------------------------------------------------------- 1 | AVRTypeII_discrete 2 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/Tutorial/Example_2/package.order: -------------------------------------------------------------------------------- 1 | Example_2 2 | Generator 3 | root_locus 4 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/Tutorial/Example_4/BaseModels/BaseNetwork/package.order: -------------------------------------------------------------------------------- 1 | SMIBPartial 2 | -------------------------------------------------------------------------------- /OpenIPSL/NonElectrical/package.order: -------------------------------------------------------------------------------- 1 | Continuous 2 | Functions 3 | Logical 4 | Nonlinear 5 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Sources/package.order: -------------------------------------------------------------------------------- 1 | SourcesBehindImpedance 2 | SourcesWithRealInputs 3 | -------------------------------------------------------------------------------- /OpenIPSL/UsersGuide/ReleaseNotes/package.order: -------------------------------------------------------------------------------- 1 | v301 2 | v300 3 | v200 4 | v150 5 | v100 6 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/IEEE421/MachineData/package.order: -------------------------------------------------------------------------------- 1 | MachineDataTemplate 2 | Machine1 3 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Branches/package.order: -------------------------------------------------------------------------------- 1 | PwLine 2 | Generic 3 | Simulink 4 | PSSE 5 | PSAT 6 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Controls/PSSE/TG/BaseClasses/WEHGOV/package.order: -------------------------------------------------------------------------------- 1 | Governor 2 | Turbine 3 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Controls/PSSE/package.order: -------------------------------------------------------------------------------- 1 | COMP 2 | ES 3 | OEL 4 | PSS 5 | TG 6 | UEL 7 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Controls/Simulink/TG/package.order: -------------------------------------------------------------------------------- 1 | TurbineTm 2 | TurbinePm 3 | Governor 4 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Renewables/PSSE/InverterInterface/package.order: -------------------------------------------------------------------------------- 1 | REGCA1 2 | BaseClasses 3 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Sources/SourceBehindImpedance/BaseClasses/package.order: -------------------------------------------------------------------------------- 1 | baseVoltageSource 2 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Sources/SourceBehindImpedance/package.order: -------------------------------------------------------------------------------- 1 | BaseClasses 2 | VoltageSources 3 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/ThreePhase/Banks/package.order: -------------------------------------------------------------------------------- 1 | CapacitorBank_3Ph 2 | CapacitorBank_1Ph 3 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/ThreePhase/Branches/Lines/package.order: -------------------------------------------------------------------------------- 1 | Line_1Ph 2 | Line_2Ph 3 | Line_3Ph 4 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/DAEMode/SMIB_Examples/package.order: -------------------------------------------------------------------------------- 1 | Example_1 2 | Example_1Mod 3 | Example_2 4 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/Microgrids/IEEEMicrogrid/GeneratorGroups/package.order: -------------------------------------------------------------------------------- 1 | DieselGeneratorUnit 2 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/N44/Original/package.order: -------------------------------------------------------------------------------- 1 | Nordic44_Original_Case 2 | Data 3 | Generators 4 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/Tutorial/Example_2/Generator/package.order: -------------------------------------------------------------------------------- 1 | Step_1 2 | Step_2 3 | Generator 4 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/Tutorial/Example_3/Generation_Groups/package.order: -------------------------------------------------------------------------------- 1 | Gen1 2 | Gen2 3 | Gen3 4 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/Tutorial/Example_4/BaseModels/package.order: -------------------------------------------------------------------------------- 1 | GeneratingUnits 2 | BaseNetwork 3 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/Tutorial/Example_4/PFData/BusData/package.order: -------------------------------------------------------------------------------- 1 | BusTemplate 2 | PFBus00000 3 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/Tutorial/package.order: -------------------------------------------------------------------------------- 1 | Example_1 2 | Example_2 3 | Example_3 4 | Example_4 5 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/IEEE421/DC/package.order: -------------------------------------------------------------------------------- 1 | DC1A1 2 | DC2A1 3 | DC3A1 4 | DC3A2 5 | DC4B1 6 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Controls/PSSE/TG/BaseClasses/package.order: -------------------------------------------------------------------------------- 1 | GGOV1 2 | WEHGOV 3 | BaseGovernor 4 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Controls/Simulink/ES/package.order: -------------------------------------------------------------------------------- 1 | ExcitationSystem 2 | ExcitationSystemKp0 3 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/IEEE9/package.order: -------------------------------------------------------------------------------- 1 | IEEE_9_Buses 2 | IEEE_9_Buses_Statcom 3 | Generation_Groups 4 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/Microgrids/IEEEMicrogrid/package.order: -------------------------------------------------------------------------------- 1 | IEEEMicrogrid 2 | GeneratorGroups 3 | Data 4 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/PSATSystems/package.order: -------------------------------------------------------------------------------- 1 | TwoAreaOld 2 | TwoArea 3 | ThreeArea 4 | Discretization 5 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/Tutorial/Example_4/PFData/LoadData/package.order: -------------------------------------------------------------------------------- 1 | LoadTemplate 2 | PFLoad00000 3 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/Tutorial/Example_4/PFData/TrafoData/package.order: -------------------------------------------------------------------------------- 1 | TrafoTemplate 2 | PFTrafo00000 3 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/Combustion/package.order: -------------------------------------------------------------------------------- 1 | AndersonCT1O 2 | AndersonCT1G 3 | AndersonCT2 4 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/IEEE421/package.order: -------------------------------------------------------------------------------- 1 | DC 2 | AC 3 | ST 4 | MachineData 5 | ESData 6 | PSSData 7 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Sources/SourceBehindImpedance/VoltageSources/package.order: -------------------------------------------------------------------------------- 1 | VSource 2 | VSourceIO 3 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/ThreePhase/Branches/Transformer/package.order: -------------------------------------------------------------------------------- 1 | Transformer_3Ph 2 | TransfConnection 3 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/ThreePhase/Branches/package.order: -------------------------------------------------------------------------------- 1 | Lines 2 | MonoTri 3 | Transformer 4 | BaseClasses 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Wind/GE/Type_3/Electrical_Control/package.order: -------------------------------------------------------------------------------- 1 | Electrical_Control 2 | lim_exc_s1 3 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Wind/GE/Type_3/package.order: -------------------------------------------------------------------------------- 1 | Electrical_Control 2 | Generator 3 | Turbine 4 | GE_WT 5 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/DAEMode/SMIB_Examples/Example_1/Generator/package.order: -------------------------------------------------------------------------------- 1 | Generator 2 | GenEventTest 3 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/DAEMode/package.order: -------------------------------------------------------------------------------- 1 | SMIB_Examples 2 | N44_Original_Systems 3 | N44_Base_Case_Systems 4 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/RaPIdExperiments/Line_Aggregation/package.order: -------------------------------------------------------------------------------- 1 | Reference_system 2 | Aggregated_system 3 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/RaPIdExperiments/package.order: -------------------------------------------------------------------------------- 1 | Line_Aggregation 2 | Generator_Aggregation 3 | Mostar 4 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/Tutorial/Example_1/Generator/package.order: -------------------------------------------------------------------------------- 1 | Step_1 2 | Step_2 3 | Step_3 4 | Generator 5 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/Tutorial/Example_4/Experiments/package.order: -------------------------------------------------------------------------------- 1 | SMIB 2 | SMIBVarLoad 3 | RunAndCompare 4 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/Tutorial/Example_4/PFData/MachineData/package.order: -------------------------------------------------------------------------------- 1 | MachineTemplate 2 | PFMachine00000 3 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/IEEE421/AC/package.order: -------------------------------------------------------------------------------- 1 | AC1A1 2 | AC2A1 3 | AC7B1 4 | AC7B2 5 | AC7B3 6 | AC8B1 7 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/IEEE421/ST/package.order: -------------------------------------------------------------------------------- 1 | ESST1A1 2 | ESST1A2 3 | ESST2A1 4 | ESST4B1 5 | ESST4B2 6 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Renewables/PSSE/InverterInterface/BaseClasses/package.order: -------------------------------------------------------------------------------- 1 | BaseREGC 2 | LVACM 3 | LVPL 4 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/ThreePhase/package.order: -------------------------------------------------------------------------------- 1 | Banks 2 | Branches 3 | Buses 4 | Loads 5 | ThreePhaseComponent 6 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/RaPIdExperiments/Generator_Aggregation/package.order: -------------------------------------------------------------------------------- 1 | Reference_system 2 | Aggregated_system 3 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/Tutorial/Example_1/Network/package.order: -------------------------------------------------------------------------------- 1 | Step_1 2 | Step_2 3 | Step_3 4 | Step_4 5 | Step_5 6 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/Tutorial/Example_1/package.order: -------------------------------------------------------------------------------- 1 | Example_1 2 | Generator 3 | Network 4 | modal_analysis 5 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Renewable/PSSE/package.order: -------------------------------------------------------------------------------- 1 | BESSPlant 2 | PVPlant 3 | PVPlantSolarIrradiance 4 | WindPlant 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/ThreePhase/Branches/MonoTri/LineFcn/package.order: -------------------------------------------------------------------------------- 1 | MT_InfiniteImpedances 2 | MT_FiniteImpedance 3 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/DAEMode/SMIB_Examples/Example_1/package.order: -------------------------------------------------------------------------------- 1 | Generator 2 | Network1 3 | Network2 4 | Network3 5 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/KundurSMIB/Generation_Groups/package.order: -------------------------------------------------------------------------------- 1 | Generator 2 | Generator_AVR 3 | Generator_AVR_PSS 4 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Machines/PSSE/package.order: -------------------------------------------------------------------------------- 1 | GEN 2 | GENCLS 3 | GENROE 4 | GENROU 5 | GENSAE 6 | GENSAL 7 | GENTPJ 8 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Loads/PSSE/package.order: -------------------------------------------------------------------------------- 1 | Load 2 | Load_switch 3 | Load_variation 4 | Load_ExtInput 5 | BaseClasses 6 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Renewables/PSSE/ElectricalController/package.order: -------------------------------------------------------------------------------- 1 | REECA1 2 | REECB1 3 | REECCU1 4 | BaseClasses 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Sources/package.order: -------------------------------------------------------------------------------- 1 | VoltageSourceReImInput 2 | CurrentSourceReImInput 3 | SourceBehindImpedance 4 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/ThreePhase/Branches/MonoTri/MonoTriFcn/package.order: -------------------------------------------------------------------------------- 1 | Inverse 2 | PositiveFilter 3 | NegZerFilter 4 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/ThreePhase/Buses/package.order: -------------------------------------------------------------------------------- 1 | InfiniteBus 2 | Bus_3Ph 3 | Bus_2Ph 4 | Bus_1Ph 5 | MeasurementBus 6 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/KundurSMIB/package.order: -------------------------------------------------------------------------------- 1 | SMIB 2 | SMIB_AVR 3 | SMIB_AVR_PSS 4 | Generation_Groups 5 | SMIB_Partial 6 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/OpenCPS/NoiseInjections/package.order: -------------------------------------------------------------------------------- 1 | WhiteNoiseInjection 2 | WienerProcessInjection 3 | BaseClass 4 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/Tutorial/Example_4/package.order: -------------------------------------------------------------------------------- 1 | Instructions 2 | Experiments 3 | BaseModels 4 | Utilities 5 | PFData 6 | -------------------------------------------------------------------------------- /OpenIPSL/NonElectrical/Functions/package.order: -------------------------------------------------------------------------------- 1 | displayPower 2 | div0protect 3 | ImSE 4 | ImSE_exp 5 | SE 6 | SE_exp 7 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Branches/Simulink/LTC/package.order: -------------------------------------------------------------------------------- 1 | LTC 2 | LTC_deadband 3 | LTC_switch 4 | LTC_quantizer 5 | LTC_lookup 6 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Controls/PSAT/TG/package.order: -------------------------------------------------------------------------------- 1 | TGTypeI 2 | TGTypeII 3 | TGTypeIII 4 | TGTypeIV 5 | TGTypeV 6 | TGTypeVI 7 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Controls/PSSE/COMP/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Controls.PSSE; 2 | package COMP 3 | end COMP; 4 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Solar/PowerFactory/General/package.order: -------------------------------------------------------------------------------- 1 | ElmGenstat 2 | ElmVac 3 | ElmPhi_pll 4 | Picdro 5 | StaVmea 6 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/IEEE14/Generation_Groups/package.order: -------------------------------------------------------------------------------- 1 | GroupBus1 2 | GroupBus2 3 | GroupBus3 4 | GroupBus6 5 | GroupBus8 6 | -------------------------------------------------------------------------------- /OpenIPSL/Resources/docs/ULTC/ultc.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/docs/ULTC/ultc.pdf -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Banks/package.order: -------------------------------------------------------------------------------- 1 | PwCapacitorBank 2 | PwCapacitorBankWithModification 3 | PwShunt 4 | PSSE 5 | Simulink 6 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Solar/PowerFactory/WECC/PVD1/package.order: -------------------------------------------------------------------------------- 1 | PlantPVD1 2 | Controller 3 | GenerationTripping 4 | PQPriority 5 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/TwoAreas/package.order: -------------------------------------------------------------------------------- 1 | Two_Areas_PSAT 2 | Two_Areas_PSSE 3 | Two_Areas_PSSE_AVR 4 | Groups 5 | Data 6 | Support 7 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/BaseClasses/package.order: -------------------------------------------------------------------------------- 1 | LoadTestBase 2 | MachineTestBase 3 | SMIB 4 | SMIBAddOn 5 | SMIBRenewable 6 | TGTestBase 7 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Solar/PowerFactory/DIgSILENT/Auxiliary/package.order: -------------------------------------------------------------------------------- 1 | ReactivePowerSupport 2 | SLDWindV 3 | ActivePowerController 4 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/ThreePhase/Branches/MonoTri/package.order: -------------------------------------------------------------------------------- 1 | Line_MT 2 | Transformer_MT 3 | MonoTriFcn 4 | TransformerFcn 5 | LineFcn 6 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Wind/PSAT/PSAT_Type_3/package.order: -------------------------------------------------------------------------------- 1 | PSAT_WT 2 | ElecBlk 3 | ElecDynBlk 4 | MechaBlk 5 | PitchControl 6 | WindBlk 7 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/DAEMode/N44_Original_Systems/package.order: -------------------------------------------------------------------------------- 1 | Nordic44_Original_Case_Line_Opening 2 | Nordic44_Original_Case_Bus_Fault 3 | -------------------------------------------------------------------------------- /OpenIPSL/NonElectrical/Logical/package.order: -------------------------------------------------------------------------------- 1 | NegCurLogic 2 | HV_GATE 3 | LV_GATE 4 | Relay 5 | Relay3 6 | Switch_VOEL 7 | Switch_VUEL 8 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/SynCondensor/package.order: -------------------------------------------------------------------------------- 1 | AndersonSC1 2 | AndersonSC2 3 | AndersonSC3 4 | AndersonSC4 5 | AndersonSC5 6 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/IEEE421/ESData/DC/package.order: -------------------------------------------------------------------------------- 1 | DCxATemplate 2 | DCxBTemplate 3 | DC1A1 4 | DC2A1 5 | DC3A1 6 | DC3A2 7 | DC4B1 8 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Loads/NoiseInjections/package.order: -------------------------------------------------------------------------------- 1 | BaseClass 2 | WhiteNoiseInjection 3 | WienerProcessInjection 4 | SineNoiseInjection 5 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/Microgrids/IEEEMicrogrid/Data/package.order: -------------------------------------------------------------------------------- 1 | LoadsMicrogrid 2 | MachinesMicrogrid 3 | VoltagesMicrogrid 4 | PF_results 5 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/N44/Original/Data/package.order: -------------------------------------------------------------------------------- 1 | PSSE_powers_Original_case 2 | PSSE_voltages_Original_case 3 | PSSE_data_Original_case 4 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/PSATSystems/ThreeArea/BaseClasses/package.order: -------------------------------------------------------------------------------- 1 | BaseNetwork 2 | BaseOrder3 3 | BaseOrder4 4 | BaseOrder5 5 | BaseOrder6 6 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/PSATSystems/TwoArea/BaseClasses/package.order: -------------------------------------------------------------------------------- 1 | BaseNetwork 2 | BaseOrder3 3 | BaseOrder4 4 | BaseOrder5 5 | BaseOrder6 6 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/PSATSystems/TwoAreaOld/BaseClasses/package.order: -------------------------------------------------------------------------------- 1 | BaseNetwork 2 | BaseOrder3 3 | BaseOrder4 4 | BaseOrder5 5 | BaseOrder6 6 | -------------------------------------------------------------------------------- /OpenIPSL/Resources/docs/ULTC/src/figs/n.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/docs/ULTC/src/figs/n.pdf -------------------------------------------------------------------------------- /OpenIPSL/Resources/docs/ULTC/src/figs/pd.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/docs/ULTC/src/figs/pd.pdf -------------------------------------------------------------------------------- /OpenIPSL/Resources/docs/ULTC/src/figs/vm.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/docs/ULTC/src/figs/vm.pdf -------------------------------------------------------------------------------- /OpenIPSL/Resources/docs/ULTC/src/figs/x1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/docs/ULTC/src/figs/x1.pdf -------------------------------------------------------------------------------- /OpenIPSL/Resources/docs/ULTC/src/figs/y2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/docs/ULTC/src/figs/y2.pdf -------------------------------------------------------------------------------- /OpenIPSL/Resources/docs/ULTC/src/figs/y6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/docs/ULTC/src/figs/y6.pdf -------------------------------------------------------------------------------- /OpenIPSL/Resources/images/OpenIPSL_Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/images/OpenIPSL_Logo.png -------------------------------------------------------------------------------- /OpenIPSL/Resources/images/WindGenerator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/images/WindGenerator.png -------------------------------------------------------------------------------- /.github/legal/docs/License-Agreement-Change.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/.github/legal/docs/License-Agreement-Change.pdf -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/package.order: -------------------------------------------------------------------------------- 1 | HowTo 2 | Examples 3 | GenerationGroup 4 | GUDynamicsTemplate 5 | GUDynamics 6 | Anderson 7 | IEEE421 8 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Wind/GE/Type_3/Turbine/package.order: -------------------------------------------------------------------------------- 1 | Cp_function 2 | Multi_Powers 3 | Rotor_Model 4 | Turbine_Model 5 | Wind_Power_Model 6 | -------------------------------------------------------------------------------- /OpenIPSL/Resources/docs/ULTC/src/figs/vbus4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/docs/ULTC/src/figs/vbus4.pdf -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Examples/PFData/BusData/package.order: -------------------------------------------------------------------------------- 1 | BusTemplate 2 | PFBus00030 3 | PFBus00040 4 | PFBus00050 5 | PFBus00060 6 | PFBus00070 7 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/IEEE421/ESData/AC/package.order: -------------------------------------------------------------------------------- 1 | ACxATemplate 2 | ACxBTemplate 3 | AC1A1 4 | AC2A1 5 | AC7B1 6 | AC7B2 7 | AC7B3 8 | AC8B1 9 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Controls/PSSE/UEL/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Controls.PSSE; 2 | package UEL "Under excitation limiters" 3 | end UEL; 4 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/OpenCPS/Controls/package.order: -------------------------------------------------------------------------------- 1 | VOLT_CTRL 2 | FREQ_CTRL 3 | ANGLE_CTRL 4 | RESYNCH_UNIT 5 | LimitCheck 6 | ACT_UNIT 7 | FREQ_CALC 8 | -------------------------------------------------------------------------------- /OpenIPSL/Resources/images/example_4/SMIBSystem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/images/example_4/SMIBSystem.png -------------------------------------------------------------------------------- /OpenIPSL/Tests/Controls/PSAT/TG/package.order: -------------------------------------------------------------------------------- 1 | TGTypeI_test 2 | TGTypeII_test 3 | TGTypeIII_test 4 | TGTypeIV_test 5 | TGTypeV_test 6 | TGTypeVI_test 7 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/package.order: -------------------------------------------------------------------------------- 1 | Hydro 2 | Steam 3 | SynCondensor 4 | Combustion 5 | MachineData 6 | ESData 7 | TurbGovData 8 | PSSData 9 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/IEEE421/ESData/ST/package.order: -------------------------------------------------------------------------------- 1 | ESSTxATemplate 2 | ESSTxBTemplate 3 | ESST1A1 4 | ESST1A2 5 | ESST2A1 6 | ESST4B1 7 | ESST4B2 8 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Branches/PSAT/package.order: -------------------------------------------------------------------------------- 1 | TwoWindingTransformer 2 | ThreeWindingTransformer 3 | PhaseShiftingTransformer 4 | ULTC_VoltageControl 5 | -------------------------------------------------------------------------------- /OpenIPSL/Icons/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL; 2 | package Icons "Place for OpenIPSL specific icons" 3 | extends Modelica.Icons.IconsPackage; 4 | end Icons; 5 | -------------------------------------------------------------------------------- /OpenIPSL/NonElectrical/Nonlinear/package.order: -------------------------------------------------------------------------------- 1 | CeilingBlock 2 | Deadband1 3 | Deadband2 4 | Div0block 5 | FEX 6 | FrequencyCalc 7 | SaturationBlockTan 8 | -------------------------------------------------------------------------------- /OpenIPSL/Resources/utils/pf2rec/__init__.py: -------------------------------------------------------------------------------- 1 | from .create_pf_records import * 2 | from .generate_component_list import * 3 | from .gridcal2rec import * 4 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Branches/PSAT/package.order: -------------------------------------------------------------------------------- 1 | TwoWindingTransformer_Test 2 | ThreeWindingTransformer_Test 3 | PhaseShiftingTransformer_Test 4 | ULTC_Test 5 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Renewable/PSSE/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Tests.Renewable; 2 | package PSSE 3 | extends Modelica.Icons.ExamplesPackage; 4 | end PSSE; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Renewable/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Tests; 2 | package Renewable 3 | extends Modelica.Icons.ExamplesPackage; 4 | 5 | end Renewable; 6 | -------------------------------------------------------------------------------- /OpenIPSL/UsersGuide/package.order: -------------------------------------------------------------------------------- 1 | Overview 2 | Conventions 3 | GettingStarted 4 | Testing 5 | Publications 6 | References 7 | ReleaseNotes 8 | Contact 9 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Examples/PFData/LoadData/package.order: -------------------------------------------------------------------------------- 1 | LoadTemplate 2 | PFLoad00030 3 | PFLoad00040 4 | PFLoad00050 5 | PFLoad00060 6 | PFLoad00070 7 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Solar/PowerFactory/DIgSILENT/package.order: -------------------------------------------------------------------------------- 1 | PV_Plant 2 | Auxiliary 3 | Controller 4 | DCBusBar 5 | PVArray 6 | PVModule 7 | CurrentLimiter 8 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/OpenCPS/package.order: -------------------------------------------------------------------------------- 1 | Network 2 | Network_Expanded 3 | Network_Expanded_Noise 4 | Generators 5 | Breakers 6 | Controls 7 | NoiseInjections 8 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/Tutorial/Example_4/PFData/package.order: -------------------------------------------------------------------------------- 1 | PowerFlowTemplate 2 | PowerFlow 3 | LoadData 4 | TrafoData 5 | MachineData 6 | BusData 7 | PF00000 8 | -------------------------------------------------------------------------------- /OpenIPSL/package.order: -------------------------------------------------------------------------------- 1 | Copyright 2 | UsersGuide 3 | Examples 4 | Electrical 5 | NonElectrical 6 | Data 7 | Interfaces 8 | Icons 9 | Types 10 | Tests 11 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Machines/PSSE/package.order: -------------------------------------------------------------------------------- 1 | Plant 2 | CIM5 3 | CIM6 4 | GENCLS 5 | GENROE 6 | GENROU 7 | GENSAE 8 | GENSAL 9 | GENTPJ 10 | BaseClasses 11 | -------------------------------------------------------------------------------- /OpenIPSL/Resources/docs/ULTC/src/figs/PowerSystem_tap.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/docs/ULTC/src/figs/PowerSystem_tap.pdf -------------------------------------------------------------------------------- /OpenIPSL/Electrical/FACTS/PSAT/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.FACTS; 2 | package PSAT "FACTS models from PSAT" 3 | extends Modelica.Icons.Package; 4 | end PSAT; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Loads/PSAT/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Loads; 2 | package PSAT "Load models from PSAT" 3 | extends Modelica.Icons.Package; 4 | end PSAT; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/ThreePhase/Branches/Transformer/TransfConnection/package.order: -------------------------------------------------------------------------------- 1 | Yg_Yg 2 | D_D 3 | Y_Y 4 | D_Yg 5 | Yg_D 6 | Y_D 7 | D_Y 8 | Yg_Y 9 | Y_Yg 10 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/N44/Base_Case/Data/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Examples.N44.Base_Case; 2 | package Data "Modelica records containing power flow results" 3 | end Data; 4 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/TwoAreas/Support/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Examples.TwoAreas; 2 | package Support "Package of templates used in this example" 3 | 4 | end Support; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Branches/Generic/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Branches; 2 | package Generic "Generic models" 3 | extends Modelica.Icons.Package; 4 | end Generic; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Renewables/PSSE/package.order: -------------------------------------------------------------------------------- 1 | BESS 2 | PV 3 | Wind 4 | AddOnBlocks 5 | ElectricalController 6 | InverterInterface 7 | PlantController 8 | WindDriveTrain 9 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Solar/PSAT/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Solar; 2 | package PSAT "Solar PV models from PSAT" 3 | extends Modelica.Icons.Package; 4 | end PSAT; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/N44/Original/Data/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Examples.N44.Original; 2 | package Data "Modelica records containing power flow results" 3 | 4 | end Data; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Controls/PSSE/TG/package.order: -------------------------------------------------------------------------------- 1 | GAST 2 | GGOV1 3 | GGOV1DU 4 | HYGOV 5 | IEEEG1 6 | IEEEG2 7 | IEESGO 8 | TGOV1 9 | WEHGOV 10 | WPIDHY 11 | WSIEG1 12 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/Steam/Nuclear/package.order: -------------------------------------------------------------------------------- 1 | AndersonN1 2 | AndersonN2 3 | AndersonN3 4 | AndersonN4 5 | AndersonN5 6 | AndersonN6 7 | AndersonN7 8 | AndersonN8 9 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Examples/PFData/MachineData/package.order: -------------------------------------------------------------------------------- 1 | MachineTemplate 2 | PFMachine00030 3 | PFMachine00040 4 | PFMachine00050 5 | PFMachine00060 6 | PFMachine00070 7 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/IEEE421/ESData/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.IEEE421; 2 | package ESData "Records with Excitation System (ES) Parameters" 3 | end ESData; 4 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Branches/PSAT/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Branches; 2 | package PSAT "Branch models from PSAT" 3 | extends Modelica.Icons.Package; 4 | end PSAT; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Branches/PSSE/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Branches; 2 | package PSSE "Branch models from PSSE" 3 | extends Modelica.Icons.Package; 4 | end PSSE; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Controls/PSSE/PSS/package.order: -------------------------------------------------------------------------------- 1 | DisabledPSS 2 | IEEEST 3 | IEE2ST 4 | PSS2A 5 | PSS2B 6 | STAB2A 7 | STAB3 8 | STABNI 9 | STBSVC 10 | BaseClasses 11 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Loads/PSSE/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Loads; 2 | package PSSE "Load models from PSSE components" 3 | extends Modelica.Icons.Package; 4 | end PSSE; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Machines/PSAT/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Machines; 2 | package PSAT "Machine models from PSAT" 3 | extends Modelica.Icons.Package; 4 | end PSAT; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Machines/PSSE/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Machines; 2 | package PSSE "Machine models from PSSE" 3 | extends Modelica.Icons.Package; 4 | end PSSE; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Solar/PowerFactory/WECC/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Solar.PowerFactory; 2 | package WECC 3 | extends Modelica.Icons.Package; 4 | 5 | end WECC; 6 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/DAEMode/N44_Base_Case_Systems/package.order: -------------------------------------------------------------------------------- 1 | Nordic44_Base_Case_StateEvents 2 | Nordic44_Base_Case_StateEvents2 3 | Nordic44_Base_Case_StateEvents3 4 | Generators 5 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/PSATSystems/Discretization/package.order: -------------------------------------------------------------------------------- 1 | FourthOrder_AVRII_Continuous 2 | FourthOrder_AVRII_Discrete 3 | FourthOrder_AVRII_Discretized_Continuous 4 | DiscreteAVR 5 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/Tutorial/Example_4/BaseModels/GeneratingUnits/package.order: -------------------------------------------------------------------------------- 1 | InfiniteBus 2 | GeneratorOnly 3 | GeneratorTurbGov 4 | GeneratorTurbGovAVR 5 | GeneratorTurbGovAVRPSS 6 | -------------------------------------------------------------------------------- /OpenIPSL/Resources/images/example_4/PfRecordCreationWorkflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/images/example_4/PfRecordCreationWorkflow.png -------------------------------------------------------------------------------- /OpenIPSL/Tests/Sources/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Tests; 2 | package Sources "Models to test models of ideal sources" 3 | extends Modelica.Icons.ExamplesPackage; 4 | end Sources; 5 | -------------------------------------------------------------------------------- /OpenIPSL/UsersGuide/ReleaseNotes/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.UsersGuide; 2 | package ReleaseNotes "Release notes" 3 | extends Modelica.Icons.ReleaseNotes; 4 | end ReleaseNotes; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/ESData/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson; 2 | package ESData "Records with Excitation System (ES) Parameters" 3 | 4 | end ESData; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Controls/PSAT/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Controls; 2 | package PSAT "Controller models from PSAT" 3 | extends Modelica.Icons.Package; 4 | end PSAT; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Controls/PSSE/PSS/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Controls.PSSE; 2 | package PSS "Power Systems Stabilizer" 3 | extends Modelica.Icons.Package; 4 | end PSS; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL; 2 | package Electrical "Package for electrical models used in this library" 3 | extends Modelica.Icons.Package; 4 | end Electrical; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/Microgrids/IEEEMicrogrid/Data/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Examples.Microgrids.IEEEMicrogrid; 2 | package Data "Record Data for IEEE Microgrid Example" 3 | end Data; 4 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Branches/Generic/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Tests.Branches; 2 | package Generic "Generic example models" 3 | extends Modelica.Icons.ExamplesPackage; 4 | end Generic; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Events/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Tests; 2 | package Events "Simple systems for testing event models" 3 | extends Modelica.Icons.ExamplesPackage; 4 | 5 | end Events; 6 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/IEEE421/PSSData/package.order: -------------------------------------------------------------------------------- 1 | PSS1ATemplate 2 | PSS2BTemplate 3 | PSS1AND 4 | PSS1A1 5 | PSS1A2 6 | PSS1A3 7 | PSS2BND 8 | PSS2B1 9 | PSS2B2 10 | PSS2B3 11 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Banks/PSSE/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Banks; 2 | package PSSE "Bank and shunt device models from PSSE" 3 | extends Modelica.Icons.Package; 4 | end PSSE; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Buses/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical; 2 | package Buses "Models that represent electrical nodes of a circuit" 3 | extends Modelica.Icons.Package; 4 | end Buses; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/PSATSystems/TwoArea/BaseClasses/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Examples.PSATSystems.TwoArea; 2 | package BaseClasses "Base classes used for TwoArea" 3 | 4 | end BaseClasses; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Resources/images/example_4/PFRecordCreation/RefreshButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/images/example_4/PFRecordCreation/RefreshButton.png -------------------------------------------------------------------------------- /OpenIPSL/Resources/images/example_4/PopulatingRecords/EditButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/images/example_4/PopulatingRecords/EditButton.png -------------------------------------------------------------------------------- /OpenIPSL/Tests/Sources/SourcesBehindImpedance/package.order: -------------------------------------------------------------------------------- 1 | VSource 2 | VSourceIO 3 | VSourceIO_StartFromExternal_using_RealExpression 4 | VSourceIO_StartFromExternal_using_VSIO_outputs 5 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/PSSData/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson; 2 | package PSSData "Records with Power System Stabilizer (PSS) Parameters" 3 | 4 | end PSSData; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/TurbGovData/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson; 2 | package TurbGovData "Records with Turbine-Governor Parameters" 3 | 4 | end TurbGovData; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/IEEE421/ESData/AC/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.IEEE421.ESData; 2 | package AC "Records with AC-Type Excitation System (ES) Parameters" 3 | 4 | end AC; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/IEEE421/ESData/DC/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.IEEE421.ESData; 2 | package DC "Records with DC-Type Excitation System (ES) Parameters" 3 | 4 | end DC; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/IEEE421/ESData/ST/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.IEEE421.ESData; 2 | package ST "Records with ST-Type Excitation System (ES) Parameters" 3 | 4 | end ST; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/IEEE421/PSSData/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.IEEE421; 2 | package PSSData "Records with Power System Stabilizer (PSS) Parameters" 3 | 4 | end PSSData; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Controls/CGMES/ES/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Controls.CGMES; 2 | package ES "Excitation system models from CGMES" 3 | extends Modelica.Icons.Package; 4 | end ES; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Controls/CGMES/TG/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Controls.CGMES; 2 | package TG "Turbine-governor models from CGMES" 3 | extends Modelica.Icons.Package; 4 | end TG; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Controls/PSSE/TG/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Controls.PSSE; 2 | package TG "Turbine governor models from PSSE" 3 | extends Modelica.Icons.Package; 4 | end TG; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/N44/Base_Case/Generators/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Examples.N44.Base_Case; 2 | package Generators "Package of generator groups for the Nordic 44 model" 3 | end Generators; 4 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/N44/Original/Generators/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Examples.N44.Original; 2 | package Generators "Package of generator groups for the Nordic 44 model" 3 | 4 | end Generators; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/OpenCPS/NoiseInjections/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Examples.OpenCPS; 2 | package NoiseInjections "Models for node injection on electrical nodes" 3 | 4 | end NoiseInjections; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/PSATSystems/ThreeArea/BaseClasses/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Examples.PSATSystems.ThreeArea; 2 | package BaseClasses "Base classes used for ThreeArea" 3 | 4 | end BaseClasses; 5 | -------------------------------------------------------------------------------- /OpenIPSL/NonElectrical/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL; 2 | package NonElectrical "Package for non-electrical models used in this library" 3 | extends Modelica.Icons.Package; 4 | end NonElectrical; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Resources/images/example_4/AutomatingAnalysis/ExpandButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/images/example_4/AutomatingAnalysis/ExpandButton.png -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Examples/PFData/package.order: -------------------------------------------------------------------------------- 1 | PowerFlowTemplate 2 | PowerFlow 3 | BusData 4 | LoadData 5 | MachineData 6 | PF00030 7 | PF00040 8 | PF00050 9 | PF00060 10 | PF00070 11 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Machines/PSAT/package.order: -------------------------------------------------------------------------------- 1 | Order2 2 | Order3 3 | Order4 4 | Order5_Type1 5 | Order5_Type2 6 | Order6 7 | MotorTypeI 8 | MotorTypeIII 9 | MotorTypeV 10 | BaseClasses 11 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/PSATSystems/TwoAreaOld/BaseClasses/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Examples.PSATSystems.TwoAreaOld; 2 | package BaseClasses "Base classes used for TwoAreaOld" 3 | 4 | end BaseClasses; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/Tutorial/Example_4/Instructions/package.order: -------------------------------------------------------------------------------- 1 | SMIBSystemAssembly 2 | PFRecordCreation 3 | InstallingGridCal 4 | PopulatingRecords 5 | DefiningGenerationGroups 6 | AutomatingAnalysis 7 | -------------------------------------------------------------------------------- /OpenIPSL/Interfaces/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL; 2 | package Interfaces "Package for interface models used in this library. " 3 | extends Modelica.Icons.InterfacesPackage; 4 | 5 | end Interfaces; 6 | -------------------------------------------------------------------------------- /OpenIPSL/Resources/images/example_4/AutomatingAnalysis/CloseAllResults.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/images/example_4/AutomatingAnalysis/CloseAllResults.png -------------------------------------------------------------------------------- /OpenIPSL/Resources/images/example_4/AutomatingAnalysis/ReplaceableLoad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/images/example_4/AutomatingAnalysis/ReplaceableLoad.png -------------------------------------------------------------------------------- /OpenIPSL/Resources/images/example_4/PopulatingRecords/PSSEFilesFolder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/images/example_4/PopulatingRecords/PSSEFilesFolder.png -------------------------------------------------------------------------------- /OpenIPSL/Resources/images/example_4/SMIBSystemAssembly/FinalSMIBModel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/images/example_4/SMIBSystemAssembly/FinalSMIBModel.png -------------------------------------------------------------------------------- /OpenIPSL/Resources/images/example_4/SMIBSystemAssembly/LineParameters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/images/example_4/SMIBSystemAssembly/LineParameters.png -------------------------------------------------------------------------------- /OpenIPSL/Tests/Branches/PSAT/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Tests.Branches; 2 | package PSAT "Systems for testing branch models from PSAT" 3 | extends Modelica.Icons.ExamplesPackage; 4 | 5 | end PSAT; 6 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Branches/PSSE/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Tests.Branches; 2 | package PSSE "Set of systems for testing branch models from PSSE" 3 | extends Modelica.Icons.ExamplesPackage; 4 | end PSSE; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/FACTS/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Tests; 2 | package FACTS "Set of simple systems to test functionality of FACTS devices" 3 | extends Modelica.Icons.ExamplesPackage; 4 | 5 | end FACTS; 6 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/MachineData/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson; 2 | package MachineData "Records with Synchronous Machine Dynamic Parameters" 3 | 4 | end MachineData; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/IEEE421/MachineData/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.IEEE421; 2 | package MachineData "Records with Synchronous Machine Dynamic Parameters" 3 | 4 | end MachineData; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Banks/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical; 2 | package Banks "Models representing shunt devices that compensate reactive power" 3 | extends Modelica.Icons.Package; 4 | end Banks; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Controls/Simulink/OEL/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Controls.Simulink; 2 | package OEL "Over Excitation Limiter (OEL) models" 3 | extends Modelica.Icons.Package; 4 | end OEL; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Loads/NoiseInjections/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Loads; 2 | package NoiseInjections "Noise injection models" 3 | extends Modelica.Icons.Package; 4 | end NoiseInjections; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Loads/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical; 2 | package Loads "Models that represent various types of loads in a power system" 3 | extends Modelica.Icons.Package; 4 | end Loads; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/Microgrids/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Examples; 2 | package Microgrids "Examples of different microgrid systems" 3 | extends Modelica.Icons.ExamplesPackage; 4 | 5 | end Microgrids; 6 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/Tutorial/Example_4/BaseModels/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Examples.Tutorial.Example_4; 2 | package BaseModels "Base models" 3 | extends Modelica.Icons.BasesPackage; 4 | end BaseModels; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Resources/images/example_4/SMIBSystemAssembly/AddingGENROEBlock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/images/example_4/SMIBSystemAssembly/AddingGENROEBlock.png -------------------------------------------------------------------------------- /OpenIPSL/Tests/Loads/PSAT/package.order: -------------------------------------------------------------------------------- 1 | LoadTestExpRecovery 2 | LoadTestFreqDependent 3 | LoadTestMixed 4 | LoadTestPQ 5 | LoadTestThLoad 6 | LoadTestVoltDependant 7 | LoadTestZip 8 | LoadTestZipJimma 9 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Loads/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Tests; 2 | package Loads "Set of simple systems to test the functionality of load models" 3 | extends Modelica.Icons.ExamplesPackage; 4 | 5 | end Loads; 6 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/NonElectrical/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Tests; 2 | package NonElectrical "Test examples for nonelectrical components" 3 | extends Modelica.Icons.ExamplesPackage; 4 | end NonElectrical; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Branches/Simulink/LTC/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Branches.Simulink; 2 | package LTC "Branch models with tap changing controls" 3 | extends Modelica.Icons.Package; 4 | end LTC; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Controls/PSAT/OEL/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Controls.PSAT; 2 | package OEL "Over Excitation Limiter (OEL) models from PSAT" 3 | extends Modelica.Icons.Package; 4 | end OEL; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Controls/PSSE/OEL/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Controls.PSSE; 2 | package OEL "Over Excitation Limiter (OEL) models from PSSE" 3 | extends Modelica.Icons.Package; 4 | end OEL; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Loads/PSAT/BaseClasses/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Loads.PSAT; 2 | package BaseClasses "Base load models from PSAT" 3 | extends Modelica.Icons.BasesPackage; 4 | end BaseClasses; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Loads/PSSE/BaseClasses/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Loads.PSSE; 2 | package BaseClasses "Base load models from PSSE" 3 | extends Modelica.Icons.BasesPackage; 4 | end BaseClasses; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Solar/PowerFactory/WECC/PVD1/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Solar.PowerFactory.WECC; 2 | package PVD1 "Distributed PV Model" 3 | extends Modelica.Icons.Package; 4 | 5 | end PVD1; 6 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Sources/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical; 2 | package Sources "Models that represent ideal sources (voltage, current)" 3 | extends Modelica.Icons.SourcesPackage; 4 | end Sources; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/VSD/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical; 2 | package VSD 3 | "Models that represent generic variable speed drives with their power electronics and controller modules" 4 | 5 | end VSD; 6 | -------------------------------------------------------------------------------- /OpenIPSL/NonElectrical/Nonlinear/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.NonElectrical; 2 | package Nonlinear "Blocks that are described with nonlinear equations" 3 | extends Modelica.Icons.Package; 4 | end Nonlinear; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Resources/images/example_4/AutomatingAnalysis/RunAndCompareFunction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/images/example_4/AutomatingAnalysis/RunAndCompareFunction.png -------------------------------------------------------------------------------- /OpenIPSL/Resources/images/example_4/DefiningGenerationGroups/ResultsToKeep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/images/example_4/DefiningGenerationGroups/ResultsToKeep.png -------------------------------------------------------------------------------- /OpenIPSL/Resources/images/example_4/PFRecordCreation/PFDataPackageStructure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/images/example_4/PFRecordCreation/PFDataPackageStructure.png -------------------------------------------------------------------------------- /OpenIPSL/Resources/images/example_4/PFRecordCreation/SaveTotalModelFunction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/images/example_4/PFRecordCreation/SaveTotalModelFunction.png -------------------------------------------------------------------------------- /OpenIPSL/Resources/images/example_4/PopulatingRecords/FilesAfterPFPopulation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/images/example_4/PopulatingRecords/FilesAfterPFPopulation.png -------------------------------------------------------------------------------- /OpenIPSL/Resources/images/example_4/PopulatingRecords/InspectPFRecordValues.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/images/example_4/PopulatingRecords/InspectPFRecordValues.png -------------------------------------------------------------------------------- /OpenIPSL/Resources/images/example_4/SMIBSystemAssembly/FaultBlockParameters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/images/example_4/SMIBSystemAssembly/FaultBlockParameters.png -------------------------------------------------------------------------------- /OpenIPSL/Resources/images/example_4/SMIBSystemAssembly/SMIBModelConnections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/images/example_4/SMIBSystemAssembly/SMIBModelConnections.png -------------------------------------------------------------------------------- /OpenIPSL/Resources/images/example_4/SMIBSystemAssembly/SMIBPackageCreation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/images/example_4/SMIBSystemAssembly/SMIBPackageCreation.png -------------------------------------------------------------------------------- /OpenIPSL/Tests/Solar/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Tests; 2 | package Solar "Set of simple systems to test the functionality of solar PV models" 3 | extends Modelica.Icons.ExamplesPackage; 4 | 5 | end Solar; 6 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Sensors/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical; 2 | package Sensors "Models that can represent sensors used in a real power system" 3 | extends Modelica.Icons.SensorsPackage; 4 | end Sensors; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/Tutorial/Additional_Material/OpenModelica Connection Editor.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Examples/Tutorial/Additional_Material/OpenModelica Connection Editor.lnk -------------------------------------------------------------------------------- /OpenIPSL/Resources/images/example_4/AutomatingAnalysis/CreateSMIBVarLoadModel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/images/example_4/AutomatingAnalysis/CreateSMIBVarLoadModel.png -------------------------------------------------------------------------------- /OpenIPSL/Resources/images/example_4/AutomatingAnalysis/SettingFaultParameters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/images/example_4/AutomatingAnalysis/SettingFaultParameters.png -------------------------------------------------------------------------------- /OpenIPSL/Resources/images/example_4/PopulatingRecords/ChoosePopulatedPFRecord.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/images/example_4/PopulatingRecords/ChoosePopulatedPFRecord.png -------------------------------------------------------------------------------- /OpenIPSL/Resources/images/example_4/SMIBSystemAssembly/GENCLSMachineParameters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/images/example_4/SMIBSystemAssembly/GENCLSMachineParameters.png -------------------------------------------------------------------------------- /OpenIPSL/Resources/images/example_4/SMIBSystemAssembly/GENROEMachineParameters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/images/example_4/SMIBSystemAssembly/GENROEMachineParameters.png -------------------------------------------------------------------------------- /OpenIPSL/Resources/images/example_4/SMIBSystemAssembly/InitialPackageStructure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/images/example_4/SMIBSystemAssembly/InitialPackageStructure.png -------------------------------------------------------------------------------- /OpenIPSL/Resources/images/example_4/SMIBSystemAssembly/UpdatedPackageStructure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/images/example_4/SMIBSystemAssembly/UpdatedPackageStructure.png -------------------------------------------------------------------------------- /OpenIPSL/Tests/Banks/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Tests; 2 | package Banks "Set of simple systems to test the functionality of controlled shunt devices" 3 | extends Modelica.Icons.ExamplesPackage; 4 | 5 | end Banks; 6 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/NonElectrical/Nonlinear/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Tests.NonElectrical; 2 | package Nonlinear "Test examples for nonlinear components" 3 | extends Modelica.Icons.ExamplesPackage; 4 | end Nonlinear; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Wind/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Tests; 2 | package Wind "Set of simple systems to test the functionality of models for wind turbines" 3 | extends Modelica.Icons.ExamplesPackage; 4 | 5 | end Wind; 6 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/package.order: -------------------------------------------------------------------------------- 1 | Banks 2 | Branches 3 | Controls 4 | Events 5 | FACTS 6 | Loads 7 | Machines 8 | NonElectrical 9 | Renewable 10 | Solar 11 | Sources 12 | ThreePhase 13 | Wind 14 | BaseClasses 15 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/GenerationGroup/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant; 2 | package GenerationGroup "Generation groups for the examples that illustrate the use of typical data sets" 3 | end GenerationGroup; 4 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Branches/Simulink/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Branches; 2 | package Simulink "Branch models with implementation based on Simulink" 3 | extends Modelica.Icons.Package; 4 | end Simulink; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Controls/PSSE/TG/BaseClasses/WEHGOV/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Controls.PSSE.TG.BaseClasses; 2 | package WEHGOV "Basic components for WEHGOV turbine governor model" 3 | 4 | end WEHGOV; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Controls/Simulink/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Controls; 2 | package Simulink "Controller models based on Simulink implementation" 3 | extends Modelica.Icons.Package; 4 | end Simulink; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Machines/PSAT/BaseClasses/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Machines.PSAT; 2 | package BaseClasses "Base classes for PSAT machines" 3 | extends Modelica.Icons.BasesPackage; 4 | end BaseClasses; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Solar/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical; 2 | package Solar "Models that represent photovoltaic solar cells and their interface to the grid" 3 | extends Modelica.Icons.Package; 4 | end Solar; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Wind/PSSE/Submodels/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Wind.PSSE; 2 | package Submodels "Component models for wind machine representation" 3 | extends Modelica.Icons.Package; 4 | end Submodels; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Resources/images/example_4/DefiningGenerationGroups/ConnectingPSSBlock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/images/example_4/DefiningGenerationGroups/ConnectingPSSBlock.png -------------------------------------------------------------------------------- /OpenIPSL/Resources/images/example_4/DefiningGenerationGroups/ReplaceableGenerator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/images/example_4/DefiningGenerationGroups/ReplaceableGenerator.png -------------------------------------------------------------------------------- /OpenIPSL/Resources/images/example_4/PFRecordCreation/ComponentReferenceToPFRecord.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/images/example_4/PFRecordCreation/ComponentReferenceToPFRecord.png -------------------------------------------------------------------------------- /OpenIPSL/Resources/images/example_4/PFRecordCreation/PowerFlowRecordInstantiation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/images/example_4/PFRecordCreation/PowerFlowRecordInstantiation.png -------------------------------------------------------------------------------- /OpenIPSL/Resources/images/example_4/SMIBSystemAssembly/DefaultGENROEConnections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/images/example_4/SMIBSystemAssembly/DefaultGENROEConnections.png -------------------------------------------------------------------------------- /OpenIPSL/Resources/images/example_4/SMIBSystemAssembly/GENROEParameterPropagation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/images/example_4/SMIBSystemAssembly/GENROEParameterPropagation.png -------------------------------------------------------------------------------- /OpenIPSL/Resources/images/example_4/SMIBSystemAssembly/InfiniteBusModelCreation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/images/example_4/SMIBSystemAssembly/InfiniteBusModelCreation.png -------------------------------------------------------------------------------- /OpenIPSL/Tests/Banks/PSSE/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Tests.Banks; 2 | package PSSE "Set of SMIB systems to test controlled shunt device models from PSS/E" 3 | extends Modelica.Icons.ExamplesPackage; 4 | 5 | end PSSE; 6 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Branches/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Tests; 2 | package Branches "Systems for testing different branch models available in the Library" 3 | extends Modelica.Icons.ExamplesPackage; 4 | 5 | end Branches; 6 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Wind/GE/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Tests.Wind; 2 | package GE "Set of simple systems to test the functionality of models for wind turbines from GE" 3 | extends Modelica.Icons.ExamplesPackage; 4 | end GE; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Controls/PSSE/TG/package.order: -------------------------------------------------------------------------------- 1 | ConstantPower 2 | DEGOV 3 | GAST 4 | GGOV1 5 | GGOV1DU 6 | HYGOV 7 | IEEEG1 8 | IEEEG2 9 | IEESGO 10 | TGOV1 11 | WEHGOV 12 | WPIDHY 13 | WSIEG1 14 | BaseClasses 15 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Controls/Simulink/ES/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Controls.Simulink; 2 | package ES "Excitation system models based on Simulink implementation" 3 | extends Modelica.Icons.Package; 4 | end ES; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Controls/Simulink/TG/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Controls.Simulink; 2 | package TG "Turbine governor models based on Simulink implementation" 3 | extends Modelica.Icons.Package; 4 | end TG; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/Microgrids/IEEEMicrogrid/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Examples.Microgrids; 2 | package IEEEMicrogrid "IEEE Microgrid Example Package" 3 | extends Modelica.Icons.ExamplesPackage; 4 | 5 | end IEEEMicrogrid; 6 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/PSATSystems/TwoAreaOld/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Examples.PSATSystems; 2 | package TwoAreaOld "5-bus 2-machine 2-area test system" 3 | extends Modelica.Icons.ExamplesPackage; 4 | 5 | end TwoAreaOld; 6 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/Tutorial/Example_4/BaseModels/BaseNetwork/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Examples.Tutorial.Example_4.BaseModels; 2 | package BaseNetwork "Base network" 3 | extends Modelica.Icons.Package; 4 | end BaseNetwork; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/Tutorial/Example_4/Utilities/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Examples.Tutorial.Example_4; 2 | package Utilities "Package with useful utilities" 3 | extends Modelica.Icons.UtilitiesPackage; 4 | end Utilities; 5 | -------------------------------------------------------------------------------- /OpenIPSL/NonElectrical/Functions/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.NonElectrical; 2 | package Functions "Package with functions used in the models from the library" 3 | extends Modelica.Icons.FunctionsPackage; 4 | end Functions; 5 | -------------------------------------------------------------------------------- /OpenIPSL/NonElectrical/Logical/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.NonElectrical; 2 | package Logical "Blocks that are described with boolean and logic statements and operations" 3 | extends Modelica.Icons.Package; 4 | end Logical; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Resources/images/example_4/DefiningGenerationGroups/SettingPSS2AParameters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/images/example_4/DefiningGenerationGroups/SettingPSS2AParameters.png -------------------------------------------------------------------------------- /OpenIPSL/Resources/images/example_4/PFRecordCreation/FolderStructureForSMIBProject.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/images/example_4/PFRecordCreation/FolderStructureForSMIBProject.png -------------------------------------------------------------------------------- /OpenIPSL/Tests/Loads/PSAT/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Tests.Loads; 2 | package PSAT "Set of simple systems to test the functionality of load models from PSAT" 3 | extends Modelica.Icons.ExamplesPackage; 4 | 5 | end PSAT; 6 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Machines/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Tests; 2 | package Machines "Set of simple systems to test the functionality of various machine models" 3 | extends Modelica.Icons.ExamplesPackage; 4 | 5 | end Machines; 6 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Solar/PSAT/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Tests.Solar; 2 | package PSAT "Set of simple systems to test the functionality of solar PV models from PSAT" 3 | extends Modelica.Icons.ExamplesPackage; 4 | 5 | end PSAT; 6 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Banks/Simulink/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Banks; 2 | package Simulink "Bank and shunt device models with implementation based on Simulink" 3 | extends Modelica.Icons.Package; 4 | end Simulink; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Controls/CGMES/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Controls; 2 | package CGMES "Controller models from the Common Grid Model Exchange Standard (CGMES)" 3 | extends Modelica.Icons.Package; 4 | end CGMES; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/FACTS/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical; 2 | package FACTS "Models that represent devices used in the Flexible AC Transmission System (FACTS) paradigm" 3 | extends Modelica.Icons.Package; 4 | end FACTS; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Machines/PSSE/BaseClasses/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Machines.PSSE; 2 | package BaseClasses "Base classes for base machines from PSSE" 3 | extends Modelica.Icons.BasesPackage; 4 | end BaseClasses; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Solar/PowerFactory/General/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Solar.PowerFactory; 2 | package General "General models for PowerFactory devices" 3 | extends Modelica.Icons.Package; 4 | 5 | end General; 6 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/DAEMode/SMIB_Examples/Example_1/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Examples.DAEMode.SMIB_Examples; 2 | package Example_1 "First set of examples of the Single Machine Infinite Bus (SMIB) system" 3 | 4 | end Example_1; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/DAEMode/SMIB_Examples/Example_2/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Examples.DAEMode.SMIB_Examples; 2 | package Example_2 "Second set of examples of the Single Machine Infinite Bus (SMIB) system" 3 | 4 | end Example_2; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/package.order: -------------------------------------------------------------------------------- 1 | Tutorial 2 | AKD 3 | DAEMode 4 | IEEE9 5 | IEEE14 6 | KundurSMIB 7 | Microgrids 8 | N44 9 | NamsskoganGrid 10 | OpenCPS 11 | PSATSystems 12 | RaPIdExperiments 13 | SevenBus 14 | TwoAreas 15 | -------------------------------------------------------------------------------- /OpenIPSL/Resources/images/example_4/AutomatingAnalysis/ChangeClassToLoadWithVariation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/images/example_4/AutomatingAnalysis/ChangeClassToLoadWithVariation.png -------------------------------------------------------------------------------- /OpenIPSL/Resources/images/example_4/AutomatingAnalysis/SettingVariableLoadParameters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/images/example_4/AutomatingAnalysis/SettingVariableLoadParameters.png -------------------------------------------------------------------------------- /OpenIPSL/Resources/images/example_4/DefiningGenerationGroups/AdjustDiagramCoordinates.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/images/example_4/DefiningGenerationGroups/AdjustDiagramCoordinates.png -------------------------------------------------------------------------------- /OpenIPSL/Resources/images/example_4/DefiningGenerationGroups/AdjustDiagramCoordinatesB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/images/example_4/DefiningGenerationGroups/AdjustDiagramCoordinatesB.png -------------------------------------------------------------------------------- /OpenIPSL/Resources/images/example_4/DefiningGenerationGroups/CreateGeneratorTurbGovAVR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/images/example_4/DefiningGenerationGroups/CreateGeneratorTurbGovAVR.png -------------------------------------------------------------------------------- /OpenIPSL/Resources/images/example_4/DefiningGenerationGroups/SettingESST1AParameters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/images/example_4/DefiningGenerationGroups/SettingESST1AParameters.png -------------------------------------------------------------------------------- /OpenIPSL/Resources/images/example_4/DefiningGenerationGroups/SettingIEEEG1Parameters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/images/example_4/DefiningGenerationGroups/SettingIEEEG1Parameters.png -------------------------------------------------------------------------------- /OpenIPSL/Resources/images/example_4/PopulatingRecords/BusVoltageAndAngleValuesExample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/images/example_4/PopulatingRecords/BusVoltageAndAngleValuesExample.png -------------------------------------------------------------------------------- /OpenIPSL/Tests/Wind/PSAT/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Tests.Wind; 2 | package PSAT "Set of simple systems to test the functionality of models for wind turbines from PSAT" 3 | extends Modelica.Icons.ExamplesPackage; 4 | end PSAT; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Controls/PSAT/AVR/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Controls.PSAT; 2 | package AVR "Excitation system models (Automatic Voltage Regulators - AVR) from PSAT" 3 | extends Modelica.Icons.Package; 4 | end AVR; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Controls/PSSE/TG/BaseClasses/GGOV1/package.order: -------------------------------------------------------------------------------- 1 | AccelerationLimiter 2 | Dm_select 3 | Flag 4 | LoadLimiter 5 | LoadLimiterDU 6 | Min_select 7 | PIDGovernor 8 | PIDGovernorDU 9 | R_select 10 | Turbine 11 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Controls/Simulink/PSS/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Controls.Simulink; 2 | package PSS "Power system stabilizer models based on Simulink implementation" 3 | extends Modelica.Icons.Package; 4 | end PSS; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Loads/PSAT/package.order: -------------------------------------------------------------------------------- 1 | ExponentialRecovery 2 | FrequencyDependent 3 | Mixed 4 | PQ 5 | PQvar 6 | ThermostaticallyControlled 7 | VoltageDependent 8 | ZIP 9 | ZIP_ExtInput 10 | ZIP_Jimma 11 | BaseClasses 12 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Wind/PSSE/WT4G/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Wind.PSSE; 2 | package WT4G "Model for a Wind Generator with a Back-to-back Interface Converter (Type 4)" 3 | extends Modelica.Icons.Package; 4 | end WT4G; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/Tutorial/Example_4/Experiments/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Examples.Tutorial.Example_4; 2 | package Experiments "Solutions to the Advanced Tutorial" 3 | extends Modelica.Icons.ExamplesPackage; 4 | end Experiments; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Resources/images/example_4/AutomatingAnalysis/GeneratedPowerAndBusVoltagePlots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/images/example_4/AutomatingAnalysis/GeneratedPowerAndBusVoltagePlots.png -------------------------------------------------------------------------------- /OpenIPSL/Tests/Controls/PSSE/ES/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Tests.Controls.PSSE; 2 | package ES "Set of simple systems to test the functionality of exciter models from PSAT" 3 | extends Modelica.Icons.ExamplesPackage; 4 | 5 | end ES; 6 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Wind/PSSE/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Tests.Wind; 2 | package PSSE "Set of simple systems to test the functionality of models for wind turbines from PSSE" 3 | extends Modelica.Icons.ExamplesPackage; 4 | 5 | end PSSE; 6 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Solar/PowerFactory/DIgSILENT/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Solar.PowerFactory; 2 | package DIgSILENT "Solar PV models with DIgSILENT implementation" 3 | extends Modelica.Icons.Package; 4 | 5 | end DIgSILENT; 6 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/PSATSystems/TwoArea/package.order: -------------------------------------------------------------------------------- 1 | ThirdOrder_AVRI 2 | ThirdOrder_AVRII 3 | FourthOrder_AVRI 4 | FourthOrder_AVRII 5 | FifthOrder_AVRI 6 | FifthOrder_AVRII 7 | SixthOrder_AVRI 8 | SixthOrder_AVRII 9 | BaseClasses 10 | -------------------------------------------------------------------------------- /OpenIPSL/Resources/images/example_4/DefiningGenerationGroups/ConnectingTurbineGovernorBlock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/images/example_4/DefiningGenerationGroups/ConnectingTurbineGovernorBlock.png -------------------------------------------------------------------------------- /OpenIPSL/Resources/images/example_4/DefiningGenerationGroups/CreateGeneratorTurbGovAVRPSS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/images/example_4/DefiningGenerationGroups/CreateGeneratorTurbGovAVRPSS.png -------------------------------------------------------------------------------- /OpenIPSL/Resources/images/example_4/DefiningGenerationGroups/GeneratorTurbGovModelCreation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/images/example_4/DefiningGenerationGroups/GeneratorTurbGovModelCreation.png -------------------------------------------------------------------------------- /OpenIPSL/Resources/images/example_4/DefiningGenerationGroups/ReplaceableGenerationUnitIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/images/example_4/DefiningGenerationGroups/ReplaceableGenerationUnitIcon.png -------------------------------------------------------------------------------- /OpenIPSL/Tests/Controls/CGMES/ES/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Tests.Controls.CGMES; 2 | package ES "Set of simple systems to test the functionality of exciter models from CGMES" 3 | extends Modelica.Icons.ExamplesPackage; 4 | 5 | end ES; 6 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Controls/PSAT/AVR/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Tests.Controls.PSAT; 2 | package AVR "Set of simple systems to test the functionality of exciter models from PSAT" 3 | extends Modelica.Icons.ExamplesPackage; 4 | 5 | end AVR; 6 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Controls/PSSE/PSS/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Tests.Controls.PSSE; 2 | package PSS "Set of simple systems to test the functionality of stabilizer models from PSSE" 3 | extends Modelica.Icons.ExamplesPackage; 4 | 5 | end PSS; 6 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Machines/PSAT/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Tests.Machines; 2 | package PSAT "Set of simple systems to test the functionality of various machine models from PSAT" 3 | extends Modelica.Icons.ExamplesPackage; 4 | 5 | end PSAT; 6 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Machines/PSSE/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Tests.Machines; 2 | package PSSE "Set of simple systems to test the functionality of various machine models from PSSE" 3 | extends Modelica.Icons.ExamplesPackage; 4 | 5 | end PSSE; 6 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Sources/SourcesWithRealInputs/package.order: -------------------------------------------------------------------------------- 1 | CurrentSourceReImInputConstant 2 | VoltageSourceReImInputConstant 3 | VoltageSourceReImInputVaryImag 4 | VoltageSourceReImInputVaryReal 5 | VoltageSourceReImInputVaryRealAndImag 6 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Branches/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical; 2 | package Branches "Models that represent devices that connect two or more buses such as transformers and power lines" 3 | extends Modelica.Icons.Package; 4 | end Branches; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Controls/PSSE/ES/BaseClasses/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Controls.PSSE.ES; 2 | package BaseClasses "Base classes used in excitation systems from PSSE" 3 | extends Modelica.Icons.BasesPackage; 4 | end BaseClasses; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Controls/PSSE/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Controls; 2 | package PSSE "Controller models from PSSE" 3 | extends Modelica.Icons.Package; 4 | 5 | annotation (Documentation(info=" 6 | ")); 7 | end PSSE; 8 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Events/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical; 2 | package Events "Models that can be used for the representation of events in a power system such as three-phase faults" 3 | extends Modelica.Icons.Package; 4 | end Events; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Renewables/PSSE/AddOnBlocks/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Renewables.PSSE; 2 | package AddOnBlocks "This package contains additional add ons that can be added to the original renewable models." 3 | end AddOnBlocks; 4 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Solar/PSAT/ConstantPQPV/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Solar.PSAT; 2 | package ConstantPQPV "Solar PV models that can be either constant PQ or constant PV" 3 | extends Modelica.Icons.Package; 4 | end ConstantPQPV; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/ThreePhase/Branches/MonoTri/TransformerFcn/package.order: -------------------------------------------------------------------------------- 1 | Yg_Yg 2 | D_D 3 | Y_Y 4 | D_Yg 5 | Yg_D 6 | Y_D 7 | D_Y 8 | Yg_Y 9 | Y_Yg 10 | Yg_Yg_FinImp 11 | D_D_FinImp 12 | Y_Y_FinImp 13 | Yg_Y_FinImp 14 | Y_Yg_FinImp 15 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/DAEMode/N44_Base_Case_Systems/Generators/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Examples.DAEMode.N44_Base_Case_Systems; 2 | package Generators "Group of generator models for N44 system simulations with events" 3 | 4 | end Generators; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/PSATSystems/TwoAreaOld/package.order: -------------------------------------------------------------------------------- 1 | ThirdOrder_AVRI 2 | ThirdOrder_AVRII 3 | FourthOrder_AVRI 4 | FourthOrder_AVRII 5 | FifthOrder_AVRI 6 | FifthOrder_AVRII 7 | SixthOrder_AVRI 8 | SixthOrder_AVRII 9 | BaseClasses 10 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/Tutorial/Example_4/BaseModels/GeneratingUnits/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Examples.Tutorial.Example_4.BaseModels; 2 | package GeneratingUnits "Generating Units" 3 | extends Modelica.Icons.Package; 4 | end GeneratingUnits; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Resources/images/example_4/DefiningGenerationGroups/ConnectingExcitationSystemBlock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/images/example_4/DefiningGenerationGroups/ConnectingExcitationSystemBlock.png -------------------------------------------------------------------------------- /OpenIPSL/Resources/images/example_4/PopulatingRecords/SimulationResultsWithInitialSSResponse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/images/example_4/PopulatingRecords/SimulationResultsWithInitialSSResponse.png -------------------------------------------------------------------------------- /OpenIPSL/Tests/Controls/CGMES/TG/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Tests.Controls.CGMES; 2 | package TG "Set of simple systems to test the functionality of turbine governor models from CGMES" 3 | extends Modelica.Icons.ExamplesPackage; 4 | end TG; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Controls/PSAT/TG/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Tests.Controls.PSAT; 2 | package TG "Set of simple systems to test the functionality of turbine governor models from PSAT" 3 | extends Modelica.Icons.ExamplesPackage; 4 | 5 | end TG; 6 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Controls/PSSE/COMP/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Tests.Controls.PSSE; 2 | package COMP "Set of simple systems to test the functionality of compensator models from PSSE" 3 | extends Modelica.Icons.ExamplesPackage; 4 | 5 | end COMP; 6 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Controls/PSSE/TG/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Tests.Controls.PSSE; 2 | package TG "Set of simple systems to test the functionality of turbine governor models from PSSE" 3 | extends Modelica.Icons.ExamplesPackage; 4 | 5 | end TG; 6 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Wind/PSSE/WT4G/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Tests.Wind.PSSE; 2 | package WT4G "Set of simple systems to test the functionality of type-4 wind models from PSSE (WT4)" 3 | extends Modelica.Icons.ExamplesPackage; 4 | 5 | end WT4G; 6 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Controls/PSSE/TG/BaseClasses/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Controls.PSSE.TG; 2 | package BaseClasses "Base classes for turbine governor models from PSSE" 3 | extends Modelica.Icons.BasesPackage; 4 | end BaseClasses; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/package.order: -------------------------------------------------------------------------------- 1 | SystemBase 2 | Controls 3 | Banks 4 | Branches 5 | Buses 6 | Events 7 | FACTS 8 | Loads 9 | Machines 10 | Renewables 11 | Sensors 12 | Solar 13 | Sources 14 | ThreePhase 15 | VSD 16 | Wind 17 | Essentials 18 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/DAEMode/SMIB_Examples/Example_1Mod/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Examples.DAEMode.SMIB_Examples; 2 | package Example_1Mod "Modified first set of examples of the Single Machine Infinite Bus (SMIB) system" 3 | 4 | end Example_1Mod; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/DAEMode/SMIB_Examples/Example_2/Generator/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Examples.DAEMode.SMIB_Examples.Example_2; 2 | package Generator "Group of generator models for SMIB system simulations without events" 3 | 4 | end Generator; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/Microgrids/IEEEMicrogrid/GeneratorGroups/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Examples.Microgrids.IEEEMicrogrid; 2 | package GeneratorGroups "Synchronous Generator Group" 3 | extends Modelica.Icons.ExamplesPackage; 4 | end GeneratorGroups; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/Tutorial/Example_4/PFData/BusData/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Examples.Tutorial.Example_4.PFData; 2 | package BusData "Records with power flow solutions for buses" 3 | extends Modelica.Icons.RecordsPackage; 4 | 5 | end BusData; 6 | -------------------------------------------------------------------------------- /OpenIPSL/Resources/images/example_4/AutomatingAnalysis/ChangeClassToMachineWithTurbGovernorPSS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/images/example_4/AutomatingAnalysis/ChangeClassToMachineWithTurbGovernorPSS.png -------------------------------------------------------------------------------- /OpenIPSL/Tests/Controls/CGMES/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Tests.Controls; 2 | package CGMES "Set of simple systems to test the functionality of exciter and turbine governor models from CGMES" 3 | extends Modelica.Icons.ExamplesPackage; 4 | end CGMES; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Controls/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical; 2 | package Controls "Models that represent controllers used in machines such as exciters, stabilizers and governors, for example" 3 | extends Modelica.Icons.Package; 4 | end Controls; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Essentials/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical; 2 | package Essentials "Contains models that can be extended for purposes of initialization with power flow results" 3 | extends Modelica.Icons.InternalPackage; 4 | end Essentials; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/DAEMode/SMIB_Examples/Example_1Mod/Generator/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Examples.DAEMode.SMIB_Examples.Example_1Mod; 2 | package Generator "Group of generator models for SMIB system simulations without events" 3 | 4 | end Generator; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/Tutorial/Example_4/PFData/LoadData/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Examples.Tutorial.Example_4.PFData; 2 | package LoadData "Records with power flow solutions for loads" 3 | extends Modelica.Icons.RecordsPackage; 4 | 5 | end LoadData; 6 | -------------------------------------------------------------------------------- /OpenIPSL/Resources/images/example_4/DefiningGenerationGroups/ChangeClassToMachineWithTurbGovernor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/images/example_4/DefiningGenerationGroups/ChangeClassToMachineWithTurbGovernor.png -------------------------------------------------------------------------------- /OpenIPSL/Tests/Controls/PSAT/OEL/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Tests.Controls.PSAT; 2 | package OEL "Set of simple systems to test the functionality of over excitation limiter models from PSAT" 3 | extends Modelica.Icons.ExamplesPackage; 4 | 5 | end OEL; 6 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Controls/PSSE/ES/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Controls.PSSE; 2 | package ES "Excitation system models from PSSE" 3 | extends Modelica.Icons.Package; 4 | 5 | annotation (Documentation(info=" 6 | ")); 7 | end ES; 8 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Controls/PSSE/PSS/BaseClasses/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Controls.PSSE.PSS; 2 | package BaseClasses "Base classes for Power System Stabilizers (PSSs) from PSSE" 3 | extends Modelica.Icons.BasesPackage; 4 | end BaseClasses; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Machines/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical; 2 | package Machines "Models that represent the rotating electrical machines connected to a power system such as generators and motors" 3 | extends Modelica.Icons.Package; 4 | end Machines; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/Tutorial/Example_4/PFData/PowerFlowTemplate.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Examples.Tutorial.Example_4.PFData; 2 | record PowerFlowTemplate "Template Record for Power Flow Results" 3 | extends Modelica.Icons.Record; 4 | 5 | end PowerFlowTemplate; 6 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/Tutorial/Example_4/PFData/TrafoData/TrafoTemplate.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Examples.Tutorial.Example_4.PFData.TrafoData; 2 | partial record TrafoTemplate 3 | "Record template for power flow solutions in transformers" 4 | 5 | end TrafoTemplate; 6 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/Tutorial/Example_4/PFData/TrafoData/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Examples.Tutorial.Example_4.PFData; 2 | package TrafoData "Records with power flow solutions for machines" 3 | extends Modelica.Icons.RecordsPackage; 4 | 5 | end TrafoData; 6 | -------------------------------------------------------------------------------- /OpenIPSL/Resources/images/example_4/DefiningGenerationGroups/ChangeClassToMachineWithTurbGovernorPSS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenIPSL/OpenIPSL/HEAD/OpenIPSL/Resources/images/example_4/DefiningGenerationGroups/ChangeClassToMachineWithTurbGovernorPSS.png -------------------------------------------------------------------------------- /OpenIPSL/Tests/Controls/PSSE/UEL/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Tests.Controls.PSSE; 2 | package UEL "Set of simple systems to test the functionality of minimum excitation limiter models from PSSE" 3 | extends Modelica.Icons.ExamplesPackage; 4 | 5 | end UEL; 6 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Solar/PowerFactory/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Tests.Solar; 2 | package PowerFactory "Set of simple systems to test the functionality of solar PV models from PowerFactory" 3 | extends Modelica.Icons.ExamplesPackage; 4 | 5 | end PowerFactory; 6 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/Steam/Fossil/CrossCompound/package.order: -------------------------------------------------------------------------------- 1 | AndersonCF1HP 2 | AndersonCF1LP 3 | AndersonCF2HP 4 | AndersonCF2LP 5 | AndersonCF3HP 6 | AndersonCF3LP 7 | AndersonCF4HP 8 | AndersonCF4LP 9 | AndersonCF5HP 10 | AndersonCF5LP 11 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Controls/PSSE/TG/BaseClasses/GGOV1/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Controls.PSSE.TG.BaseClasses; 2 | package GGOV1 "Basic components for GGOV and GGOVDU turbine governor models" 3 | extends Modelica.Icons.BasesPackage; 4 | end GGOV1; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Wind/PSSE/WT3G/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Wind.PSSE; 2 | package WT3G "Model for a Wind Machine based on a Duble-Fed Induction Generator (DFIG) with Active Power Control (Type 3)" 3 | extends Modelica.Icons.Package; 4 | end WT3G; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/Tutorial/Example_4/PFData/MachineData/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Examples.Tutorial.Example_4.PFData; 2 | package MachineData "Records with power flow solutions for machines" 3 | extends Modelica.Icons.RecordsPackage; 4 | 5 | end MachineData; 6 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/Tutorial/Example_4/PFData/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Examples.Tutorial.Example_4; 2 | package PFData "Records with Power Flow Solutions as obtained from GridCal and pf2rec" 3 | 4 | extends Modelica.Icons.RecordsPackage; 5 | 6 | end PFData; 7 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Controls/PSSE/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Tests.Controls; 2 | package PSSE "Set of simple systems to test the functionality of exciter, stabilizers, and turbine governor models from PSSE" 3 | extends Modelica.Icons.ExamplesPackage; 4 | 5 | end PSSE; 6 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Controls/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Tests; 2 | package Controls "Set of simple systems to test the functionality of models representing exciters, turbine governors and stabilizers" 3 | extends Modelica.Icons.ExamplesPackage; 4 | 5 | end Controls; 6 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Solar/PowerFactory/DIgSILENT/Auxiliary/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Solar.PowerFactory.DIgSILENT; 2 | package Auxiliary "Auxiliary models for implementation of DIgSILENT models" 3 | extends Modelica.Icons.Package; 4 | 5 | end Auxiliary; 6 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | *.mat 2 | *~ 3 | buildlog.txt 4 | dsfinal.txt 5 | dsin.txt 6 | dslog.txt 7 | dsmodelext1.c 8 | dsmodel.c 9 | dymosim.exe 10 | dymosim.exp 11 | dymosim.lib 12 | dymosim 13 | *.fmu 14 | *.h 15 | *.bak-mo 16 | *.moe 17 | *.mol 18 | .DS_Store 19 | .impact* 20 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Controls/PSAT/PSS/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Controls.PSAT; 2 | package PSS "Power System Stabilizer (PSS) models from PSAT" 3 | extends Modelica.Icons.Package; 4 | 5 | annotation (Documentation(info=" 6 | ")); 7 | end PSS; 8 | -------------------------------------------------------------------------------- /.CI/old-travis/CIcheck/checkFAIL.mo: -------------------------------------------------------------------------------- 1 | within ; 2 | model checkFAIL 3 | Real y(start=1); 4 | equation 5 | der(x) = -x; 6 | annotation (Icon(coordinateSystem(preserveAspectRatio=false)), Diagram( 7 | coordinateSystem(preserveAspectRatio=false))); 8 | end checkFAIL; 9 | -------------------------------------------------------------------------------- /.CI/old-travis/CIcheck/checkPASS.mo: -------------------------------------------------------------------------------- 1 | within ; 2 | model checkPASS 3 | Real x(start=1); 4 | equation 5 | der(x) = -x; 6 | annotation (Icon(coordinateSystem(preserveAspectRatio=false)), Diagram( 7 | coordinateSystem(preserveAspectRatio=false))); 8 | end checkPASS; 9 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Sources/SourceBehindImpedance/BaseClasses/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Sources.SourceBehindImpedance; 2 | package BaseClasses "Partial models for controllable sources behind impedance" 3 | extends Modelica.Icons.BasesPackage; 4 | end BaseClasses; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/PSATSystems/ThreeArea/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Examples.PSATSystems; 2 | package ThreeArea "14-bus 3-area ABC test system" 3 | extends Modelica.Icons.ExamplesPackage; 4 | 5 | annotation (Documentation(info=" 6 | 7 | ")); 8 | end ThreeArea; 9 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/PSATSystems/TwoArea/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Examples.PSATSystems; 2 | package TwoArea "31-bus 2-machine 2-area test system" 3 | extends Modelica.Icons.ExamplesPackage; 4 | 5 | annotation (Documentation(info=" 6 | 7 | ")); 8 | end TwoArea; 9 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/BaseClasses/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Tests; 2 | package BaseClasses "Set of base classes that are extended to create small systems for testing functionalities of the various models from the library" 3 | extends Modelica.Icons.BasesPackage; 4 | end BaseClasses; 5 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Controls/PSAT/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Tests.Controls; 2 | package PSAT "Set of simple systems to test the functionality of exciter, over-excitation limiters, and turbine governor models from PSAT" 3 | extends Modelica.Icons.ExamplesPackage; 4 | 5 | end PSAT; 6 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Sources/SourcesBehindImpedance/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Tests.Sources; 2 | package SourcesBehindImpedance 3 | "Tests models of sources behind impedances with the grid template" 4 | extends Modelica.Icons.ExamplesPackage; 5 | 6 | end SourcesBehindImpedance; 7 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Renewables/PSSE/ElectricalController/BaseClasses/package.order: -------------------------------------------------------------------------------- 1 | BaseREECA 2 | BaseREECB 3 | BaseREECC 4 | CurrentLimitLogicREECA 5 | CurrentLimitLogicREECB 6 | CurrentLimitLogicREECC 7 | StateOfChargeLogic 8 | PIwithVariableLimiter 9 | PIwithNoVariableLimiter 10 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Controls/PSSE/ES/package.order: -------------------------------------------------------------------------------- 1 | AC7B 2 | AC8B 3 | DC4B 4 | ESAC1A 5 | ESAC2A 6 | ESDC1A 7 | ESDC2A 8 | ESST1A 9 | ESST4B 10 | ESURRY 11 | EXAC1 12 | EXAC2 13 | EXBAS 14 | EXNI 15 | EXST1 16 | IEEET1 17 | IEEET2 18 | IEEEX1 19 | SCRX 20 | SEXS 21 | ST5B 22 | URST5T 23 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Controls/PSAT/TG/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Controls.PSAT; 2 | package TG "Turbine and its governor (the mathematical models are taken from PSAT)" 3 | extends Modelica.Icons.Package; 4 | 5 | annotation (Documentation(info=" 6 | ")); 7 | end TG; 8 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Sources/SourcesWithRealInputs/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Tests.Sources; 2 | package SourcesWithRealInputs 3 | "Tests models of sources with RealInput interfaces that can be used to link with data." 4 | extends Modelica.Icons.ExamplesPackage; 5 | end SourcesWithRealInputs; 6 | -------------------------------------------------------------------------------- /OpenIPSL/NonElectrical/Continuous/package.order: -------------------------------------------------------------------------------- 1 | DerivativeLag 2 | IntegratorLimVar 3 | LeadLag 4 | LeadLagLim 5 | PI_No_Windup 6 | PID_No_Windup 7 | RampTrackingFilter 8 | SimpleLag 9 | SimpleLagLim 10 | SimpleLagLimVar 11 | SimpleLagRateLimBlock 12 | SimpleLagRateLimVar 13 | SimpleLead 14 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/ThreePhase/Loads/package.order: -------------------------------------------------------------------------------- 1 | WyeLoad_3Ph 2 | WyeLoad_2Ph 3 | WyeLoad_1Ph 4 | WyeDynLoad_3Ph 5 | DeltaLoad_3Ph 6 | DeltaLoad_2Ph 7 | DeltaDynLoad_3Ph 8 | Dyn_wye_3Ph_balanced 9 | Dyn_wye_3Ph_unbalanced 10 | Dyn_wye_2Ph_balanced 11 | Dyn_wye_2Ph_unbalanced 12 | Dyn_wye_1Ph 13 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Sources/SourceBehindImpedance/VoltageSources/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Sources.SourceBehindImpedance; 2 | package VoltageSources 3 | "Voltage sources behind an impedance, controllable and uncontrollable" 4 | extends Modelica.Icons.VariantsPackage; 5 | end VoltageSources; 6 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Loads/NoiseInjections/WhiteNoiseInjection.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Loads.NoiseInjections; 2 | model WhiteNoiseInjection "Load with direct white gaussian noise injection" 3 | extends BaseClass(noise_gen(startTime=0.1)); 4 | 5 | equation 6 | y = noise_gen.y; 7 | end WhiteNoiseInjection; 8 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/ThreePhase/Loads/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.ThreePhase; 2 | package Loads "Multi-phase load models" 3 | extends Modelica.Icons.Package; 4 | 5 | annotation(Documentation(info=" 6 |
This package contains different models for multi-phase loads.
7 | ")); 8 | end Loads; 9 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/DAEMode/SMIB_Examples/Example_1/Generator/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Examples.DAEMode.SMIB_Examples.Example_1; 2 | package Generator "Group of generator models for SMIB system simulations with and without events" 3 | 4 | annotation (Documentation(info=" 5 | 6 | ")); 7 | end Generator; 8 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/Tutorial/Example_4/PFData/TrafoData/PFTrafo00000.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Examples.Tutorial.Example_4.PFData.TrafoData; 2 | record PFTrafo00000 "Record for power flow solutions in trafos - Id 00000" 3 | extends OpenIPSL.Examples.Tutorial.Example_4.PFData.TrafoData.TrafoTemplate; 4 | 5 | end PFTrafo00000; 6 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/AKD/System/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Examples.AKD; 2 | package System "Power system model for simulation" 3 | annotation (Documentation(info=" 4 |This package contains the test system to be simulated. More information can be found in the model documentation.
5 | ")); 6 | end System; 7 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Controls/PSSE/ES/package.order: -------------------------------------------------------------------------------- 1 | ConstantExcitation 2 | AC7B 3 | AC8B 4 | DC4B 5 | ESAC1A 6 | ESAC2A 7 | ESDC1A 8 | ESDC2A 9 | ESST1A 10 | ESST4B 11 | ESURRY 12 | EXAC1 13 | EXAC2 14 | EXBAS 15 | EXNI 16 | EXST1 17 | IEEET1 18 | IEEET2 19 | IEEEX1 20 | SCRX 21 | SEXS 22 | ST5B 23 | URST5T 24 | BaseClasses 25 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Wind/GE/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Wind; 2 | package GE "Wind machine models from GE" 3 | extends Modelica.Icons.Package; 4 | 5 | annotation (Diagram(coordinateSystem( 6 | extent={{-148.5,-105.0},{148.5,105.0}}, 7 | preserveAspectRatio=true, 8 | grid={5,5}))); 9 | end GE; 10 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/PSATSystems/ThreeArea/package.order: -------------------------------------------------------------------------------- 1 | ThirdOrder_AVRI 2 | ThirdOrder_AVRII 3 | ThirdOrder_AVRIII 4 | FourthOrder_AVRI 5 | FourthOrder_AVRII 6 | FourthOrder_AVRIII 7 | FifthOrder_AVRI 8 | FifthOrder_AVRII 9 | FifthOrder_AVRIII 10 | SixthOrder_AVRI 11 | SixthOrder_AVRII 12 | SixthOrder_AVRIII 13 | BaseClasses 14 | -------------------------------------------------------------------------------- /OpenIPSL/Data/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL; 2 | package Data "Package with typical data sets of parameters for the OpenIPSL components" 3 | extends Modelica.Icons.VariantsPackage; 4 | annotation (Documentation(info=" 5 |Package with typical data sets of parameters for the OpenIPSL components.
6 | ")); 7 | end Data; 8 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Examples/PFData/LoadData/PFLoad00030.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Examples.PFData.LoadData; 2 | record PFLoad00030 "Record for power flow solutions in loads - Pload = 30 MW" 3 | extends LoadTemplate( PL1=1e06*(30.000000000000), QL1=1e06*(6.000000000000)); 4 | 5 | // Load: '3_1' 6 | 7 | end PFLoad00030; 8 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Examples/PFData/LoadData/PFLoad00040.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Examples.PFData.LoadData; 2 | record PFLoad00040 "Record for power flow solutions in loads - Pload = 40 MW" 3 | extends LoadTemplate( PL1=1e06*(40.000000000000), QL1=1e06*(8.000000000000)); 4 | 5 | // Load: '3_1' 6 | 7 | end PFLoad00040; 8 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Examples/PFData/LoadData/PFLoad00050.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Examples.PFData.LoadData; 2 | record PFLoad00050 "Record for power flow solutions in loads - Pload = 50 MW" 3 | extends LoadTemplate( PL1=1e06*(50.000000000000), QL1=1e06*(10.000000000000)); 4 | 5 | // Load: '3_1' 6 | 7 | end PFLoad00050; 8 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Examples/PFData/LoadData/PFLoad00060.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Examples.PFData.LoadData; 2 | record PFLoad00060 "Record for power flow solutions in loads - Pload = 60 MW" 3 | extends LoadTemplate( PL1=1e06*(60.000000000000), QL1=1e06*(12.000000000000)); 4 | 5 | // Load: '3_1' 6 | 7 | end PFLoad00060; 8 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Examples/PFData/LoadData/PFLoad00070.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Examples.PFData.LoadData; 2 | record PFLoad00070 "Record for power flow solutions in loads - Pload = 70 MW" 3 | extends LoadTemplate( PL1=1e06*(70.000000000000), QL1=1e06*(14.000000000000)); 4 | 5 | // Load: '3_1' 6 | 7 | end PFLoad00070; 8 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Wind/PSAT/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Wind; 2 | package PSAT "Wind machine models from PSAT" 3 | extends Modelica.Icons.Package; 4 | 5 | annotation (Diagram(coordinateSystem( 6 | extent={{-148.5,-105.0},{148.5,105.0}}, 7 | preserveAspectRatio=true, 8 | grid={5,5}))); 9 | end PSAT; 10 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Wind/PSSE/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Wind; 2 | package PSSE "Wind machine models from PSSE" 3 | extends Modelica.Icons.Package; 4 | 5 | annotation (Diagram(coordinateSystem( 6 | extent={{-148.5,-105.0},{148.5,105.0}}, 7 | preserveAspectRatio=true, 8 | grid={5,5}))); 9 | end PSSE; 10 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/N44/Base_Case/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Examples.N44; 2 | package Base_Case "Library of modified Nordic 44 model" 3 | extends Modelica.Icons.ExamplesPackage; 4 | 5 | annotation (Documentation(info=" 6 |This repository contains models for the modified Nordic 44 system.
7 | ")); 8 | end Base_Case; 9 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/N44/Original/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Examples.N44; 2 | package Original "Library of original Nordic 44 model" 3 | extends Modelica.Icons.ExamplesPackage; 4 | 5 | annotation (Documentation(info=" 6 |This repository contains models for the original Nordic 44 system.
7 | ")); 8 | end Original; 9 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/Hydro/package.order: -------------------------------------------------------------------------------- 1 | AndersonH1 2 | AndersonH2 3 | AndersonH3 4 | AndersonH4 5 | AndersonH5 6 | AndersonH6 7 | AndersonH7 8 | AndersonH8 9 | AndersonH9 10 | AndersonH10 11 | AndersonH11 12 | AndersonH12 13 | AndersonH13 14 | AndersonH14 15 | AndersonH15 16 | AndersonH16 17 | AndersonH17 18 | AndersonH18 19 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Wind/GE/Type_3/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Wind.GE; 2 | package Type_3 "Type 3 wind machine from GE" 3 | extends Modelica.Icons.Package; 4 | 5 | annotation (Diagram(coordinateSystem( 6 | extent={{-148.5,-105.0},{148.5,105.0}}, 7 | preserveAspectRatio=true, 8 | grid={5,5}))); 9 | end Type_3; 10 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Examples/PFData/BusData/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Examples.PFData; 2 | package BusData "Records with power flow solutions for buses" 3 | extends Modelica.Icons.RecordsPackage; 4 | 5 | annotation (Documentation(info=" 6 |Records with power flow solutions for buses.
7 | ")); 8 | end BusData; 9 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/IEEE421/ST/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.IEEE421; 2 | package ST "Type ST - Static Excitation Systems" 3 | extends Modelica.Icons.VariantsPackage; 4 | 5 | annotation (Documentation(info=" 6 |Typical Data for Type ST IEEE Excitation System Models - Static Excitation Systems.
7 | ")); 8 | end ST; 9 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Wind/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical; 2 | package Wind "Models that represent wind generators and their controls" 3 | extends Modelica.Icons.Package; 4 | 5 | annotation (Diagram(coordinateSystem( 6 | extent={{-148.5,-105.0},{148.5,105.0}}, 7 | preserveAspectRatio=true, 8 | grid={5,5}))); 9 | end Wind; 10 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Examples/PFData/LoadData/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Examples.PFData; 2 | package LoadData "Records with power flow solutions for loads" 3 | extends Modelica.Icons.RecordsPackage; 4 | 5 | annotation (Documentation(info=" 6 |Records with power flow solutions for loads.
7 | ")); 8 | end LoadData; 9 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Examples/PFData/PowerFlowTemplate.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Examples.PFData; 2 | record PowerFlowTemplate "Template Record for Power Flow Results" 3 | extends Modelica.Icons.Record; 4 | 5 | annotation (Documentation(info=" 6 |Template Record for Power Flow Results.
7 | ")); 8 | end PowerFlowTemplate; 9 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/GUDynamicsTemplate.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant; 2 | record GUDynamicsTemplate 3 | "Template Record for Generation Unit Dynamic Parameters" 4 | extends Modelica.Icons.Record; 5 | annotation (Documentation(info=" 6 |Template Record for Generation Unit Dynamic Parameters.
7 | ")); 8 | end GUDynamicsTemplate; 9 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Loads/NoiseInjections/WienerProcessInjection.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Loads.NoiseInjections; 2 | model WienerProcessInjection "Load with white gaussian noise injection using Wiener process" 3 | extends BaseClass; 4 | 5 | initial equation 6 | y = 0; 7 | 8 | equation 9 | der(y) = noise_gen.y; 10 | end WienerProcessInjection; 11 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Wind/GE/Type_3/Turbine/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Wind.GE.Type_3; 2 | package Turbine "Type 3 wind turbine model" 3 | extends Modelica.Icons.Package; 4 | 5 | annotation (Diagram(coordinateSystem( 6 | extent={{-148.5,-105.0},{148.5,105.0}}, 7 | preserveAspectRatio=true, 8 | grid={5,5}))); 9 | end Turbine; 10 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/Tutorial/Example_4/PFData/LoadData/PFLoad00000.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Examples.Tutorial.Example_4.PFData.LoadData; 2 | record PFLoad00000 "Record for power flow solutions in loads - Id 00000" 3 | extends OpenIPSL.Examples.Tutorial.Example_4.PFData.LoadData.LoadTemplate(PL1= 4 | 1e06*(50.0000000), QL1=1e06*(10.0000000)); 5 | 6 | end PFLoad00000; 7 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/AKD/Data/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Examples.AKD; 2 | package Data "Package with power flow data records for model initialization" 3 | annotation (Documentation(info=" 4 |This package contains the power flow data that is used to initialize the dynamic models. The power flow solution was calculated using PSSE.
5 | ")); 6 | end Data; 7 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/N44/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Examples; 2 | package N44 "Library of Nordic 44 models" 3 | extends Modelica.Icons.ExamplesPackage; 4 | 5 | annotation (Documentation(info=" 6 | This package contains the original and the modified Nordic 44 models, and the systems used to test the DAE Mode solvers from Dymola. 7 | ")); 8 | end N44; 9 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Examples/PFData/MachineData/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Examples.PFData; 2 | package MachineData "Records with power flow solutions for machines" 3 | extends Modelica.Icons.RecordsPackage; 4 | 5 | annotation (Documentation(info=" 6 |Records with power flow solutions for machines.
7 | ")); 8 | end MachineData; 9 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/IEEE421/DC/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.IEEE421; 2 | package DC "Type DC - Direct Current Commutator Exciters" 3 | extends Modelica.Icons.VariantsPackage; 4 | 5 | annotation (Documentation(info=" 6 |Typical Data for Type DC IEEE Excitation System Models - Direct Current Commutator Exciters.
7 | ")); 8 | end DC; 9 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/ThreePhase/Branches/BaseClasses/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.ThreePhase.Branches; 2 | package BaseClasses "Base class for three-phase lines" 3 | extends Modelica.Icons.BasesPackage; 4 | 5 | annotation (Documentation(info=" 6 |This package contains base class three-phase models for power lines.
7 | ")); 8 | end BaseClasses; 9 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Wind/GE/Type_3/Generator/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Wind.GE.Type_3; 2 | package Generator "Type 3 wind generator model" 3 | extends Modelica.Icons.Package; 4 | 5 | annotation (Diagram(coordinateSystem( 6 | extent={{-148.5,-105.0},{148.5,105.0}}, 7 | preserveAspectRatio=true, 8 | grid={5,5}))); 9 | end Generator; 10 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Wind/PSAT/PSAT_Type_3/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Wind.PSAT; 2 | package PSAT_Type_3 "Type 3 wind machine model from PSAT" 3 | extends Modelica.Icons.Package; 4 | 5 | annotation (Diagram(coordinateSystem( 6 | extent={{-148.5,-105.0},{148.5,105.0}}, 7 | preserveAspectRatio=true, 8 | grid={5,5}))); 9 | end PSAT_Type_3; 10 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Controls/PSSE/ES/BaseClasses/package.order: -------------------------------------------------------------------------------- 1 | SelectLogic 2 | BaseExciter 3 | RotatingExciter 4 | RotatingExciterLimited 5 | RotatingExciterWithDemagnetization 6 | RotatingExciterWithDemagnetizationLimited 7 | RotatingExciterWithDemagnetizationVarLim 8 | RectifierCommutationVoltageDrop 9 | calculate_dc_exciter_params 10 | RotatingExciterBase 11 | invFEX 12 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/VSD/Generic/ControllerLogic/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.VSD.Generic; 2 | package ControllerLogic "Controller logic for variable speed drive" 3 | extends Modelica.Icons.Package; 4 | annotation (Documentation(info=" 5 |This package contains the controlling logic of the variable speed drive model.
6 | ")); 7 | end ControllerLogic; 8 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/ThreePhase/Branches/Lines/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.ThreePhase.Branches; 2 | package Lines "Models for three-phase power lines" 3 | extends Modelica.Icons.Package; 4 | 5 | annotation ( 6 | Documentation(info=" 7 |This package contains models for three-phase power lines in different configurations.
8 | ")); 9 | end Lines; 10 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/DAEMode/SMIB_Examples/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Examples.DAEMode; 2 | package SMIB_Examples "Examples of State Events in a simple Single Machine Infinite Bus (SMIB) system" 3 | extends Modelica.Icons.ExamplesPackage; 4 | 5 | annotation (Documentation(info=" 6 | Package with simple test systems for simultion of state events. 7 | ")); 8 | end SMIB_Examples; 9 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/N44/Original/Generators/package.order: -------------------------------------------------------------------------------- 1 | Gen1_bus_3000 2 | Gen1_bus_7000 3 | Gen4_bus_3300 4 | Gen4_bus_3359 5 | Gen4_bus_8500 6 | Gen2_bus_3245 7 | Gen2_bus_3249 8 | Gen2_bus_5600 9 | Gen3_bus_3115 10 | Gen3_bus_5300 11 | Gen3_bus_6100 12 | Gen3_bus_6700 13 | Gen3_bus_7100 14 | Gen5_bus_5100 15 | Gen5_bus_5400 16 | Gen5_bus_5500 17 | Gen5_bus_6000 18 | Gen5_bus_6500 19 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Renewables/PSSE/PlantController/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Renewables.PSSE; 2 | package PlantController "Renewable Plant Controllers" 3 | 4 | annotation (Documentation(info=" 5 |6 | This package contains components that model the plant controller of the WECC-based renewable energy sources. 7 |
8 | ")); 9 | end PlantController; 10 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Renewables/PSSE/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Renewables; 2 | package PSSE "Renewable models from PSSE" 3 | 4 | annotation (Documentation(info=" 5 |This package contains renewable models that were implemented based on PSS®E's models documentation [PSSE-MODELS].
6 | ")); 7 | end PSSE; 8 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/N44/Base_Case/Generators/package.order: -------------------------------------------------------------------------------- 1 | Gen1_bus_3000 2 | Gen1_bus_7000 3 | Gen4_bus_3300 4 | Gen4_bus_3359 5 | Gen4_bus_8500 6 | Gen2_bus_3245 7 | Gen2_bus_3249 8 | Gen2_bus_5600 9 | Gen3_bus_3115 10 | Gen3_bus_5300 11 | Gen3_bus_6100 12 | Gen3_bus_6700 13 | Gen3_bus_7100 14 | Gen5_bus_5100 15 | Gen5_bus_5400 16 | Gen5_bus_5500 17 | Gen5_bus_6000 18 | Gen5_bus_6500 19 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Renewables/PSSE/InverterInterface/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Renewables.PSSE; 2 | package InverterInterface "Renewable Inverter Interface" 3 | 4 | annotation (Documentation(info=" 5 |6 | This package contains components that model the inverter interface of the WECC-based renewable energy sources. 7 |
8 | ")); 9 | end InverterInterface; 10 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/PSATSystems/Discretization/DiscreteAVR/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Examples.PSATSystems.Discretization; 2 | package DiscreteAVR "Package containing the discrete AVR model" 3 | annotation (Documentation(info=" 4 |The exciter model within this subpackage is used only in the three example systems within Discretization.
5 | ")); 6 | end DiscreteAVR; 7 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/IEEE421/AC/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.IEEE421; 2 | package AC "Type AC - Alternator-Supplied Rectifier Excitation Systems" 3 | extends Modelica.Icons.VariantsPackage; 4 | 5 | annotation (Documentation(info=" 6 |Typical Data for Type AC IEEE Excitation System Models - Alternator-Supplied Rectifier Excitation Systems.
7 | ")); 8 | end AC; 9 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/VSD/Generic/PowerElectronics/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.VSD.Generic; 2 | package PowerElectronics "Variable speed drive power electronics model" 3 | extends Modelica.Icons.Package; 4 | 5 | annotation (Documentation(info=" 6 |This package contains the power electronics component of the variable speed drive model.
7 | ")); 8 | end PowerElectronics; 9 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/TurbGovData/TurbGovernorDataF1.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.TurbGovData; 2 | record TurbGovernorDataF1 3 | extends TurbGovernorDataTemplate( GOV = "G", 4 | R = 0.050, 5 | P_MAX = 22.50/25, 6 | T_1 = 0.200, 7 | T_2 = 0.000, 8 | T_3 = 0.300, 9 | T_4 = 0.090, 10 | T_5 = 0.000, 11 | F = 1.000); 12 | end TurbGovernorDataF1; 13 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/TurbGovData/TurbGovernorDataF4.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.TurbGovData; 2 | record TurbGovernorDataF4 3 | extends TurbGovernorDataTemplate( GOV = "G", 4 | R = 0.050, 5 | P_MAX = 75.00/75, 6 | T_1 = 0.090, 7 | T_2 = 0.000, 8 | T_3 = 0.200, 9 | T_4 = 0.300, 10 | T_5 = 0.000, 11 | F = 1.000); 12 | end TurbGovernorDataF4; 13 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/TurbGovData/TurbGovernorDataH1.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.TurbGovData; 2 | record TurbGovernorDataH1 3 | extends TurbGovernorDataTemplate( GOV = "G", 4 | R = 0.050, 5 | P_MAX = 8.60/9, 6 | T_1 = 48.440, 7 | T_2 = 4.634, 8 | T_3 = 0.000, 9 | T_4 = 0.000, 10 | T_5 = 0.579, 11 | F = -2.000); 12 | end TurbGovernorDataH1; 13 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/TurbGovData/TurbGovernorDataH5.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.TurbGovData; 2 | record TurbGovernorDataH5 3 | extends TurbGovernorDataTemplate( GOV = "G", 4 | R = 0.056, 5 | P_MAX = 40.00/40, 6 | T_1 = 0.000, 7 | T_2 = 0.000, 8 | T_3 = 0.500, 9 | T_4 = 0.000, 10 | T_5 = 0.430, 11 | F = -2.000); 12 | end TurbGovernorDataH5; 13 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/TurbGovData/TurbGovernorDataH6.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.TurbGovData; 2 | record TurbGovernorDataH6 3 | extends TurbGovernorDataTemplate( GOV = "G", 4 | R = 0.050, 5 | P_MAX = 52.50/54, 6 | T_1 = 0.000, 7 | T_2 = 0.000, 8 | T_3 = 0.000, 9 | T_4 = 0.000, 10 | T_5 = 0.785, 11 | F = -2.000); 12 | end TurbGovernorDataH6; 13 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/TwoAreas/Groups/PSAT/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Examples.TwoAreas.Groups; 2 | package PSAT "Set of generation units modeled with PSAT" 3 | annotation (Documentation(info=" 4 |This package contains four generation units, based on PSAT models, that are used in the Two_Areas_PSAT system. These models are composed only of machine models.
5 | ")); 6 | end PSAT; 7 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/TurbGovData/TurbGovernorDataCT2.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.TurbGovData; 2 | record TurbGovernorDataCT2 3 | extends TurbGovernorDataTemplate( GOV = "G", 4 | R = 0.040, 5 | P_MAX = 82.00/62.5, 6 | T_1 = 0.500, 7 | T_2 = 1.250, 8 | T_3 = 0.700, 9 | T_4 = 0.700, 10 | T_5 = 0.000, 11 | F = 1.000); 12 | end TurbGovernorDataCT2; 13 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/TurbGovData/TurbGovernorDataF10.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.TurbGovData; 2 | record TurbGovernorDataF10 3 | extends TurbGovernorDataTemplate( GOV = "G", 4 | R = 0.050, 5 | P_MAX = 210.00/233, 6 | T_1 = 0.150, 7 | T_2 = 0.000, 8 | T_3 = 0.100, 9 | T_4 = 0.300, 10 | T_5 = 10.000, 11 | F = 0.237); 12 | end TurbGovernorDataF10; 13 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/TurbGovData/TurbGovernorDataF11.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.TurbGovData; 2 | record TurbGovernorDataF11 3 | extends TurbGovernorDataTemplate( GOV = "G", 4 | R = 0.050, 5 | P_MAX = 230.00/270, 6 | T_1 = 0.100, 7 | T_2 = 0.000, 8 | T_3 = 0.259, 9 | T_4 = 0.100, 10 | T_5 = 10.000, 11 | F = 0.272); 12 | end TurbGovernorDataF11; 13 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/TurbGovData/TurbGovernorDataF12.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.TurbGovData; 2 | record TurbGovernorDataF12 3 | extends TurbGovernorDataTemplate( GOV = "G", 4 | R = 0.050, 5 | P_MAX = 347.00/330, 6 | T_1 = 0.100, 7 | T_2 = 0.000, 8 | T_3 = 0.400, 9 | T_4 = 0.050, 10 | T_5 = 8.000, 11 | F = 0.250); 12 | end TurbGovernorDataF12; 13 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/TurbGovData/TurbGovernorDataF13.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.TurbGovData; 2 | record TurbGovernorDataF13 3 | extends TurbGovernorDataTemplate( GOV = "G", 4 | R = 0.050, 5 | P_MAX = 360.00/384, 6 | T_1 = 0.220, 7 | T_2 = 0.000, 8 | T_3 = 0.200, 9 | T_4 = 0.250, 10 | T_5 = 8.000, 11 | F = 0.270); 12 | end TurbGovernorDataF13; 13 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/TurbGovData/TurbGovernorDataF14.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.TurbGovData; 2 | record TurbGovernorDataF14 3 | extends TurbGovernorDataTemplate( GOV = "G", 4 | R = 0.050, 5 | P_MAX = 367.00/410, 6 | T_1 = 0.180, 7 | T_2 = 0.000, 8 | T_3 = 0.040, 9 | T_4 = 0.250, 10 | T_5 = 8.000, 11 | F = 0.267); 12 | end TurbGovernorDataF14; 13 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/TurbGovData/TurbGovernorDataF15.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.TurbGovData; 2 | record TurbGovernorDataF15 3 | extends TurbGovernorDataTemplate( GOV = "G", 4 | R = 0.050, 5 | P_MAX = 390.00/448, 6 | T_1 = 0.100, 7 | T_2 = 0.000, 8 | T_3 = 0.300, 9 | T_4 = 0.050, 10 | T_5 = 10.000, 11 | F = 0.250); 12 | end TurbGovernorDataF15; 13 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/TurbGovData/TurbGovernorDataF16.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.TurbGovData; 2 | record TurbGovernorDataF16 3 | extends TurbGovernorDataTemplate( GOV = "G", 4 | R = 0.050, 5 | P_MAX = 460.00/512, 6 | T_1 = 0.150, 7 | T_2 = 0.050, 8 | T_3 = 0.300, 9 | T_4 = 0.260, 10 | T_5 = 8.000, 11 | F = 0.270); 12 | end TurbGovernorDataF16; 13 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/TurbGovData/TurbGovernorDataF17.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.TurbGovData; 2 | record TurbGovernorDataF17 3 | extends TurbGovernorDataTemplate( GOV = "G", 4 | R = 0.050, 5 | P_MAX = 497.00/552, 6 | T_1 = 0.100, 7 | T_2 = 0.000, 8 | T_3 = 0.300, 9 | T_4 = 0.100, 10 | T_5 = 10.000, 11 | F = 0.300); 12 | end TurbGovernorDataF17; 13 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/TurbGovData/TurbGovernorDataF18.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.TurbGovData; 2 | record TurbGovernorDataF18 3 | extends TurbGovernorDataTemplate( GOV = "G", 4 | R = 0.050, 5 | P_MAX = 553.00/590, 6 | T_1 = 0.080, 7 | T_2 = 0.000, 8 | T_3 = 0.150, 9 | T_4 = 0.050, 10 | T_5 = 10.000, 11 | F = 0.280); 12 | end TurbGovernorDataF18; 13 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/TurbGovData/TurbGovernorDataF19.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.TurbGovData; 2 | record TurbGovernorDataF19 3 | extends TurbGovernorDataTemplate( GOV = "G", 4 | R = 0.050, 5 | P_MAX = 766.29/835, 6 | T_1 = 0.180, 7 | T_2 = 0.030, 8 | T_3 = 0.200, 9 | T_4 = 0.000, 10 | T_5 = 8.000, 11 | F = 0.300); 12 | end TurbGovernorDataF19; 13 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/TurbGovData/TurbGovernorDataF2.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.TurbGovData; 2 | record TurbGovernorDataF2 3 | extends TurbGovernorDataTemplate( GOV = "G", 4 | R = 0.050, 5 | P_MAX = 36.10/35.29, 6 | T_1 = 0.200, 7 | T_2 = 0.000, 8 | T_3 = 0.300, 9 | T_4 = 0.200, 10 | T_5 = 0.000, 11 | F = 1.000); 12 | end TurbGovernorDataF2; 13 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/TurbGovData/TurbGovernorDataF20.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.TurbGovData; 2 | record TurbGovernorDataF20 3 | extends TurbGovernorDataTemplate( GOV = "G", 4 | R = 0.050, 5 | P_MAX = 810.00/896, 6 | T_1 = 0.100, 7 | T_2 = 0.000, 8 | T_3 = 0.200, 9 | T_4 = 0.100, 10 | T_5 = 8.720, 11 | F = 0.300); 12 | end TurbGovernorDataF20; 13 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/TurbGovData/TurbGovernorDataF21.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.TurbGovData; 2 | record TurbGovernorDataF21 3 | extends TurbGovernorDataTemplate( GOV = "G", 4 | R = 0.050, 5 | P_MAX = 820.00/911, 6 | T_1 = 0.100, 7 | T_2 = 0.000, 8 | T_3 = 0.200, 9 | T_4 = 0.100, 10 | T_5 = 8.720, 11 | F = 0.300); 12 | end TurbGovernorDataF21; 13 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/TurbGovData/TurbGovernorDataF3.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.TurbGovData; 2 | record TurbGovernorDataF3 3 | extends TurbGovernorDataTemplate( GOV = "G", 4 | R = 0.078, 5 | P_MAX = 53.00/51.20, 6 | T_1 = 0.200, 7 | T_2 = 0.000, 8 | T_3 = 0.300, 9 | T_4 = 0.090, 10 | T_5 = 0.000, 11 | F = 1.000); 12 | end TurbGovernorDataF3; 13 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/TurbGovData/TurbGovernorDataF5.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.TurbGovData; 2 | record TurbGovernorDataF5 3 | extends TurbGovernorDataTemplate( GOV = "G", 4 | R = 0.050, 5 | P_MAX = 105.00/100, 6 | T_1 = 0.090, 7 | T_2 = 0.000, 8 | T_3 = 0.200, 9 | T_4 = 0.300, 10 | T_5 = 0.000, 11 | F = 1.000); 12 | end TurbGovernorDataF5; 13 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/TurbGovData/TurbGovernorDataF6.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.TurbGovData; 2 | record TurbGovernorDataF6 3 | extends TurbGovernorDataTemplate( GOV = "G", 4 | R = 0.050, 5 | P_MAX = 132.00/125, 6 | T_1 = 0.083, 7 | T_2 = 0.000, 8 | T_3 = 0.200, 9 | T_4 = 0.050, 10 | T_5 = 5.000, 11 | F = 0.280); 12 | end TurbGovernorDataF6; 13 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/TurbGovData/TurbGovernorDataF7.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.TurbGovData; 2 | record TurbGovernorDataF7 3 | extends TurbGovernorDataTemplate( GOV = "G", 4 | R = 0.050, 5 | P_MAX = 121.00/147.1, 6 | T_1 = 0.200, 7 | T_2 = 0.000, 8 | T_3 = 0.300, 9 | T_4 = 0.090, 10 | T_5 = 10.000, 11 | F = 0.250); 12 | end TurbGovernorDataF7; 13 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/TurbGovData/TurbGovernorDataF8.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.TurbGovData; 2 | record TurbGovernorDataF8 3 | extends TurbGovernorDataTemplate( GOV = "G", 4 | R = 0.050, 5 | P_MAX = 142.30/160, 6 | T_1 = 0.100, 7 | T_2 = 0.000, 8 | T_3 = 0.200, 9 | T_4 = 0.050, 10 | T_5 = 8.000, 11 | F = 0.300); 12 | end TurbGovernorDataF8; 13 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/TurbGovData/TurbGovernorDataF9.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.TurbGovData; 2 | record TurbGovernorDataF9 3 | extends TurbGovernorDataTemplate( GOV = "G", 4 | R = 0.050, 5 | P_MAX = 175.00/192, 6 | T_1 = 0.083, 7 | T_2 = 0.000, 8 | T_3 = 0.200, 9 | T_4 = 0.050, 10 | T_5 = 8.000, 11 | F = 0.271); 12 | end TurbGovernorDataF9; 13 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/TurbGovData/TurbGovernorDataH2.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.TurbGovData; 2 | record TurbGovernorDataH2 3 | extends TurbGovernorDataTemplate( GOV = "G", 4 | R = 0.050, 5 | P_MAX = 14.00/17.5, 6 | T_1 = 16.000, 7 | T_2 = 2.400, 8 | T_3 = 0.920, 9 | T_4 = 0.000, 10 | T_5 = 0.300, 11 | F = -2.000); 12 | end TurbGovernorDataH2; 13 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/TurbGovData/TurbGovernorDataH3.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.TurbGovData; 2 | record TurbGovernorDataH3 3 | extends TurbGovernorDataTemplate( GOV = "G", 4 | R = 0.050, 5 | P_MAX = 23.80/25, 6 | T_1 = 16.000, 7 | T_2 = 2.400, 8 | T_3 = 0.920, 9 | T_4 = 0.000, 10 | T_5 = 0.300, 11 | F = -2.000); 12 | end TurbGovernorDataH3; 13 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/TurbGovData/TurbGovernorDataH4.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.TurbGovData; 2 | record TurbGovernorDataH4 3 | extends TurbGovernorDataTemplate( GOV = "G", 4 | R = 0.050, 5 | P_MAX = 40.00/35, 6 | T_1 = 16.000, 7 | T_2 = 2.400, 8 | T_3 = 0.920, 9 | T_4 = 0.000, 10 | T_5 = 0.300, 11 | F = -2.000); 12 | end TurbGovernorDataH4; 13 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/TurbGovData/TurbGovernorDataH7.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.TurbGovData; 2 | record TurbGovernorDataH7 3 | extends TurbGovernorDataTemplate( GOV = "G", 4 | R = 0.050, 5 | P_MAX = 65.50/65.79, 6 | T_1 = 25.600, 7 | T_2 = 2.800, 8 | T_3 = 0.500, 9 | T_4 = 0.000, 10 | T_5 = 0.350, 11 | F = -2.000); 12 | end TurbGovernorDataH7; 13 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/TurbGovData/TurbGovernorDataH8.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.TurbGovData; 2 | record TurbGovernorDataH8 3 | extends TurbGovernorDataTemplate( GOV = "G", 4 | R = 0.050, 5 | P_MAX = 90.00/75, 6 | T_1 = 20.000, 7 | T_2 = 4.000, 8 | T_3 = 0.500, 9 | T_4 = 0.000, 10 | T_5 = 0.850, 11 | F = -2.000); 12 | end TurbGovernorDataH8; 13 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/TurbGovData/TurbGovernorDataH9.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.TurbGovData; 2 | record TurbGovernorDataH9 3 | extends TurbGovernorDataTemplate( GOV = "G", 4 | R = 0.050, 5 | P_MAX = 86.00/86, 6 | T_1 = 12.000, 7 | T_2 = 3.000, 8 | T_3 = 0.500, 9 | T_4 = 0.000, 10 | T_5 = 1.545, 11 | F = -2.000); 12 | end TurbGovernorDataH9; 13 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/TurbGovData/TurbGovernorDataN3.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.TurbGovData; 2 | record TurbGovernorDataN3 3 | extends TurbGovernorDataTemplate( GOV = "G", 4 | R = 0.050, 5 | P_MAX = 450.00/500, 6 | T_1 = 0.250, 7 | T_2 = 0.000, 8 | T_3 = 0.000, 9 | T_4 = 0.300, 10 | T_5 = 5.000, 11 | F = 0.320); 12 | end TurbGovernorDataN3; 13 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/TurbGovData/TurbGovernorDataN5.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.TurbGovData; 2 | record TurbGovernorDataN5 3 | extends TurbGovernorDataTemplate( GOV = "G", 4 | R = 0.050, 5 | P_MAX = 951.00/1070, 6 | T_1 = 0.180, 7 | T_2 = 0.030, 8 | T_3 = 0.100, 9 | T_4 = 0.200, 10 | T_5 = 6.280, 11 | F = 0.330); 12 | end TurbGovernorDataN5; 13 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/TurbGovData/TurbGovernorDataN6.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.TurbGovData; 2 | record TurbGovernorDataN6 3 | extends TurbGovernorDataTemplate( GOV = "G", 4 | R = 0.050, 5 | P_MAX = 1216.00/1280, 6 | T_1 = 0.150, 7 | T_2 = 0.000, 8 | T_3 = 0.210, 9 | T_4 = 0.814, 10 | T_5 = 2.460, 11 | F = 0.340); 12 | end TurbGovernorDataN6; 13 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/TurbGovData/TurbGovernorDataN7.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.TurbGovData; 2 | record TurbGovernorDataN7 3 | extends TurbGovernorDataTemplate( GOV = "G", 4 | R = 0.050, 5 | P_MAX = 1090.00/1300, 6 | T_1 = 0.180, 7 | T_2 = 0.000, 8 | T_3 = 0.040, 9 | T_4 = 0.200, 10 | T_5 = 5.000, 11 | F = 0.300); 12 | end TurbGovernorDataN7; 13 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/TurbGovData/TurbGovernorDataN8.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.TurbGovData; 2 | record TurbGovernorDataN8 3 | extends TurbGovernorDataTemplate( GOV = "G", 4 | R = 0.050, 5 | P_MAX = 1205.00/1340, 6 | T_1 = 0.180, 7 | T_2 = 0.000, 8 | T_3 = 0.040, 9 | T_4 = 0.200, 10 | T_5 = 5.000, 11 | F = 0.300); 12 | end TurbGovernorDataN8; 13 | -------------------------------------------------------------------------------- /OpenIPSL/Tests/Machines/PSAT/package.order: -------------------------------------------------------------------------------- 1 | Order2test2 2 | Order2test2_perturbation 3 | Order3test2 4 | Order3test2_perturbation 5 | Order3test2_TG 6 | Order3test2_AVR 7 | Order4test2 8 | Order4test2_perturbation 9 | Order4test2_TG 10 | Order4test2_AVR 11 | Order5test2 12 | Order6test2 13 | InductiveMotorI_SIMBOpenline_Test 14 | InductiveMotorIII_SIMBOpenline_Test 15 | InductiveMotorV_SIMBOpenline_Test 16 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/Steam/Fossil/package.order: -------------------------------------------------------------------------------- 1 | CrossCompound 2 | AndersonF1 3 | AndersonF2 4 | AndersonF3 5 | AndersonF4 6 | AndersonF5 7 | AndersonF6 8 | AndersonF7 9 | AndersonF8 10 | AndersonF9 11 | AndersonF10 12 | AndersonF11 13 | AndersonF12 14 | AndersonF13 15 | AndersonF14 16 | AndersonF15 17 | AndersonF16 18 | AndersonF17 19 | AndersonF18 20 | AndersonF19 21 | AndersonF20 22 | AndersonF21 23 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/TurbGovData/TurbGovernorDataCF2HP.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.TurbGovData; 2 | record TurbGovernorDataCF2HP 3 | extends TurbGovernorDataTemplate( GOV = "G", 4 | R = 0.050, 5 | P_MAX = 172.50/192, 6 | T_1 = 0.100, 7 | T_2 = 0.000, 8 | T_3 = 0.150, 9 | T_4 = 0.300, 10 | T_5 = 4.160, 11 | F = 0.560); 12 | end TurbGovernorDataCF2HP; 13 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/TurbGovData/TurbGovernorDataCF2LP.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.TurbGovData; 2 | record TurbGovernorDataCF2LP 3 | extends TurbGovernorDataTemplate( GOV = "G", 4 | R = 0.050, 5 | P_MAX = 172.50/192, 6 | T_1 = 0.100, 7 | T_2 = 0.000, 8 | T_3 = 0.150, 9 | T_4 = 0.300, 10 | T_5 = 4.160, 11 | F = 0.000); 12 | end TurbGovernorDataCF2LP; 13 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/TurbGovData/TurbGovernorDataCF4HP.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.TurbGovData; 2 | record TurbGovernorDataCF4HP 3 | extends TurbGovernorDataTemplate( GOV = "G", 4 | R = 0.050, 5 | P_MAX = 411.00/445, 6 | T_1 = 0.100, 7 | T_2 = 0.000, 8 | T_3 = 0.200, 9 | T_4 = 0.100, 10 | T_5 = 8.720, 11 | F = 0.540); 12 | end TurbGovernorDataCF4HP; 13 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/TurbGovData/TurbGovernorDataCF4LP.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.TurbGovData; 2 | record TurbGovernorDataCF4LP 3 | extends TurbGovernorDataTemplate( GOV = "G", 4 | R = 0.050, 5 | P_MAX = 339.00/375, 6 | T_1 = 0.100, 7 | T_2 = 0.000, 8 | T_3 = 0.200, 9 | T_4 = 0.100, 10 | T_5 = 8.720, 11 | F = 0.000); 12 | end TurbGovernorDataCF4LP; 13 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/TurbGovData/TurbGovernorDataCT1G.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.TurbGovData; 2 | record TurbGovernorDataCT1G 3 | extends TurbGovernorDataTemplate( GOV = "G", 4 | R = 0.050, 5 | P_MAX = 17.55/20.65, 6 | T_1 = 0.000, 7 | T_2 = 0.000, 8 | T_3 = 0.100, 9 | T_4 = 0.000, 10 | T_5 = 0.100, 11 | F = 0.0); 12 | end TurbGovernorDataCT1G; 13 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/TurbGovData/TurbGovernorDataCT1O.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.TurbGovData; 2 | record TurbGovernorDataCT1O 3 | extends TurbGovernorDataTemplate( GOV = "G", 4 | R = 0.050, 5 | P_MAX = 17.55/20.65, 6 | T_1 = 0.000, 7 | T_2 = 0.000, 8 | T_3 = 0.025, 9 | T_4 = 0.000, 10 | T_5 = 0.025, 11 | F = 0.5); 12 | end TurbGovernorDataCT1O; 13 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/TurbGovData/TurbGovernorDataH10.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.TurbGovData; 2 | record TurbGovernorDataH10 3 | extends TurbGovernorDataTemplate( GOV = "G", 4 | R = 0.030, 5 | P_MAX = 133.00/100, 6 | T_1 = 52.100, 7 | T_2 = 4.800, 8 | T_3 = 0.500, 9 | T_4 = 0.000, 10 | T_5 = 0.498, 11 | F = -2.000); 12 | end TurbGovernorDataH10; 13 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/TurbGovData/TurbGovernorDataH12.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.TurbGovData; 2 | record TurbGovernorDataH12 3 | extends TurbGovernorDataTemplate( GOV = "G", 4 | R = 0.050, 5 | P_MAX = 171.00/125, 6 | T_1 = 31.000, 7 | T_2 = 4.120, 8 | T_3 = 0.393, 9 | T_4 = 0.000, 10 | T_5 = 0.515, 11 | F = -2.000); 12 | end TurbGovernorDataH12; 13 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/TurbGovData/TurbGovernorDataH13.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.TurbGovData; 2 | record TurbGovernorDataH13 3 | extends TurbGovernorDataTemplate( GOV = "G", 4 | R = 0.050, 5 | P_MAX = 120.00/131, 6 | T_1 = 27.500, 7 | T_2 = 2.240, 8 | T_3 = 0.500, 9 | T_4 = 0.000, 10 | T_5 = 0.520, 11 | F = -2.000); 12 | end TurbGovernorDataH13; 13 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/TurbGovData/TurbGovernorDataH14.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.TurbGovData; 2 | record TurbGovernorDataH14 3 | extends TurbGovernorDataTemplate( GOV = "G", 4 | R = 0.038, 5 | P_MAX = 160.00/145, 6 | T_1 = 65.300, 7 | T_2 = 6.200, 8 | T_3 = 0.500, 9 | T_4 = 0.000, 10 | T_5 = 0.650, 11 | F = -2.000); 12 | end TurbGovernorDataH14; 13 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/TurbGovData/TurbGovernorDataH16.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.TurbGovData; 2 | record TurbGovernorDataH16 3 | extends TurbGovernorDataTemplate( GOV = "G", 4 | R = 0.050, 5 | P_MAX = 267.00/231.6, 6 | T_1 = 124.470, 7 | T_2 = 8.590, 8 | T_3 = 0.250, 9 | T_4 = 0.000, 10 | T_5 = 0.740, 11 | F = -2.000); 12 | end TurbGovernorDataH16; 13 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/TurbGovData/TurbGovernorDataH17.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.TurbGovData; 2 | record TurbGovernorDataH17 3 | extends TurbGovernorDataTemplate( GOV = "G", 4 | R = 0.050, 5 | P_MAX = 250.00/250, 6 | T_1 = 30.000, 7 | T_2 = 3.500, 8 | T_3 = 0.520, 9 | T_4 = 0.000, 10 | T_5 = 0.415, 11 | F = -2.000); 12 | end TurbGovernorDataH17; 13 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/TurbGovData/TurbGovernorDataH18.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.TurbGovData; 2 | record TurbGovernorDataH18 3 | extends TurbGovernorDataTemplate( GOV = "G", 4 | R = 0.050, 5 | P_MAX = 603.30/615, 6 | T_1 = 36.000, 7 | T_2 = 6.000, 8 | T_3 = 0.000, 9 | T_4 = 0.000, 10 | T_5 = 0.900, 11 | F = -2.000); 12 | end TurbGovernorDataH18; 13 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Renewables/PSSE/WindDriveTrain/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Renewables.PSSE; 2 | package WindDriveTrain "Drive train for wind turbines" 3 | 4 | annotation (Documentation(info=" 5 |6 | This package contains components that model the wind drive train component of wind turbines for the WECC-based renewable energy sources. 7 |
8 | ")); 9 | end WindDriveTrain; 10 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Wind/GE/Type_3/Electrical_Control/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Wind.GE.Type_3; 2 | package Electrical_Control "Electrical control models for type 3 wind machine" 3 | extends Modelica.Icons.Package; 4 | 5 | annotation (Diagram(coordinateSystem( 6 | extent={{-148.5,-105.0},{148.5,105.0}}, 7 | preserveAspectRatio=true, 8 | grid={5,5}))); 9 | end Electrical_Control; 10 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/DAEMode/N44_Base_Case_Systems/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Examples.DAEMode; 2 | package N44_Base_Case_Systems "Test systems related to the N44 Base Case" 3 | extends Modelica.Icons.ExamplesPackage; 4 | 5 | annotation (Documentation(info=" 6 |This package contains variants of Nordic 44 test system for testing performance of numerical solvers.
7 | ")); 8 | end N44_Base_Case_Systems; 9 | -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | # Set default behaviour, in case users don't have core.autocrlf set. 2 | * text=auto 3 | 4 | # Explicitly declare text files we want to always be normalized and converted 5 | # to native line endings on checkout. 6 | *.c text 7 | *.h text 8 | *.mo text 9 | *.mos text 10 | *.order text 11 | 12 | # Denote all files that are truly binary and should not be modified. 13 | *.png binary 14 | *.jpg binary 15 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/TurbGovData/TurbGovernorDataCF1HP.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.TurbGovData; 2 | record TurbGovernorDataCF1HP 3 | extends TurbGovernorDataTemplate( GOV = "G", 4 | R = 0.050, 5 | P_MAX = 107.50/128, 6 | T_1 = 0.100, 7 | T_2 = 0.000, 8 | T_3 = 0.150, 9 | T_4 = 0.300, 10 | T_5 = 10.000, 11 | F = 0.606); 12 | end TurbGovernorDataCF1HP; 13 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/TurbGovData/TurbGovernorDataCF1LP.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.TurbGovData; 2 | record TurbGovernorDataCF1LP 3 | extends TurbGovernorDataTemplate( GOV = "G", 4 | R = 0.050, 5 | P_MAX = 107.50/128, 6 | T_1 = 0.100, 7 | T_2 = 0.000, 8 | T_3 = 0.150, 9 | T_4 = 0.300, 10 | T_5 = 10.000, 11 | F = 0.000); 12 | end TurbGovernorDataCF1LP; 13 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/TurbGovData/TurbGovernorDataCF3HP.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.TurbGovData; 2 | record TurbGovernorDataCF3HP 3 | extends TurbGovernorDataTemplate( GOV = "G", 4 | R = 0.050, 5 | P_MAX = 267.00/278.3, 6 | T_1 = 0.250, 7 | T_2 = 0.000, 8 | T_3 = 0.000, 9 | T_4 = 0.050, 10 | T_5 = 12.000, 11 | F = 0.549); 12 | end TurbGovernorDataCF3HP; 13 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/TurbGovData/TurbGovernorDataCF3LP.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.TurbGovData; 2 | record TurbGovernorDataCF3LP 3 | extends TurbGovernorDataTemplate( GOV = "G", 4 | R = 0.050, 5 | P_MAX = 213.00/221.7, 6 | T_1 = 0.250, 7 | T_2 = 0.000, 8 | T_3 = 0.000, 9 | T_4 = 0.300, 10 | T_5 = 12.000, 11 | F = 0.000); 12 | end TurbGovernorDataCF3LP; 13 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/TurbGovData/TurbGovernorDataCF5HP.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.TurbGovData; 2 | record TurbGovernorDataCF5HP 3 | extends TurbGovernorDataTemplate( GOV = "G", 4 | R = 0.050, 5 | P_MAX = 436.00/483, 6 | T_1 = 0.100, 7 | T_2 = 0.000, 8 | T_3 = 0.300, 9 | T_4 = 0.050, 10 | T_5 = 14.000, 11 | F = 0.580); 12 | end TurbGovernorDataCF5HP; 13 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/TurbGovData/TurbGovernorDataCF5LP.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.TurbGovData; 2 | record TurbGovernorDataCF5LP 3 | extends TurbGovernorDataTemplate( GOV = "G", 4 | R = 0.050, 5 | P_MAX = 382.00/426, 6 | T_1 = 0.100, 7 | T_2 = 0.000, 8 | T_3 = 0.300, 9 | T_4 = 0.050, 10 | T_5 = 14.000, 11 | F = 0.000); 12 | end TurbGovernorDataCF5LP; 13 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/Tutorial/Example_4/Utilities/saveTotalSMIBModel.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Examples.Tutorial.Example_4.Utilities; 2 | function saveTotalSMIBModel "Save the SMIB package as a total model" 3 | extends Modelica.Icons.Function; 4 | output Boolean ok "= true, if successful"; 5 | algorithm 6 | ok := saveTotalModel("SMIBTotal.mo", "SMIB", true); 7 | annotation(__Dymola_interactive=true); 8 | end saveTotalSMIBModel; 9 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/TwoAreas/Groups/PSSE/AVR/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Examples.TwoAreas.Groups.PSSE; 2 | package AVR "Set of generation units modeled with PSSE composed machines and AVR" 3 | annotation (Documentation(info=" 4 |This package contains four generation unit models composed of PSSE machine and AVR models, that are used in the Two_Areas_PSSE_AVR system.
5 | ")); 6 | end AVR; 7 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/TwoAreas/Groups/PSSE/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Examples.TwoAreas.Groups; 2 | package PSSE "Set of generation units modeled with PSSE" 3 | annotation (Documentation(info=" 4 |This package contains two sets of four generation units each, based on PSSE models, that are used in the Two_Areas_PSSE and in the Two_Areas_PSSE_AVR systems.
5 | ")); 6 | end PSSE; 7 | -------------------------------------------------------------------------------- /.CI/old-travis/.DEACTIVATEDtravis.yml: -------------------------------------------------------------------------------- 1 | language: bash 2 | 3 | git: 4 | depth: false 5 | 6 | services: docker 7 | 8 | before_install: 9 | - docker pull smartslab/openipsl 10 | 11 | before_script: 12 | - docker run -i -t -v $(pwd):/OpenIPSL smartslab/openipsl sh -c "python /OpenIPSL/CI/CICheck.py" 13 | 14 | script: 15 | - docker run -i -t -v $(pwd):/OpenIPSL smartslab/openipsl sh -c "python /OpenIPSL/CI/syntaxCheck.py" 16 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/Hydro/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson; 2 | package Hydro "Typical Data for Hydro (H) Units" 3 | extends Modelica.Icons.VariantsPackage; 4 | 5 | annotation (Documentation(info=" 6 |Typical Data for Hydro (H) Units according to Table D.2 from the book "Power System Control and Stability" by Paul M. Anderson and A. Fouad.
7 | ")); 8 | end Hydro; 9 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Examples/PFData/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Examples; 2 | package PFData "Records with Power Flow solutions as obtained from GridCal and pf2rec" 3 | 4 | extends Modelica.Icons.RecordsPackage; 5 | 6 | annotation (Documentation(info=" 7 |Records with Power Flow solutions as obtained from GridCal and pf2rec.
8 | ")); 9 | end PFData; 10 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/Renewables/PSSE/ElectricalController/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.Renewables.PSSE; 2 | package ElectricalController "Renewable Electrical Controllers" 3 | 4 | annotation (Documentation(info=" 5 |6 | This package contains components that model the different electrical controller components of the WECC-based renewable energy sources. 7 |
8 | ")); 9 | end ElectricalController; 10 | -------------------------------------------------------------------------------- /OpenIPSL/Electrical/ThreePhase/Banks/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Electrical.ThreePhase; 2 | package Banks "Multi-phase capacitor bank models" 3 | extends Modelica.Icons.Package; 4 | 5 | annotation (Documentation(info=" 6 |This package contains models for multi-phase capacitor banks.
7 |It contains single-phase and three-phase banks that produce voltage support for the system.
8 | ")); 9 | end Banks; 10 | -------------------------------------------------------------------------------- /OpenIPSL/Examples/DAEMode/N44_Original_Systems/package.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Examples.DAEMode; 2 | package N44_Original_Systems "Test systems related to the N44 Original Case" 3 | extends Modelica.Icons.ExamplesPackage; 4 | 5 | annotation (Documentation(info=" 6 |Test system models with different disturbances that can trigger state events, demanding more from the numerical solvers.
7 | ")); 8 | end N44_Original_Systems; 9 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/PSSData/PSSDataN6.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.PSSData; 2 | record PSSDataN6 3 | extends PSSDataTemplate( 4 | PSS = "S", 5 | K_QV = 0.000, 6 | K_QS = 1.530, 7 | T_Q = 3.000, 8 | Tp_Q1 = 0.150, 9 | T_Q1 = 0.050, 10 | Tp_Q2 = 0.150, 11 | T_Q2 = 0.050, 12 | Tp_Q3 = 0.000, 13 | T_Q3 = 0.000, 14 | V_SLIM = 0.100); 15 | end PSSDataN6; 16 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/PSSData/PSSDataF15.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.PSSData; 2 | record PSSDataF15 3 | extends PSSDataTemplate( 4 | PSS = "S", 5 | K_QV = 0.000, 6 | K_QS = 4.000, 7 | T_Q = 10.000, 8 | Tp_Q1 = 0.230, 9 | T_Q1 = 0.020, 10 | Tp_Q2 = 0.230, 11 | T_Q2 = 0.020, 12 | Tp_Q3 = 0.000, 13 | T_Q3 = 0.000, 14 | V_SLIM = 0.100); 15 | end PSSDataF15; 16 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/PSSData/PSSDataF16.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.PSSData; 2 | record PSSDataF16 3 | extends PSSDataTemplate( 4 | PSS = "S", 5 | K_QV = 0.000, 6 | K_QS = 26.000, 7 | T_Q = 3.000, 8 | Tp_Q1 = 0.150, 9 | T_Q1 = 0.050, 10 | Tp_Q2 = 0.150, 11 | T_Q2 = 0.050, 12 | Tp_Q3 = 0.000, 13 | T_Q3 = 0.000, 14 | V_SLIM = 0.050); 15 | end PSSDataF16; 16 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/PSSData/PSSDataF18.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.PSSData; 2 | record PSSDataF18 3 | extends PSSDataTemplate( 4 | PSS = "S", 5 | K_QV = 0.000, 6 | K_QS = 24.400, 7 | T_Q = 3.000, 8 | Tp_Q1 = 0.150, 9 | T_Q1 = 0.050, 10 | Tp_Q2 = 0.150, 11 | T_Q2 = 0.050, 12 | Tp_Q3 = 0.000, 13 | T_Q3 = 0.000, 14 | V_SLIM = 0.050); 15 | end PSSDataF18; 16 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/PSSData/PSSDataF19.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.PSSData; 2 | record PSSDataF19 3 | extends PSSDataTemplate( 4 | PSS = "F", 5 | K_QV = 0.000, 6 | K_QS = 0.400, 7 | T_Q = 10.000, 8 | Tp_Q1 = 0.650, 9 | T_Q1 = 0.020, 10 | Tp_Q2 = 0.650, 11 | T_Q2 = 0.020, 12 | Tp_Q3 = 0.000, 13 | T_Q3 = 0.000, 14 | V_SLIM = 0.100); 15 | end PSSDataF19; 16 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/PSSData/PSSDataF20.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.PSSData; 2 | record PSSDataF20 3 | extends PSSDataTemplate( 4 | PSS = "S", 5 | K_QV = 0.000, 6 | K_QS = 24.000, 7 | T_Q = 10.000, 8 | Tp_Q1 = 0.200, 9 | T_Q1 = 0.060, 10 | Tp_Q2 = 0.150, 11 | T_Q2 = 0.020, 12 | Tp_Q3 = 0.000, 13 | T_Q3 = 0.000, 14 | V_SLIM = 0.050); 15 | end PSSDataF20; 16 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/PSSData/PSSDataF3.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.PSSData; 2 | record PSSDataF3 3 | extends PSSDataTemplate( 4 | PSS = "F", 5 | K_QV = 0.000, 6 | K_QS = 0.700, 7 | T_Q = 10.000, 8 | Tp_Q1 = 0.300, 9 | T_Q1 = 0.020, 10 | Tp_Q2 = 0.300, 11 | T_Q2 = 0.020, 12 | Tp_Q3 = 0.000, 13 | T_Q3 = 0.000, 14 | V_SLIM = 0.100); 15 | end PSSDataF3; 16 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/PSSData/PSSDataF9.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.PSSData; 2 | record PSSDataF9 3 | extends PSSDataTemplate( 4 | PSS = "S", 5 | K_QV = 0.000, 6 | K_QS = 15.000, 7 | T_Q = 10.000, 8 | Tp_Q1 = 1.000, 9 | T_Q1 = 0.020, 10 | Tp_Q2 = 0.750, 11 | T_Q2 = 0.020, 12 | Tp_Q3 = 0.000, 13 | T_Q3 = 0.000, 14 | V_SLIM = 0.050); 15 | end PSSDataF9; 16 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/PSSData/PSSDataH10.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.PSSData; 2 | record PSSDataH10 3 | extends PSSDataTemplate( 4 | PSS = "F", 5 | K_QV = 0.000, 6 | K_QS = 1.000, 7 | T_Q = 10.000, 8 | Tp_Q1 = 0.700, 9 | T_Q1 = 0.020, 10 | Tp_Q2 = 0.700, 11 | T_Q2 = 0.020, 12 | Tp_Q3 = 0.000, 13 | T_Q3 = 0.000, 14 | V_SLIM = 0.050); 15 | end PSSDataH10; 16 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/PSSData/PSSDataH11.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.PSSData; 2 | record PSSDataH11 3 | extends PSSDataTemplate( 4 | PSS = "F", 5 | K_QV = 0.000, 6 | K_QS = 0.300, 7 | T_Q = 10.000, 8 | Tp_Q1 = 0.431, 9 | T_Q1 = 0.020, 10 | Tp_Q2 = 0.431, 11 | T_Q2 = 0.020, 12 | Tp_Q3 = 0.000, 13 | T_Q3 = 0.000, 14 | V_SLIM = 0.100); 15 | end PSSDataH11; 16 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/PSSData/PSSDataH12.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.PSSData; 2 | record PSSDataH12 3 | extends PSSDataTemplate( 4 | PSS = "F", 5 | K_QV = 0.000, 6 | K_QS = 8.000, 7 | T_Q = 30.000, 8 | Tp_Q1 = 0.600, 9 | T_Q1 = 0.100, 10 | Tp_Q2 = 0.600, 11 | T_Q2 = 0.040, 12 | Tp_Q3 = 0.000, 13 | T_Q3 = 0.000, 14 | V_SLIM = 0.100); 15 | end PSSDataH12; 16 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/PSSData/PSSDataH16.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.PSSData; 2 | record PSSDataH16 3 | extends PSSDataTemplate( 4 | PSS = "F", 5 | K_QV = 0.000, 6 | K_QS = 4.000, 7 | T_Q = 55.000, 8 | Tp_Q1 = 1.000, 9 | T_Q1 = 0.020, 10 | Tp_Q2 = 1.000, 11 | T_Q2 = 0.020, 12 | Tp_Q3 = 0.000, 13 | T_Q3 = 0.000, 14 | V_SLIM = 0.090); 15 | end PSSDataH16; 16 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/PSSData/PSSDataH17.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.PSSData; 2 | record PSSDataH17 3 | extends PSSDataTemplate( 4 | PSS = "F", 5 | K_QV = 0.000, 6 | K_QS = 10.000, 7 | T_Q = 15.000, 8 | Tp_Q1 = 0.000, 9 | T_Q1 = 0.053, 10 | Tp_Q2 = 0.000, 11 | T_Q2 = 0.053, 12 | Tp_Q3 = 0.000, 13 | T_Q3 = 0.000, 14 | V_SLIM = 0.050); 15 | end PSSDataH17; 16 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/PSSData/PSSDataH18.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.PSSData; 2 | record PSSDataH18 3 | extends PSSDataTemplate( 4 | PSS = "F", 5 | K_QV = 0.000, 6 | K_QS = 5.000, 7 | T_Q = 10.000, 8 | Tp_Q1 = 0.380, 9 | T_Q1 = 0.020, 10 | Tp_Q2 = 0.380, 11 | T_Q2 = 0.020, 12 | Tp_Q3 = 0.000, 13 | T_Q3 = 0.000, 14 | V_SLIM = 0.050); 15 | end PSSDataH18; 16 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/PSSData/PSSDataH7.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.PSSData; 2 | record PSSDataH7 3 | extends PSSDataTemplate( 4 | PSS = "F", 5 | K_QV = 0.000, 6 | K_QS = 1.000, 7 | T_Q = 30.000, 8 | Tp_Q1 = 0.500, 9 | T_Q1 = 0.030, 10 | Tp_Q2 = 0.500, 11 | T_Q2 = 0.030, 12 | Tp_Q3 = 0.000, 13 | T_Q3 = 0.000, 14 | V_SLIM = 0.100); 15 | end PSSDataH7; 16 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/PSSData/PSSDataH8.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.PSSData; 2 | record PSSDataH8 3 | extends PSSDataTemplate( 4 | PSS = "F", 5 | K_QV = 0.000, 6 | K_QS = 4.000, 7 | T_Q = 30.000, 8 | Tp_Q1 = 0.700, 9 | T_Q1 = 0.100, 10 | Tp_Q2 = 0.700, 11 | T_Q2 = 0.050, 12 | Tp_Q3 = 0.000, 13 | T_Q3 = 0.000, 14 | V_SLIM = 0.100); 15 | end PSSDataH8; 16 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/PSSData/PSSDataH9.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.PSSData; 2 | record PSSDataH9 3 | extends PSSDataTemplate( 4 | PSS = "F", 5 | K_QV = 0.000, 6 | K_QS = 3.150, 7 | T_Q = 10.000, 8 | Tp_Q1 = 0.758, 9 | T_Q1 = 0.020, 10 | Tp_Q2 = 0.758, 11 | T_Q2 = 0.020, 12 | Tp_Q3 = 0.000, 13 | T_Q3 = 0.000, 14 | V_SLIM = 0.095); 15 | end PSSDataH9; 16 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/PSSData/PSSDataN1.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.PSSData; 2 | record PSSDataN1 3 | extends PSSDataTemplate( 4 | PSS = "S", 5 | K_QV = 0.000, 6 | K_QS = 0.200, 7 | T_Q = 10.000, 8 | Tp_Q1 = 1.330, 9 | T_Q1 = 0.020, 10 | Tp_Q2 = 1.330, 11 | T_Q2 = 0.020, 12 | Tp_Q3 = 0.000, 13 | T_Q3 = 0.000, 14 | V_SLIM = 0.100); 15 | end PSSDataN1; 16 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/PSSData/PSSDataN5.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.PSSData; 2 | record PSSDataN5 3 | extends PSSDataTemplate( 4 | PSS = "F", 5 | K_QV = 0.000, 6 | K_QS = 10.000, 7 | T_Q = 10.000, 8 | Tp_Q1 = 0.080, 9 | T_Q1 = 0.020, 10 | Tp_Q2 = 0.080, 11 | T_Q2 = 0.020, 12 | Tp_Q3 = 0.000, 13 | T_Q3 = 0.000, 14 | V_SLIM = 0.100); 15 | end PSSDataN5; 16 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/PSSData/PSSDataN7.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.PSSData; 2 | record PSSDataN7 3 | extends PSSDataTemplate( 4 | PSS = "F", 5 | K_QV = 0.000, 6 | K_QS = 20.000, 7 | T_Q = 10.000, 8 | Tp_Q1 = 0.300, 9 | T_Q1 = 0.020, 10 | Tp_Q2 = 0.000, 11 | T_Q2 = 0.000, 12 | Tp_Q3 = 0.000, 13 | T_Q3 = 0.000, 14 | V_SLIM = 0.100); 15 | end PSSDataN7; 16 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/PSSData/PSSDataN8.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.PSSData; 2 | record PSSDataN8 3 | extends PSSDataTemplate( 4 | PSS = "F", 5 | K_QV = 0.000, 6 | K_QS = 20.000, 7 | T_Q = 10.000, 8 | Tp_Q1 = 0.300, 9 | T_Q1 = 0.020, 10 | Tp_Q2 = 0.000, 11 | T_Q2 = 0.000, 12 | Tp_Q3 = 0.000, 13 | T_Q3 = 0.000, 14 | V_SLIM = 0.100); 15 | end PSSDataN8; 16 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/PSSData/PSSDataCF1LP.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.PSSData; 2 | record PSSDataCF1LP 3 | extends PSSDataTemplate( 4 | PSS = "S", 5 | K_QV = 0.000, 6 | K_QS = 8.000, 7 | T_Q = 10.000, 8 | Tp_Q1 = 1.000, 9 | T_Q1 = 0.020, 10 | Tp_Q2 = 0.750, 11 | T_Q2 = 0.020, 12 | Tp_Q3 = 0.000, 13 | T_Q3 = 0.000, 14 | V_SLIM = 0.050); 15 | end PSSDataCF1LP; 16 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/PSSData/PSSDataCF2HP.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.PSSData; 2 | record PSSDataCF2HP 3 | extends PSSDataTemplate( 4 | PSS = "F", 5 | K_QV = 0.000, 6 | K_QS = 0.600, 7 | T_Q = 10.000, 8 | Tp_Q1 = 0.490, 9 | T_Q1 = 0.020, 10 | Tp_Q2 = 0.490, 11 | T_Q2 = 0.020, 12 | Tp_Q3 = 0.000, 13 | T_Q3 = 0.000, 14 | V_SLIM = 0.080); 15 | end PSSDataCF2HP; 16 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/PSSData/PSSDataCF2LP.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.PSSData; 2 | record PSSDataCF2LP 3 | extends PSSDataTemplate( 4 | PSS = "F", 5 | K_QV = 0.000, 6 | K_QS = 0.600, 7 | T_Q = 10.000, 8 | Tp_Q1 = 0.455, 9 | T_Q1 = 0.020, 10 | Tp_Q2 = 0.455, 11 | T_Q2 = 0.020, 12 | Tp_Q3 = 0.000, 13 | T_Q3 = 0.000, 14 | V_SLIM = 0.080); 15 | end PSSDataCF2LP; 16 | -------------------------------------------------------------------------------- /OpenIPSL/Data/PowerPlant/Anderson/PSSData/PSSDataCF4HP.mo: -------------------------------------------------------------------------------- 1 | within OpenIPSL.Data.PowerPlant.Anderson.PSSData; 2 | record PSSDataCF4HP 3 | extends PSSDataTemplate( 4 | PSS = "F", 5 | K_QV = 0.000, 6 | K_QS = 1.170, 7 | T_Q = 10.000, 8 | Tp_Q1 = 0.265, 9 | T_Q1 = 0.020, 10 | Tp_Q2 = 0.265, 11 | T_Q2 = 0.020, 12 | Tp_Q3 = 0.000, 13 | T_Q3 = 0.000, 14 | V_SLIM = 0.060); 15 | end PSSDataCF4HP; 16 | --------------------------------------------------------------------------------