Wolfram Computation Meets Knowledge

Material Moduli Relationship

The material moduli relationship describes the relationship between the Young's modulus and the torsion modulus.

The torsion modulus equals the Young's modulus divided by twice the sum of 1 and the Poisson ratio.

Formula

QuantityVariable["G", "Stress"] == QuantityVariable["E", "YoungsModulus"]/(2*(1 + QuantityVariable["ν", "PoissonRatio"]))

symbol description physical quantity
G torsion modulus "Stress"
E Young's modulus "YoungsModulus"
ν Poisson ratio "PoissonRatio"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Material Moduli Relationship"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Material Moduli Relationship"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Material Moduli Relationship"], {QuantityVariable["G","Stress"] -> 
   Quantity[210, "Gigapascals"]}]
Out[3]=

Publisher Information