[FEM] fix wrong console outputs for fluid materials
- since a while ThermalExpansionCoefficient is used, VolumetricThermalExpansionCoefficient is only used for the material task panel - as already stated in a code comment, the unit of VolumetricThermalExpansionCoefficient is ThermalExpansionCoefficient, therefore we must check for ThermalExpansionCoefficient - we must also check if ThermalExpansionCoefficient exists - Adapt the existing fluid material cards to use the ThermalExpansionCoefficient
This commit is contained in:
@@ -14,8 +14,8 @@ PrandtlNumber = 0.7
|
||||
[Thermal]
|
||||
SpecificHeat = 1.01 kJ/kg/K
|
||||
ThermalConductivity = 0.02587 W/m/K
|
||||
; volumetric expansion coeff of ideal gas depends on temperature and pressure
|
||||
VolumetricThermalExpansionCoefficient = 3.43e-3 m/m/K
|
||||
; thermal expansion coefficient of ideal gas is 1/temperature
|
||||
ThermalExpansionCoefficient = 3.43e-3 1/K
|
||||
|
||||
[Electrical]
|
||||
RelativePermittivity = 1.00059
|
||||
|
||||
@@ -15,8 +15,8 @@ PrandtlNumber = 0.7
|
||||
[Thermal]
|
||||
SpecificHeat = 0.520 kJ/kg/K
|
||||
ThermalConductivity = 0.018 W/m/K
|
||||
; volumetric expansion coeff of ideal gas depends on temperature and pressure
|
||||
VolumetricThermalExpansionCoefficient = 3.43e-3 1/K
|
||||
; thermal expansion coefficient of ideal gas is 1/temperature
|
||||
ThermalExpansionCoefficient = 3.43e-3 1/K
|
||||
|
||||
[Electrical]
|
||||
RelativePermittivity = 1.000513
|
||||
|
||||
@@ -15,8 +15,8 @@ PrandtlNumber = 0.7
|
||||
[Thermal]
|
||||
SpecificHeat = 1.04 kJ/kg/K
|
||||
ThermalConductivity = 25.83e-3 W/m/K
|
||||
; volumetric expansion coeff of ideal gas depends on temperature and pressure
|
||||
VolumetricThermalExpansionCoefficient = 3.43e-3 1/K
|
||||
; thermal expansion coefficient of ideal gas is 1/temperature
|
||||
ThermalExpansionCoefficient = 3.43e-3 1/K
|
||||
|
||||
[Electrical]
|
||||
RelativePermittivity = 1.00058
|
||||
|
||||
@@ -12,5 +12,4 @@ KinematicViscosity = 0 m^2/s
|
||||
[Thermal]
|
||||
SpecificHeat = 0 J/kg/K
|
||||
ThermalConductivity = 0 W/m/K
|
||||
ThermalExpansionCoefficient = 0 um/m/K
|
||||
VolumetricThermalExpansionCoefficient = 0 m/m/K
|
||||
ThermalExpansionCoefficient = 0 1/K
|
||||
|
||||
Reference in New Issue
Block a user