Property Estimator

NameStored volume from fill height, diameter, conjugate diameter and height
PropertyStored Volume
TypeFunction
Function
if ([hFL:m] <= [DC:m]/2) {
  return M_PI/3*pow([D:m]*[hFL:m]/[DC:m], 2)*(3*[DC:m]/2-[hFL:m]);
}
if ([hFL:m] <= [DC:m]/2+[h:m]) {
  return M_PI/4*[D:m]*[D:m]*([hFL:m]-[DC:m]/6);
}
return M_PI*[D:m]*[D:m]*(pow([hFL:m]-[h:m], 2)/(3*[DC:m]*[DC:m])*(3*[DC:m]/2-[hFL:m]+[h:m])+[h:m]/4);
Unitm3
Validity ConditionsShape: Cylindrical Dished Vertical
PrecedenceAuto
DisabledNo
AccessPublic
Created: Serkan GIRGIN, 2012/10/24 10:05:20

Risk Assessment

Natural Hazards

Industrial Plants

Scientific

Users