Number of operators required to work at the whole solar fuel plant (with FT) as a function of the nominal inlet mass flow rate of syngas
function nLabour_m_sg_ft extends Modelica.Icons.Function; input Modelica.SIunits.MassFlowRate m_flow "Syngas mass flow at design"; output Integer n_labour "Number of operators"; end nLabour_m_sg_ft;