- 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
16 lines
307 B
Plaintext
16 lines
307 B
Plaintext
; None means nothing, as the starting point of making a new fluid material
|
|
|
|
[General]
|
|
Name = None
|
|
Description = "None"
|
|
|
|
[Fluidic]
|
|
Density = 0 kg/m^3
|
|
DynamicViscosity = 0 kg/m/s
|
|
KinematicViscosity = 0 m^2/s
|
|
|
|
[Thermal]
|
|
SpecificHeat = 0 J/kg/K
|
|
ThermalConductivity = 0 W/m/K
|
|
ThermalExpansionCoefficient = 0 1/K
|