The f.o.b purchase cost of the empty vessel
function CostEmpty_st extends Modelica.Icons.Function; input Mass_lb w2 "Tank weight"; input Real uf1 "Update factor"; input Real r_cur1 "The currency rate from AUD to USD"; output FI.Money C_v "The f.o.b purchase cost of the empty vessel in AUD"; end CostEmpty_st;