From 301e66cdf9b70bcae511d34cb7df660d33b55cba Mon Sep 17 00:00:00 2001 From: p-arvy Date: Mon, 22 Jul 2024 11:36:00 +0200 Subject: [PATCH] Fix typos in README Signed-off-by: p-arvy --- open-reac/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/open-reac/README.md b/open-reac/README.md index b0868f59..0ef90e31 100644 --- a/open-reac/README.md +++ b/open-reac/README.md @@ -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.