.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-07-26T18:16:02Z by OpenModelicaOpenModelica 1.23.1 using GenerateDoc.mos