Added stiffness units to FreeCAD [mN/m, N/m, kN/m, MN/m]
This commit is contained in:
committed by
Preslav Aleksandrov
parent
09d9caf438
commit
4ab37fc0ca
@@ -92,6 +92,10 @@ YieldStrength =
|
||||
; https://en.wikipedia.org/wiki/Young%27s_modulus
|
||||
YoungsModulus =
|
||||
|
||||
; Stiffness (or Spring Stiffness) in [FreeCAD Stiffness unit]
|
||||
; https://en.wikipedia.org/wiki/Stiffness
|
||||
Stiffness =
|
||||
|
||||
|
||||
[Thermal]
|
||||
; Specific capacity in [FreeCAD SpecificHeat unit]
|
||||
|
||||
@@ -138,6 +138,10 @@
|
||||
Type: 'Quantity'
|
||||
URL: 'https://en.wikipedia.org/wiki/Young%27s_modulus'
|
||||
Description: "Young's modulus (or E-Module) in [FreeCAD Pressure unit]"
|
||||
Stiffness:
|
||||
Type: 'Quantity'
|
||||
URL: 'https://en.wikipedia.org/wiki/Stiffness'
|
||||
Description: "Stiffness (or Spring Stiffness) in [FreeCAD Stiffness unit]"
|
||||
- Thermal:
|
||||
SpecificHeat:
|
||||
Type: 'Quantity'
|
||||
|
||||
Reference in New Issue
Block a user