Wolfram Computation Meets Knowledge

Mechanical Stress for a Cylinder

The mechanical stress for a cylinder expresses the internal forces that neighboring particles within the cylinder exert on each other.

The mechanical stress for a cylinder equals the force applied divided by the product of \[Pi] and the square of the radius of the cylinder.

Formula

QuantityVariable["σ", "Stress"] == QuantityVariable["F", "Force"]/(Pi*QuantityVariable["R", "Radius"]^2)

symbol description physical quantity
σ mechanical stress "Stress"
F force "Force"
R radius "Radius"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Mechanical Stress for a Cylinder"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Mechanical Stress for a Cylinder"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Mechanical Stress for a Cylinder"], {QuantityVariable[
   "\[Sigma]","Stress"] -> Quantity[1, ("Newtons")/("Meters")^2], 
  QuantityVariable["F","Force"] -> Quantity[1, "Newtons"]}]
Out[3]=

Publisher Information