ThomasJLinde

Results 6 comments of ThomasJLinde

Hi Justin, It is difficult to reduce my geometry so that you have a minimal example. I think you can find the problem in the dam.py example as well like...

This issue is quite urgent for me. Can you please provide a workaround or hint so that I can try to solve it. That would be very kind.

Hi Justin, beforehand I was using Windows 10 ccx = 2.12 gmsh = 2.7.0 pycalculix = 1.0.0 Even with ccx = 2.13 and gmsh = 3.0.5 the same bug occured....

Hi Justin, I believe I have a clue for the source of this bug. I think the reason why no pressure is applied to some faces of the mesh is...

.msh ![image](https://user-images.githubusercontent.com/44028670/47143046-9d57cc80-d2c4-11e8-8f86-6a6984d26520.png) .inp ![image](https://user-images.githubusercontent.com/44028670/47143097-b82a4100-d2c4-11e8-8827-c5b6ef50b053.png)

Hi Justin, as it turns out I found a workaround for this problem. In feamodel.py I had to comment line 1580 and set is_lineface = True. This seems to work...