-
Notifications
You must be signed in to change notification settings - Fork 279
Description
We have a use case where the we want to bend a partly fixed object until parts of it reach a given position.
Getting the bending + fixing part working using StructuralMechanics did work.
To define the end condition my idea was to use ContactStructuralMechanicsApplication with an unnmovable object as end.
However no matter what I tried I don't get the simulation to start, it always produces error during the setup of the model.
I use a python script that converts given stl files to mdpa using gmsh.
I used the Kratos Build from PyPi and tried both Version 10.3 and 10.4.
All testing is done on windows x86.
This is the data I used:
material.json
output.txt
ProjectParameters.json
MainKratos.py
slab3_thin.mdpa.txt
Do you have any idea what might be wrong with this data?
I can provide the generator script in case you need it but for now the given data should be enough to at least reproduce and investigate the issue.