.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 2025-09-01T18:21:01Z by OpenModelicaOpenModelica 1.25.2 using GenerateDoc.mos