FEM: Add hard contact with CalculiX (#22513)

This commit is contained in:
FEA-eng
2025-07-18 16:56:39 +02:00
committed by GitHub
parent a1bb6d2c25
commit fa694ff4c5
3 changed files with 12 additions and 3 deletions

View File

@@ -68,6 +68,11 @@ ConstraintContact::ConstraintContact()
"ConstraintContact",
App::PropertyType(App::Prop_None),
"Thermal contact conductance");
ADD_PROPERTY_TYPE(HardContact,
(false),
"ConstraintContact",
App::PropertyType(App::Prop_None),
"Enable hard contact");
}
App::DocumentObjectExecReturn* ConstraintContact::execute()