*EQUATION and node set

Hi there,

I have problems setting up *equations using node sets.

There is somewhat different documentation for different ccx versions on setting up equations using node sets but there is an example input file beamequset.inp and the according reference output beamequset.dat.ref, e.g. in \CalculiX\ccx_2.23\test\ which contain the lines

*NSET,NSET=LOAD
±- 20 lines: 5,----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*EQUATION
2
LOAD,3,1.,100,3,-1.

Running with a precompiled 2.23 linux executable the example runs just fine. However, when I run the example beamequset.inp using ccx for Windows (as in PreProMax or from bConverged) and also on FEA Cluster I got the following error:

*ERROR reading *EQUATION. Card image:
LOAD,3,1.,100,3,-1.

STEP 1

*ERROR in calinput: at least one fatal
error message while reading the
input deck: CalculiX stops.

Does anyone experience that problem and is there a simple fix other than not using node sets?

Thanks,

Thomas

Support for node sets in equation constraints was added in ccx 2.23. Any older version (such as likely the one on that website) won’t allow it.

See: CalculiX: New features in Version 2.23 of CalculiX

2 Likes

Thanks for the hint, running with win executables from https://www.dhondt.de/calculix_2.23_4win.zip does work