Convert from mega Watt hour to Joule
function from_MWh extends Modelica.SIunits.Icons.Conversion; input SolarTherm.Types.Energy_MWh MWh "MWh value"; output SI.Energy J "Joule value"; end from_MWh;