Browse wiki

From MoxyWiki

7500 Tonne Furfural Plant
FullCost 67.5 M USD 2010info.png
price = { convertPrice = sparql("SELECT ?x WHERE{<http://www.moxy.com.au/Wiki/a#Convert_Price> prop:RScript ?x}"); 
  v = sparql("SELECT ?x WHERE{<http://www.moxy.com.au/Wiki/a#7500_Tonne_Furfural_Plant> prop:Price ?x}");
  convertPrice(v, 'USD', '2010', 't');
}
qty = utConvert(sparql("SELECT ?x WHERE{<http://www.moxy.com.au/Wiki/a#7500_Tonne_Furfural_Plant> prop:Production ?x}"),'t/yr',1)

#Revenue in USD 2010
revenue = price * qty

plantAndEquipmentAssetTurnover = sparql("SELECT ?x WHERE{<http://www.moxy.com.au/Wiki/a#Nominal_Chemical_Plant> prop:PlantAndEquimpmentAssetTurnoverRatio ?x}")

#Ratio of Full Cost to Plant And Equipment Cost
ratio = sparql("SELECT ?x WHERE{<http://www.moxy.com.au/Wiki/a#Nominal_Chemical_Plant> prop:FullCost ?x}") / sparql("SELECT ?x WHERE{<http://www.moxy.com.au/Wiki/a#Nominal_Chemical_Plant> prop:PlantAndEquipmentCost  ?x}");

fullCost = (revenue / plantAndEquipmentAssetTurnover) * ratio;
cat(fullCost/10^6, "M USD 2010")
  +
Modification dateThis property is a special property in this wiki. 3 December 2010 03:02:33  +
Price 1200 USD 2010/tinfo.png
'1200 USD 2010/t'
  +
Product Furfural +
Production 7500 t/yrinfo.png
'7500 t/yr'
  +
Categories Refinery
hide properties that link here 
  No properties link to this page.
 

 

Enter the name of the page to start browsing from.
Personal tools
Toolbox