Skip to content

Commit

Permalink
Update material_mechanicalnonlinear.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FEA-eng authored Feb 29, 2024
1 parent 566e97e commit efdc2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Fem/femobjects/material_mechanicalnonlinear.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def add_properties(self, obj):
)

if not hasattr(obj, "MaterialModelNonlinearity"):
choices_nonlinear_material_models = ["simple hardening"]
choices_nonlinear_material_models = ["isotropic hardening","kinematic hardening"]
obj.addProperty(
"App::PropertyEnumeration",
"MaterialModelNonlinearity",
Expand Down

0 comments on commit efdc2e2

Please sign in to comment.