Path: Common/PressureVessels
% Wall thickness of a cone from pressure and material strength
Type WallThicknessCone for a demo
--------------------------------------------------------------------------
Form:
[t,angle] = WallThicknessCone(dL,dO,h,s,p,e)
--------------------------------------------------------------------------
------
Inputs
------
dL (1,1) Large diameter (m)
dO (1,1) Small diameter (m)
h (1,1) Height (m)
s (1,1) Strength (N/m^2)
p (1,1) Internal pressure (N/m^2)
e (1,1) Seam effectiveness (<=1)
-------
Outputs
-------
t (1,1) Thickness (m)
angle (1,1) Slope (rad)
--------------------------------------------------------------------------
Reference: https://www.engineersedge.com/pressure,045vessel/
stress_in_cone_or_conical_section_seam_14423.htm
--------------------------------------------------------------------------
Back to the Common Module page