botdome.txt

download botdome.txt

of 1

description

DESIGN OF BOTTOM DOME OF TANK

Transcript of botdome.txt

  • for (double sigma=0; sigma < 5; ts++) { // 5 = sigmacc for m25

    double wtdome= 2*3.14*radiusdome*h33h*ts*2400/1000; // N double totalload=wtdome+wtwater; double loadperunitarea=totalload*4/(3.14*D22h*D22h); double Merithru=(totalload*radiusdome/(1+costheta)); sigma=Merithru/(ts*1000);

    for (double sigma2=0; sigma2 < 5; ts++) { // 5 = sigmacc for m25

    wtdome= 2*3.14*radiusdome*h33h*ts*2400/1000; // N totalload=wtdome+wtwater; loadperunitarea=totalload*4/(3.14*D22h*D22h); double Circumforce=(totalload*radiusdome/(1+costheta)); sigma2=Circumforce/(ts*1000);

    }

    }