[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
|
||||
|
||||
@@ -142,11 +142,11 @@
|
||||
SpecificHeat:
|
||||
Type: 'Quantity'
|
||||
URL: 'https://en.wikipedia.org/wiki/Heat_capacity'
|
||||
Description: " "
|
||||
Description: "Specific capacity in [FreeCAD SpecificHeat unit]"
|
||||
ThermalConductivity:
|
||||
Type: 'Quantity'
|
||||
URL: 'https://en.wikipedia.org/wiki/Thermal_conductivity'
|
||||
Description: "Thermal conductivity in [FreCAD ThermalConductivity unit]"
|
||||
Description: "Thermal conductivity in [FreeCAD ThermalConductivity unit]"
|
||||
ThermalExpansionCoefficient:
|
||||
Type: 'Quantity'
|
||||
URL: 'https://en.wikipedia.org/wiki/Volumetric_thermal_expansion_coefficient'
|
||||
@@ -155,7 +155,11 @@
|
||||
RelativePermittivity:
|
||||
Type: 'Float'
|
||||
URL: 'https://en.wikipedia.org/wiki/Relative_permittivity'
|
||||
Description: "a material property, expressing the ratio to the permittivity of the Vacuum"
|
||||
Description: "The ratio to the permittivity of the vacuum"
|
||||
ElectricalConductivity:
|
||||
Type: 'Quantity'
|
||||
URL: 'https://en.wikipedia.org/wiki/Electrical_resistivity_and_conductivity'
|
||||
Description: "The electrical conductivity in [FreeCAD ElectricalConductivity unit]"
|
||||
- Architectural:
|
||||
Color:
|
||||
Type: 'String'
|
||||
|
||||
Reference in New Issue
Block a user