Merge pull request #4963 from Helios113/stiffness

Base: Adding stiffness units
This commit is contained in:
Yorik van Havre
2021-08-18 10:04:46 +02:00
committed by GitHub
14 changed files with 454 additions and 342 deletions

View File

@@ -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]

View File

@@ -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'