Design Equations
Cylinder:$\sigma_\theta = \dfrac{PD}{2t}$, $\sigma_z = \dfrac{PD}{4t}$
Sphere:
$\sigma = \dfrac{PD}{4t}$
$\sigma_{vm}= \sqrt{\sigma_\theta^2 - \sigma_\theta\sigma_z + \sigma_z^2}$
$t_{min}= \dfrac{PD}{2\sigma_{allow}}$
Instantly compute hoop stress, axial stress, and Von Mises stress for cylindrical or spherical vessels. Evaluate safety factor and minimum wall thickness.
The primary stresses in a thin-wall cylindrical pressure vessel are derived from a simple force balance. The hoop (circumferential) stress resists the bursting force from the internal pressure.
$$\sigma_h = \frac{P D}{2 t}$$Where $\sigma_h$ is the hoop stress, $P$ is the internal pressure, $D$ is the inner diameter, and $t$ is the wall thickness.
The axial (longitudinal) stress resists the force trying to separate the vessel ends. For a cylinder, it is half the hoop stress. To assess failure under this combined stress state, we use the Von Mises equivalent stress.
$$\sigma_{vm}= \sqrt{\sigma_h^2 + \sigma_a^2 - \sigma_h \sigma_a}$$Where $\sigma_{vm}$ is the Von Mises stress and $\sigma_a = \frac{P D}{4 t}$ is the axial stress. The safety factor is then $SF = \frac{\sigma_{yield}}{\sigma_{vm}}$.
Industrial Gas Storage: High-pressure cylinders for oxygen, nitrogen, or acetylene are classic examples. Engineers use these exact calculations to determine the minimum wall thickness needed to safely contain the gas at 200+ bar pressure, selecting materials like high-strength steel or composites.
Boilers and Heat Exchangers: Power plant boilers use banks of pressurized tubes to carry steam. Thin-wall theory is crucial for their initial design, ensuring tubes can withstand operational pressure and temperature cycles without yielding or bursting.
Aerospace Propellant Tanks: Rocket fuel and oxidizer tanks are often thin-wall structures to save weight. The analysis must account for both launch pressures and the fact that hoop stress is the primary design driver, leading to specific welding and inspection protocols for the longitudinal seams.
Food & Beverage Cans: While at lower pressure, the principle is the same. The thin aluminum wall of a soda can is designed to handle the hoop stress from carbonation. The easy-open tab is carefully engineered to not create a stress concentration that would cause a tear.
When starting to use this tool, there are several pitfalls that beginners in CAE often encounter. First and foremost, do not underestimate the definition of "thin-walled." Generally, it refers to cases where the ratio of wall thickness (t) to inner diameter (D) is approximately 1/20 or less (i.e., t/D ≤ 0.05). For example, a vessel with a 1000mm inner diameter and a 60mm wall thickness falls into the "thick-walled" category. Since the tool's fundamental equations consider only membrane stress, the non-negligible radial stress that develops in thick-walled vessels can cause the calculated results to be significantly underestimated compared to reality. In practice, you must always check this ratio.
Next, beware of input errors regarding the "inner diameter." Design drawings often specify the "outer diameter," and if you inadvertently input the outer diameter, the calculated stress will be lower than the actual stress, which is very dangerous. The tool inherently assumes the "inner diameter." Also, pay close attention to the interpretation of the safety factor. The safety factor provided by the tool is a pure margin against yield due to internal pressure. However, in actual design, there are numerous other factors you must consider, such as wall thickness reduction due to corrosion (corrosion allowance), strength reduction at welds (weld joint efficiency), fatigue, and creep. For instance, don't be reassured just because you get a safety factor of 3 for SS400; you need to think, "This value is the basic framework. The actual design safety factor requires further adjustments, like multiplying this by a weld joint efficiency of 0.7..."
The calculation for this thin-walled pressure vessel actually serves as a foundation in various engineering fields. The first that comes to mind is "Piping Engineering." Pipes can also be considered as cylinders subjected to internal pressure. However, since bending and thermal stresses play significant roles in piping, the calculations from this tool serve as a starting point for evaluating primary membrane stress. Next is "Aerospace Engineering." Rocket fuel tanks and pressurized cabins are essentially pressure vessels thinned to the limit for weight reduction. Here, the analysis expands from simple cylinders and spheres to complex shell structures.
There is also an unexpected connection with "Biomedical Engineering." Tubular tissues within the body, such as aneurysms or bronchi, are thin-walled structures subjected to internal pressure. The same fundamental concepts are applied as basic models for understanding their mechanics. Furthermore, this serves as an entry point to "Elasticity Theory" and "Plate and Shell Theory," which are the next steps after "Strength of Materials." The "membrane stress" calculated by the tool represents an ideal state where the shell experiences almost no bending. In actual vessels, bending moments occur in certain areas (e.g., the junction between the cylinder and the head), and studying this leads to practical questions like "Why are reinforcement rings necessary?"
Once you're comfortable with this tool's calculations and start wondering "why?", it's time to move to the next step. I strongly recommend first learning the theory of "Thick-Walled Cylinders" (Lamé's Equations). In thick-walled theory, the radial stress, assumed constant in thin-walled theory, becomes significant, drastically changing the stress distribution. The equations look like this: $$ \sigma_r = \frac{a^2 P}{b^2 - a^2}(1 - \frac{b^2}{r^2}), \quad \sigma_h = \frac{a^2 P}{b^2 - a^2}(1 + \frac{b^2}{r^2}) $$ (where a: inner radius, b: outer radius, r: arbitrary radius), and you'll see that the stress is maximum at the inner surface. Comparing these allows you to intuitively grasp the meaning and limitations of the thin-walled theory approximation.
Mathematically, these are derived by solving differential equations. While the thin-walled cylinder formula can be derived from force equilibrium, thick-walled cylinders and spheres require consideration of deformation compatibility conditions, making them more advanced. As a practical next topic, consider "Pressure Vessel Analysis using the Finite Element Method (FEA)." After grasping the basic stresses for simple shapes with this tool, a standard workflow is to use FEA software to evaluate detailed stress concentrations at discontinuities like nozzle junctions. Also, consider expanding your interest to "Fatigue Analysis" and "Fracture Mechanics." Since pressure vessels undergo repeated start-up and shutdown cycles, they face the risk of fatigue failure due to stress fluctuations, and evaluating fracture toughness assuming initial cracks is also a crucial design consideration.