All of the below classes can be found in the constants
module of the package.
Relevant constants for tribology research. Use, for example, as follows:
# get young's modulus of steel in units of MPa
import tribology as tr
youngs_modulus_steel = tr.YoungsMod.STEEL.value
LubeDens
[source]¶Scalar constants for lubricant density in \(\text{g ml}^{-1}\). Available values are:
LubeVisc
[source]¶Tuple containing kinematic viscosities (in unit of cSt) of lubricants at 40 and 100 \(^{\circ}\text{C}\). The first value in the tuple corresponds to the viscosity at 40 \(^{\circ}\text{C}\), the second to 100 \(^{\circ}\text{C}\). The TEMPS value contains the reference temperatures (40, 100). Available values are:
TEMPS: | Tuple containing temperature values of 40 and 100 |
---|
MatDens
[source]¶Scalar constants for material density in \(\text{kg m}^{-3}\). Available values are:
STEEL: | |
---|---|
GLASS: |
PoissonRatio
[source]¶Scalar constants for unitless Poisson ratios. Available values are:
STEEL: | |
---|---|
GLASS: | |
SiN: |
PressVisc
[source]¶Pressure-viscosity coefficients in \(\text{Pa}^{-1}\) at room temperature. Available values are:
ESTER_OIL_GENERIC: | |
---|---|
MINERAL_OIL_GENERIC: | |