.SolarTherm.Utilities.LinProgFunc

Interface

// FIXME rename this to OptDispatch or similar... name is not representative.
// FIXME place this in a folder near other dispatch strategy routines...

function LinProgFunc
  import SolarTherm.Utilities.Tables.STMotab;
  input STMotab.STMotab wea_motab;
  input STMotab.STMotab pri_motab;
  input Integer horizon;
  input Real dt;
  input Real time_simul;
  input Real etaC[:];
  input Real etaG;
  input Real DEmax;
  input Real SLmax;
  input Real SLinit;
  input Real SLmin;
  input Real Ahelio;
  output Real Dispatch;
end LinProgFunc;

Generated at 2026-01-29T19:15:51Z by OpenModelicaOpenModelica 1.26.1 using GenerateDoc.mos