.Dynawo.Electrical.Transformers.BaseClasses_INIT.IdealTransformerTapEstimation

Function that estimates the initial tap of an ideal transformer

Interface

/*
* Copyright (c) 2023, RTE (http://www.rte-france.com)
* See AUTHORS.txt
* All rights reserved.
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, you can obtain one at http://mozilla.org/MPL/2.0/.
* SPDX-License-Identifier: MPL-2.0
*
* This file is part of Dynawo, an hybrid C++/Modelica open source suite
* of simulation tools for power systems.
*/
function IdealTransformerTapEstimation
  extends Icons.Function;
  input Types.PerUnit rTfoMinPu "Minimum transformation ratio in pu: U2/U1 in no load conditions";
  input Types.PerUnit rTfoMaxPu "Maximum transformation ratio in pu: U2/U1 in no load conditions";
  input Integer NbTap "Number of taps";
  input Types.ComplexVoltagePu u10Pu "Start value of complex voltage at terminal 1 in pu (base UNom)";
  input Types.VoltageModulePu Uc20Pu "Voltage set-point on side 2 in pu (base U2Nom)";
  output Integer Tap0 "Estimated tap";
end IdealTransformerTapEstimation;

Generated at 2025-12-31T19:14:00Z by OpenModelicaOpenModelica 1.26.0 using GenerateDoc.mos