Skip to content

Commit

Permalink
FEM: examples, fix another non ascii character
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach committed Jul 31, 2020
1 parent 74ab9cc commit 3600cca
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -169,7 +169,7 @@ def setup(doc=None, solvertype="elmer"):
mat["Name"] = "Air-Generic"
mat["Density"] = "1.20 kg/m^3"
mat["KinematicViscosity"] = "15.11 mm^2/s"
mat["VolumetricThermalExpansionCoefficient"] = "0.00 µm/m/K"
mat["VolumetricThermalExpansionCoefficient"] = "0.00 mm/m/K"
mat["ThermalConductivity"] = "0.03 W/m/K"
mat["ThermalExpansionCoefficient"] = "0.0034/K"
mat["SpecificHeat"] = "1.00 J/kg/K"
Expand Down

0 comments on commit 3600cca

Please sign in to comment.