Skip to content

Commit

Permalink
Fix typos in README
Browse files Browse the repository at this point in the history
Signed-off-by: p-arvy <[email protected]>
  • Loading branch information
p-arvy committed Jul 22, 2024
1 parent f123f37 commit 301e66c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions open-reac/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ each serving a specific function:
- `reactiveopf.dat` defines the network data files imported (files with
*ampl_* prefix), and the files used to configure the run (files with *param_* prefix).
Refer to section [3](#3-input).
- `iidm_importer.mod`, `or_param_importer.mod` and `commons.mod` defines the sets and parameters of the optimization.
- `connected_component.mod`, `dcopf.mod` and `acopf.mod` defines the optimization problems solved in `reactiveopf.run`.
- `iidm_importer.mod`, `or_param_importer.mod` and `commons.mod` define the sets and parameters of the optimization.
- `connected_component.mod`, `dcopf.mod` and `acopf.mod` define the optimization problems solved in `reactiveopf.run`.
Refer to sections [5](#5-slack-bus--main-connex-component), [6](#6-direct-current-optimal-power-flow) and [7](#7-alternative-current-optimal-power-flow),
respectively.
- `connected_component.run`, `dcopf.run`, `acopf_preprocessing.run` and `acopf.run` orchestrate the optimization and their post-process.
- `connected_component.run`, `dcopf.run`, `acopf_preprocessing.run` and `acopf.run` orchestrate the optimization and its post-process.
- `reactiveopfoutput.mod` exports result files if the execution of `reactiveopf.run` is successful.
Refer to section [8.1](#81-in-case-of-convergence).
- `reactiveopfexit.run` contains the code executed when the process fails.
Expand Down

0 comments on commit 301e66c

Please sign in to comment.