Skip to content

Commit

Permalink
FEM: material task panel, typo in KinematicViscosity
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach authored and wwmayer committed Mar 18, 2017
1 parent 0f90e25 commit aaefe9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Fem/PyGui/_TaskPanelFemMaterial.py
Expand Up @@ -176,7 +176,7 @@ def check_material_keys(self):
# Fluidic properties
if 'KinematicViscosity' not in self.material:
print('KinematicViscosity not found in material data of: ' + self.material['Name'])
self.material['KineticViscosity'] = '0 m^2/s'
self.material['KinematicViscosity'] = '0 m^2/s'
if 'VolumetricThermalExpansionCoefficient' not in self.material:
print('VolumetricThermalExpansionCoefficient not found in material data of: ' + self.material['Name'])
self.material['VolumetricThermalExpansionCoefficient'] = '0 m/m/K'
Expand Down

0 comments on commit aaefe9d

Please sign in to comment.