basic class for allocation functions for CHP plants
partial function BasicAllocationMethod input Real eta_th "thermal efficiency of the combined process"; input Real eta_el "electrical efficiency of the combined process"; input Real m_flow_spec "specific massflowrate per kJ fuel input"; output Real[2] alloc_m_flow_spec "specific massflowrate allocated to electrical part [elctrical, thermal]"; end BasicAllocationMethod;