7500 Tonne Furfural Plant
From MoxyWiki
'7500 t/yr'
Last calculated 77 weeks ago
and a price of 1200 USD 2010/tinfo.png'1200 USD 2010/t'
Last calculated 77 weeks ago
.
A first cut estimate is that this would require a total investment (OSBL + ISBL + Contingency) of 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")Last calculated 77 weeks ago
The heuristics for a nominal chemical plant are found here: http://www.moxy.com.au/Wiki/index.php/Nominal_Chemical_Plant
Facts about 7500 Tonne Furfural PlantRDF feed
| 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") + |
| Price | 1200 USD 2010/tinfo.png'1200 USD 2010/t'+ |
| Product | Furfural + |
| Production | 7500 t/yrinfo.png'7500 t/yr'+ |

