Convert from dollar per Joule to dollar per mega Watt hour
function to_dollarperMWh extends Modelica.SIunits.Icons.Conversion; input SolarTherm.Types.EnergyPrice dpJ "Dollar per Joule value"; output SolarTherm.Types.EnergyPrice_kWh dpMWh "Dollar per MWh value"; end to_dollarperMWh;