Dhondtguido / CalculiX

This repository contains the source files of CalculiX, a three-dimensional Finite Element Program (www.calculix.de).
GNU General Public License v2.0
75 stars 19 forks source link

*ERROR in cascade for *BOUNDARY on rotated rectangular beam. #37

Closed victorkemp closed 1 year ago

victorkemp commented 1 year ago

The following example

*NODE
1,0,0,0
2,1,1,0
*ELEMENT,TYPE=B31,ELSET=Eall
1,1,2
*MATERIAL,NAME=Material
*ELASTIC,TYPE=ISOTROPIC
210000000000,0
*BEAM SECTION,ELSET=Eall,MATERIAL=Material,SECTION=RECT
0.15,0.1
-1,1,0
*BOUNDARY
2,1,6,0
*STEP
*STATIC
*END STEP

fails with

*ERROR in cascade: zero coefficient on the
        dependent side of an equation
        dependent node: 14        direction: 3

but it shouldn't. image

Dhondtguido commented 1 year ago

Hi Victor,

I think I found a solution to that. Do you allow me to include your simple examples in the test suite?

Thanks for all your contributions, they are very valuable!

Best Greetings,

Guido

victorkemp commented 1 year ago

Fantastic. Thanks for fixing it properly!

Yes, feel free to use any code or examples from my issues or pull requests without attribution. Any copyright I have to them, I give up to public domain.