.AixLib.Electrical.PVSystem.BaseClasses.Wsimple

Information

Simple approximation for Lambert W function for x >= 2,
  should only be used for large input values as error decreases for increasing 
  input values (Batzelis, 2016)

Interface

function Wsimple
  input Real x(min = 2);
  output Real W;
end Wsimple;

Generated at 2024-04-27T18:15:52Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos