[FEM] activate spring constraint

- the spring constraint is currently unused but it can be used for Elmer mechanical analyses
This PR does so and also overhaul the dialog UI.
- use the spring constraint also in an example file
This commit is contained in:
Uwe
2023-03-23 06:56:01 +01:00
parent ab01f8e143
commit dfbc6b168e
11 changed files with 123 additions and 76 deletions

View File

@@ -36,8 +36,9 @@ class FemExport ConstraintSpring : public Fem::Constraint
public:
ConstraintSpring();
App::PropertyFloat normalStiffness;
App::PropertyFloat tangentialStiffness;
App::PropertyStiffness NormalStiffness;
App::PropertyStiffness TangentialStiffness;
App::PropertyEnumeration ElmerStiffness;
App::PropertyVectorList Points;
App::PropertyVectorList Normals;