Skip to content

Commit 485cc28

Browse files
Copilotjd-lara
andauthored
Update org and documentation links to Sienna-Platform
Agent-Logs-Url: https://github.com/Sienna-Platform/PowerSimulationsDynamics.jl/sessions/98d834cd-ba69-4052-8e2a-6c3d880fdfef Co-authored-by: jd-lara <16385323+jd-lara@users.noreply.github.com>
1 parent 0aada23 commit 485cc28

15 files changed

Lines changed: 51 additions & 52 deletions

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# PowerSimulationsDynamics.jl
22

3-
[![Main - CI](https://github.com/NREL-Sienna/PowerSimulationsDynamics.jl/workflows/Main%20-%20CI/badge.svg?branch=main)](https://github.com/NREL-Sienna/PowerSimulationsDynamics.jl/actions/workflows/main-tests.yml)
4-
[![codecov](https://codecov.io/gh/NREL-Sienna/PowerSimulationsDynamics.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/NREL-Sienna/PowerSimulationsDynamics.jl)
5-
[![Documentation](https://github.com/NREL-Sienna/PowerSimulationsDynamics.jl/workflows/Documentation/badge.svg)](https://nrel-sienna.github.io/PowerSimulationsDynamics.jl/stable)
6-
[<img src="https://img.shields.io/badge/slack-@Sienna/PSID-sienna.svg?logo=slack">](https://join.slack.com/t/nrel-sienna/shared_invite/zt-glam9vdu-o8A9TwZTZqqNTKHa7q3BpQ)
3+
[![Main - CI](https://github.com/Sienna-Platform/PowerSimulationsDynamics.jl/workflows/Main%20-%20CI/badge.svg?branch=main)](https://github.com/Sienna-Platform/PowerSimulationsDynamics.jl/actions/workflows/main-tests.yml)
4+
[![codecov](https://codecov.io/gh/Sienna-Platform/PowerSimulationsDynamics.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/Sienna-Platform/PowerSimulationsDynamics.jl)
5+
[![Documentation](https://github.com/Sienna-Platform/PowerSimulationsDynamics.jl/workflows/Documentation/badge.svg)](https://sienna-platform.github.io/PowerSimulationsDynamics.jl/stable)
6+
[<img src="https://img.shields.io/badge/slack-@Sienna/PSID-sienna.svg?logo=slack">](https://join.slack.com/t/core-sienna/shared_invite/zt-glam9vdu-o8A9TwZTZqqNTKHa7q3BpQ)
77
[![DOI](https://zenodo.org/badge/280242020.svg)](https://zenodo.org/badge/latestdoi/280242020)
88
[![PowerSimulationsDynamics.jl Downloads](https://img.shields.io/badge/dynamic/json?url=http%3A%2F%2Fjuliapkgstats.com%2Fapi%2Fv1%2Ftotal_downloads%2FPowerSimulationsDynamics&query=total_requests&label=Downloads)](http://juliapkgstats.com/pkg/PowerSimulationsDynamics)
99

@@ -17,7 +17,7 @@
1717

1818
- Provide State-of-Art modeling to assess Low-Inertia Power Systems.
1919

20-
Check the [Project Section](https://github.com/NREL-Sienna/PowerSimulationsDynamics.jl/projects/1) to see the pipelines of new models to be added.
20+
Check the [Project Section](https://github.com/Sienna-Platform/PowerSimulationsDynamics.jl/projects/1) to see the pipelines of new models to be added.
2121

2222
## Installation
2323

@@ -29,14 +29,14 @@ julia> ]
2929

3030
## Usage
3131

32-
`PowerSimulationsDynamics.jl` uses [PowerSystems.jl](https://github.com/NREL-Sienna/PowerSystems.jl) to handle the data used in the simulations.
32+
`PowerSimulationsDynamics.jl` uses [PowerSystems.jl](https://github.com/Sienna-Platform/PowerSystems.jl) to handle the data used in the simulations.
3333

3434
```julia
3535
using PowerSimulationsDynamics
3636
using PowerSystems
3737
```
3838

39-
For information on using the package, see the [stable documentation](https://nrel-sienna.github.io/PowerSimulationsDynamics.jl/stable/). Use the [in-development documentation](https://nrel-sienna.github.io/PowerSimulationsDynamics.jl/dev/) for the version of the documentation which contains the unreleased features.
39+
For information on using the package, see the [stable documentation](https://sienna-platform.github.io/PowerSimulationsDynamics.jl/stable/). Use the [in-development documentation](https://sienna-platform.github.io/PowerSimulationsDynamics.jl/dev/) for the version of the documentation which contains the unreleased features.
4040

4141
## Citing PowerSimulationsDynamics.jl
4242

@@ -73,9 +73,9 @@ The background work on `PowerSimulationsDynamics.jl` is explained in [Revisiting
7373

7474
## Development
7575

76-
Contributions to the development and enahancement of PowerSimulationsDynamics.jl is welcome. Please see [CONTRIBUTING.md](https://github.com/nrel-sienna/PowerSimulationsDynamics.jl/blob/main/CONTRIBUTING.md) for code contribution guidelines.
76+
Contributions to the development and enahancement of PowerSimulationsDynamics.jl is welcome. Please see [CONTRIBUTING.md](https://github.com/Sienna-Platform/PowerSimulationsDynamics.jl/blob/main/CONTRIBUTING.md) for code contribution guidelines.
7777

7878
## License
7979

80-
PowerSimulationsDynamics.jl is released under a BSD [license](https://github.com/NREL-Sienna/PowerSimulationsDynamics.jl/blob/main/LICENSE).
80+
PowerSimulationsDynamics.jl is released under a BSD [license](https://github.com/Sienna-Platform/PowerSimulationsDynamics.jl/blob/main/LICENSE).
8181
PowerSimulationsDynamics.jl has been developed as part of the Scalable Integrated Infrastructure Planning (SIIP) initiative at the U.S. Department of Energy's National Renewable Energy Laboratory ([NREL](https://www.nrel.gov/))

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ makedocs(;
4848
)
4949

5050
deploydocs(;
51-
repo = "github.com/NREL-Sienna/PowerSimulationsDynamics.jl.git",
51+
repo = "github.com/Sienna-Platform/PowerSimulationsDynamics.jl.git",
5252
target = "build",
5353
branch = "gh-pages",
5454
devbranch = "main",

docs/src/code_base_developer_guide/developer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Guidelines for Developers
22

33
In order to contribute to `PowerSimulationsDynamics.jl` repository please read the following
4-
sections of [`InfrastructureSystems.jl`](https://github.com/nrel-sienna/InfrastructureSystems.jl)
4+
sections of [`InfrastructureSystems.jl`](https://github.com/Sienna-Platform/InfrastructureSystems.jl)
55
documentation in detail:
66

7-
1. [Style Guide](https://nrel-sienna.github.io/InfrastructureSystems.jl/stable/style/)
8-
2. [Contributing Guidelines](https://github.com/nrel-sienna/PowerSystems.jl/blob/master/CONTRIBUTING.md)
7+
1. [Style Guide](https://sienna-platform.github.io/InfrastructureSystems.jl/stable/style/)
8+
2. [Contributing Guidelines](https://github.com/Sienna-Platform/PowerSystems.jl/blob/master/CONTRIBUTING.md)
99

1010
Pull requests are always welcome to fix bugs or add additional modeling capabilities.
1111

docs/src/models.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -50,41 +50,41 @@ For more details, check Brian Stott paper ["Power system dynamic response calcul
5050

5151
## Generator Models
5252

53-
Here we discuss the structure and models used to model generators in `PowerSimulationsDynamics.jl`. See [`PowerSystems.jl` dynamic devices](https://nrel-sienna.github.io/PowerSystems.jl/stable/modeler_guide/example_dynamic_data/)
53+
Here we discuss the structure and models used to model generators in `PowerSimulationsDynamics.jl`. See [`PowerSystems.jl` dynamic devices](https://sienna-platform.github.io/PowerSystems.jl/stable/modeler_guide/example_dynamic_data/)
5454
for details.
5555

5656
Each generator is a data structure composed of the following components defined in `PowerSystems.jl`:
5757

58-
- [`Machine`](https://nrel-sienna.github.io/PowerSystems.jl/stable/model_library/generated_Machine/#Machine): That defines the stator electro-magnetic dynamics.
59-
- [`Shaft`](https://nrel-sienna.github.io/PowerSystems.jl/stable/model_library/generated_Shaft/#Shaft): That describes the rotor electro-mechanical dynamics.
60-
- [`Automatic Voltage Regulator`](https://nrel-sienna.github.io/PowerSystems.jl/stable/model_library/generated_AVR/#AVR): Electromotive dynamics to model an AVR controller.
61-
- [`Power System Stabilizer`](https://nrel-sienna.github.io/PowerSystems.jl/stable/model_library/generated_PSS/#PSS): Control dynamics to define an stabilization signal for the AVR.
62-
- [`Prime Mover and Turbine Governor`](https://nrel-sienna.github.io/PowerSystems.jl/stable/model_library/generated_TurbineGov/#TurbineGov): Thermo-mechanical dynamics and associated controllers.
58+
- [`Machine`](https://sienna-platform.github.io/PowerSystems.jl/stable/model_library/generated_Machine/#Machine): That defines the stator electro-magnetic dynamics.
59+
- [`Shaft`](https://sienna-platform.github.io/PowerSystems.jl/stable/model_library/generated_Shaft/#Shaft): That describes the rotor electro-mechanical dynamics.
60+
- [`Automatic Voltage Regulator`](https://sienna-platform.github.io/PowerSystems.jl/stable/model_library/generated_AVR/#AVR): Electromotive dynamics to model an AVR controller.
61+
- [`Power System Stabilizer`](https://sienna-platform.github.io/PowerSystems.jl/stable/model_library/generated_PSS/#PSS): Control dynamics to define an stabilization signal for the AVR.
62+
- [`Prime Mover and Turbine Governor`](https://sienna-platform.github.io/PowerSystems.jl/stable/model_library/generated_TurbineGov/#TurbineGov): Thermo-mechanical dynamics and associated controllers.
6363

6464
The implementation of Synchronous generators as components uses the following structure to
6565
share values across components.
6666

6767
```@raw html
68-
<img src="https://raw.githubusercontent.com/nrel-sienna/PowerSystems.jl/main/docs/src/assets/gen_metamodel.png" width="75%">
68+
<img src="https://raw.githubusercontent.com/Sienna-Platform/PowerSystems.jl/main/docs/src/assets/gen_metamodel.png" width="75%">
6969
```
7070

7171
## Inverter Models
7272

73-
Here we discuss the structure and models used to model inverters in `PowerSimulationsDynamics.jl`. See [`PowerSystems.jl` dynamic devices](https://nrel-sienna.github.io/PowerSystems.jl/stable/modeler_guide/example_dynamic_data/)
73+
Here we discuss the structure and models used to model inverters in `PowerSimulationsDynamics.jl`. See [`PowerSystems.jl` dynamic devices](https://sienna-platform.github.io/PowerSystems.jl/stable/modeler_guide/example_dynamic_data/)
7474
for details. One of the key contributions in this software package is a separation of the
7575
components in a way that resembles current practices for synchronoues machine modeling.
7676

77-
- [`DC Source`](https://nrel-sienna.github.io/PowerSystems.jl/stable/model_library/generated_DCSource/#DCSource): Defines the dynamics of the DC side of the converter.
78-
- [`Frequency Estimator`](https://nrel-sienna.github.io/PowerSystems.jl/stable/model_library/generated_FrequencyEstimator/#FrequencyEstimator): That describes how the frequency of the grid can be estimated using the grid voltages. Typically a phase-locked loop (PLL).
79-
- [`Outer Loop Control`](https://nrel-sienna.github.io/PowerSystems.jl/stable/model_library/outer_control/#OuterControl): That describes the active and reactive power control dynamics.
80-
- [`Inner Loop Control`](https://nrel-sienna.github.io/PowerSystems.jl/stable/model_library/generated_InnerControl/#InnerControl): That can describe virtual impedance, voltage control and current control dynamics.
81-
- [`Converter`](https://nrel-sienna.github.io/PowerSystems.jl/stable/model_library/generated_Converter/#Converter): That describes the dynamics of the pulse width modulation (PWM) or space vector modulation (SVM).
82-
- [`Filter`](https://nrel-sienna.github.io/PowerSystems.jl/stable/model_library/generated_Filter/): Used to connect the converter output to the grid.
77+
- [`DC Source`](https://sienna-platform.github.io/PowerSystems.jl/stable/model_library/generated_DCSource/#DCSource): Defines the dynamics of the DC side of the converter.
78+
- [`Frequency Estimator`](https://sienna-platform.github.io/PowerSystems.jl/stable/model_library/generated_FrequencyEstimator/#FrequencyEstimator): That describes how the frequency of the grid can be estimated using the grid voltages. Typically a phase-locked loop (PLL).
79+
- [`Outer Loop Control`](https://sienna-platform.github.io/PowerSystems.jl/stable/model_library/outer_control/#OuterControl): That describes the active and reactive power control dynamics.
80+
- [`Inner Loop Control`](https://sienna-platform.github.io/PowerSystems.jl/stable/model_library/generated_InnerControl/#InnerControl): That can describe virtual impedance, voltage control and current control dynamics.
81+
- [`Converter`](https://sienna-platform.github.io/PowerSystems.jl/stable/model_library/generated_Converter/#Converter): That describes the dynamics of the pulse width modulation (PWM) or space vector modulation (SVM).
82+
- [`Filter`](https://sienna-platform.github.io/PowerSystems.jl/stable/model_library/generated_Filter/): Used to connect the converter output to the grid.
8383

8484
The following figure summarizes the components of a inverter and which variables they share:
8585

8686
```@raw html
87-
<img src="https://raw.githubusercontent.com/nrel-sienna/PowerSystems.jl/main/docs/src/assets/inv_metamodel.png" width="75%">
87+
<img src="https://raw.githubusercontent.com/Sienna-Platform/PowerSystems.jl/main/docs/src/assets/inv_metamodel.png" width="75%">
8888
```
8989

9090
Contrary to the generator, there are many control structures that can be used to model
@@ -94,4 +94,4 @@ these posibilities.
9494

9595
## Reference
9696

97-
For models, check the library in [PowerSystems.jl](https://nrel-sienna.github.io/PowerSystems.jl/stable/)
97+
For models, check the library in [PowerSystems.jl](https://sienna-platform.github.io/PowerSystems.jl/stable/)

docs/src/quick_start_guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Quick Start Guide
22

3-
The data for these tutorials is provided in [PowerSystemCaseBuilder](https://github.com/nrel-sienna/PowerSystemCaseBuilder.jl). If you want to build your own case, take a look at the tutorial [Creating and Handling Data for Dynamic Simulations](@ref)
3+
The data for these tutorials is provided in [PowerSystemCaseBuilder](https://github.com/Sienna-Platform/PowerSystemCaseBuilder.jl). If you want to build your own case, take a look at the tutorial [Creating and Handling Data for Dynamic Simulations](@ref)
44

55
For more details about loading data and adding more dynamic components check the
6-
[Creating a System with Dynamic devices](https://nrel-sienna.github.io/PowerSystems.jl/stable/modeler_guide/system_dynamic_data/)
6+
[Creating a System with Dynamic devices](https://sienna-platform.github.io/PowerSystems.jl/stable/modeler_guide/system_dynamic_data/)
77
section of the documentation in `PowerSystems.jl`.
88

99
For a detailed tutorial about this case visit [One Machine against Infinite Bus (OMIB) Simulation](@ref)

docs/src/tutorials/tutorial_240bus.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ using OrdinaryDiffEq
1818

1919
!!! note
2020
`PowerSystemCaseBuilder.jl` is a helper library that makes it easier to reproduce examples in the documentation and tutorials. Normally you would pass your local files to create the system data instead of calling the function `build_system`.
21-
For more details visit [PowerSystemCaseBuilder Documentation](https://nrel-sienna.github.io/PowerSystems.jl/stable/tutorials/powersystembuilder/)
21+
For more details visit [PowerSystemCaseBuilder Documentation](https://sienna-platform.github.io/PowerSystems.jl/stable/tutorials/powersystembuilder/)
2222

2323
## Load the system and transform load data
2424

@@ -36,7 +36,7 @@ end
3636

3737
## Build the simulation and initialize the problem
3838

39-
The next step is to create the simulation structure. This will create the indexing of our system that will be used to formulate the differential-algebraic system of equations. To do so, it is required to specify the perturbation that will occur in the system. In this case, we will use a ResidualModel formulation, for more details about the formulation checkout the [Models Section](https://nrel-sienna.github.io/PowerSimulationsDynamics.jl/stable/models/) in `PowerSimulationsDynamics.jl` documentation.
39+
The next step is to create the simulation structure. This will create the indexing of our system that will be used to formulate the differential-algebraic system of equations. To do so, it is required to specify the perturbation that will occur in the system. In this case, we will use a ResidualModel formulation, for more details about the formulation checkout the [Models Section](https://sienna-platform.github.io/PowerSimulationsDynamics.jl/stable/models/) in `PowerSimulationsDynamics.jl` documentation.
4040

4141
```@repl sys_240bus
4242
using Logging
@@ -72,7 +72,7 @@ plot(v1101_ida);
7272

7373
## Run the simulation using Rodas4()
7474

75-
In this case, we will use a MassMatrixModel formulation, for more details about the formulation checkout the [Models Section](https://nrel-sienna.github.io/PowerSimulationsDynamics.jl/stable/models/) in `PowerSimulationsDynamics.jl` documentation
75+
In this case, we will use a MassMatrixModel formulation, for more details about the formulation checkout the [Models Section](https://sienna-platform.github.io/PowerSimulationsDynamics.jl/stable/models/) in `PowerSimulationsDynamics.jl` documentation
7676

7777
```@repl sys_240bus
7878
sim_rodas = Simulation(

docs/src/tutorials/tutorial_activeload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const PSY = PowerSystems;
2020

2121
!!! note
2222
`PowerSystemCaseBuilder.jl` is a helper library that makes it easier to reproduce examples in the documentation and tutorials. Normally you would pass your local files to create the system data instead of calling the function `build_system`.
23-
For more details visit [PowerSystemCaseBuilder Documentation](https://nrel-sienna.github.io/PowerSystems.jl/stable/tutorials/powersystembuilder/)
23+
For more details visit [PowerSystemCaseBuilder Documentation](https://sienna-platform.github.io/PowerSystems.jl/stable/tutorials/powersystembuilder/)
2424

2525
`PowerSystems` (abbreviated with `PSY`) is used to properly define the data structure and establish an equilibrium point initial condition with a power flow routine using `PowerFlows`.
2626

docs/src/tutorials/tutorial_continuation_pf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Logging.disable_logging(Logging.Warn);
2929

3030
!!! note
3131
`PowerSystemCaseBuilder.jl` is a helper library that makes it easier to reproduce examples in the documentation and tutorials. Normally you would pass your local files to create the system data instead of calling the function `build_system`.
32-
For more details visit [PowerSystemCaseBuilder Documentation](https://nrel-sienna.github.io/PowerSystems.jl/stable/tutorials/powersystembuilder/)
32+
For more details visit [PowerSystemCaseBuilder Documentation](https://sienna-platform.github.io/PowerSystems.jl/stable/tutorials/powersystembuilder/)
3333

3434
`PowerSystems` (abbreviated with `PSY`) is used to properly define the data structure and establish an equilibrium point initial condition with a power flow routine using `PowerFlows`.
3535

docs/src/tutorials/tutorial_dynamic_data.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Introduction
66

7-
This tutorial briefly introduces how to create a system using `PowerSystems.jl` data structures. For more details visit [`PowerSystems.jl` Documentation](https://nrel-sienna.github.io/PowerSystems.jl/stable/)
7+
This tutorial briefly introduces how to create a system using `PowerSystems.jl` data structures. For more details visit [`PowerSystems.jl` Documentation](https://sienna-platform.github.io/PowerSystems.jl/stable/)
88

99
Start by calling `PowerSystems.jl` and `PowerSystemCaseBuilder.jl`:
1010

@@ -16,7 +16,7 @@ const PSY = PowerSystems;
1616

1717
!!! note
1818
`PowerSystemCaseBuilder.jl` is a helper library that makes it easier to reproduce examples in the documentation and tutorials. Normally you would pass your local files to create the system data instead of calling the function `build_system`.
19-
For more details visit [PowerSystemCaseBuilder Documentation](https://nrel-sienna.github.io/PowerSystems.jl/stable/tutorials/powersystembuilder/)
19+
For more details visit [PowerSystemCaseBuilder Documentation](https://sienna-platform.github.io/PowerSystems.jl/stable/tutorials/powersystembuilder/)
2020

2121
## System description
2222

@@ -49,7 +49,7 @@ The following describes the system creation for this dynamic simulation case.
4949

5050
## Static System creation
5151

52-
To create the system you need to load data using `PowerSystemCaseBuilder.jl`. This system was originally created from following [raw file](https://github.com/NREL-Sienna/PowerSystemsTestData/blob/master/psid_tests/data_tests/ThreeBusInverter.raw).
52+
To create the system you need to load data using `PowerSystemCaseBuilder.jl`. This system was originally created from following [raw file](https://github.com/Sienna-Platform/PowerSystemsTestData/blob/master/psid_tests/data_tests/ThreeBusInverter.raw).
5353

5454
```@repl dyn_data
5555
sys = build_system(PSIDSystems, "3 Bus Inverter Base"; force_build=true)

docs/src/tutorials/tutorial_dynamic_lines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ using Plots
2323

2424
!!! note
2525
`PowerSystemCaseBuilder.jl` is a helper library that makes it easier to reproduce examples in the documentation and tutorials. Normally you would pass your local files to create the system data instead of calling the function `build_system`.
26-
For more details visit [PowerSystemCaseBuilder Documentation](https://nrel-sienna.github.io/PowerSystems.jl/stable/tutorials/powersystembuilder/)
26+
For more details visit [PowerSystemCaseBuilder Documentation](https://sienna-platform.github.io/PowerSystems.jl/stable/tutorials/powersystembuilder/)
2727

2828
### Step 2: Data creation
2929

0 commit comments

Comments
 (0)