From fb92e9ce8a53e1b8bf2e601a39326618f1578e08 Mon Sep 17 00:00:00 2001 From: Thomas Bouquet <63302082+bqth29@users.noreply.github.com> Date: Mon, 6 May 2024 16:09:17 +0200 Subject: [PATCH] Better explanation of automaton simulator (#995) --- docs/castor/rao-steps.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/castor/rao-steps.md b/docs/castor/rao-steps.md index 249214863e..41d16ed9b1 100644 --- a/docs/castor/rao-steps.md +++ b/docs/castor/rao-steps.md @@ -51,12 +51,12 @@ set-points, PST set-points, switch pairs. #### Automatic network actions simulation -First, all automatic network actions which are forced are applied on the network. +First, all automatic network actions with a FORCED usage method are applied on the network. FORCED means that no optimization is carried out and that as long as the triggering conditions are met, the remedial action is applied. #### Automatic search tree Then, the automatic network actions which are available (i.e. not mandatory to apply) are selected by the RAO if they -help making the network secure, using a search-tree algorithm. +help making the network secure, using a search-tree algorithm (similar to what is done in preventive or curative). #### Automatic range actions simulation @@ -64,6 +64,8 @@ Finally, automatic range actions are applied one by one, as long as some of the actions include PSTs and HVDCs. The remedial actions' speed determines the order in which they are applied: the fastest range actions are simulated first. Aligned range actions are simulated simultaneously. +> Note that auto range actions must have a FORCED usage method. + Automatic range actions' setpoint is computed using the results of a sensitivity analysis computation, during which the sensitivity $\sigma$ of a range action on a CNEC is computed. By focusing on the worse overloaded CNEC, we can compute the automatic range action's optimal setpoint to relieve that CNEC with the following formula: