fullName = Files.fullPathName(name);
Returns the full path name of a file or directory "name".
function chp_co2_alloc_efficiency import TransiEnt; extends TransiEnt.Basics.Icons.Function; input TransiEnt.Basics.Units.MassOfCDEperEnergy m_spec_fuel; input SI.Energy E_fuel; input SI.Energy E_el; input SI.Energy E_th; input SI.Efficiency eta_th; input SI.Efficiency eta_el; output TransiEnt.Basics.Units.MassOfCDEperEnergy m_spec[2] "Specific emissions of thermal [1] and electric [2] generation"; end chp_co2_alloc_efficiency;