Capital cost of a fischer tropsch reactor as a function of the nominal inlet mass flow rate of syngas
function fischerTropschCost_m_sg extends Modelica.Icons.Function; input Modelica.SIunits.MassFlowRate m_flow "Syngas mass flow at design"; output SolarTherm.Models.Analysis.Finances.Money C_cap "Capital cost"; output Real fr[8] "Components cost fraction"; end fischerTropschCost_m_sg;