[Base] add electrical conductivity
- this is necessary to perform electrodynamics simulations. Since the typical values are in the range of 1e6 S/m, we need the new units kS and MS - since this is for simulations, also add electrical conductivity to the FEM material cards
This commit is contained in:
@@ -94,7 +94,7 @@ YoungsModulus =
|
||||
|
||||
|
||||
[Thermal]
|
||||
; Description to be updated
|
||||
; Specific capacity in [FreeCAD SpecificHeat unit]
|
||||
; https://en.wikipedia.org/wiki/Heat_capacity
|
||||
SpecificHeat =
|
||||
|
||||
@@ -106,6 +106,15 @@ ThermalConductivity =
|
||||
; https://en.wikipedia.org/wiki/Volumetric_thermal_expansion_coefficient
|
||||
ThermalExpansionCoefficient =
|
||||
|
||||
[Electrical]
|
||||
; The ratio to the permittivity of the vacuum
|
||||
; https://en.wikipedia.org/wiki/Relative_permittivity
|
||||
RelativePermittivity =
|
||||
|
||||
; The electrical conductivity in [FreeCAD ElectricalConductivity unit]
|
||||
; https://en.wikipedia.org/wiki/Electrical_resistivity_and_conductivity
|
||||
ElectricalConductivity =
|
||||
|
||||
|
||||
[Architectural]
|
||||
; Description to be updated
|
||||
|
||||
Reference in New Issue
Block a user