.PowerGrids.Functions.largerTimeConstant

Information

Given a polynomial (1 + sT1)(1 + sT2) = 1 + as + bs^2, with T1 > T2, largerTimeConstant(a, b) returns T2.

Interface

function largerTimeConstant
  extends Modelica.Icons.Function;
  input Real a;
  input Real b;
  output Real T;
end largerTimeConstant;

Generated at 2024-11-20T19:25:51Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos