Wolfram Computation Meets Knowledge

Bingham Compression Number

The Bingham compression number expresses the state of a semisolid Bingham material if compressed.

The Bingham compression number equals the square of the initial height times the minimal yield strength divided by the constant loading force.

Formula

QuantityVariable["Bn", "Unitless"] == (QuantityVariable["H", "Height"]^2*QuantityVariable[Subscript["σ", "min"], "Pressure"])/QuantityVariable["F", "Force"]

symbol description physical quantity
Bn Bingham compression number "Unitless"
F constant loading force "Force"
H initial height of material sample "Height"
σmin minimal yield strength "Pressure"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Bingham Compression Number"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Bingham Compression Number"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Bingham Compression Number"], {QuantityVariable["H","Height"] -> 
   Quantity[0.1`, "Meters"], 
  QuantityVariable["Bn","Unitless"] -> 0.01`}]
Out[3]=

Source Metadata

Publisher Information