Calculix Bolt Pretension

Hello,

I am trying to do a 2D bolt analysis in Calculix. The analysis has 2 steps. In the first step, I give preload using a pre-tension element. In the second step, I give the temperature of the entire node. But I expect is a decrease in preload in the second step, I read the reaction forces, but contrary to what I expected, an increase in preload occurs. The step part is as follows. Can you help me ?

*PRE-TENSION SECTION,ELEMENT=852,NODE=1052,NONLINEAR
0.,1.,0.

*INITIAL CONDITIONS,TYPE=TEMPERATURE

NALL,22

*Step, Nlgeom

*Static

*Cload

1052,1,640000

*Node file,output=2D

RF, U

*El file,output=2D

S, E

*NODE PRINT,NSET=Ncoup1,TOTALS=YES

RF

*NODE PRINT,NSET=Ncoup2,TOTALS=YES

RF

*End step

*Step, Nlgeom

*Static

*Boundary,FIXED

1052,1,1

*TEMPERATURE,OP=NEW

NALL,300.

*Node file,output=2D

RF, U

*El file,output=2D

S, E

*NODE PRINT,NSET=Ncoup1,TOTALS=YES

RF

*NODE PRINT,NSET=Ncoup2,TOTALS=YES

RF

*End step

For a better explanation, I am trying to set up the example given below with 2 flanges as 2d. The bolt connects the flanges. The preload value I read in the first step is correct. If I do not give additional temperature, the preload remains the same in the second step and is protected.

https://www.feacluster.com/CalculiX/ccx_2.18/doc/ccx/input_deck_viewer.php?input_deck=pret3

Why are you expecting a decrease in bolt load with an increase in temperature? Expansion would simply increase your bolt load…

You are wrong, I installed the same model in Ansys. Preload should decrease due to temperature effect.

Sure, I could be wrong. However, your statement lacks clarity and seems to overlook basic principles of thermal expansion. Simply stating that it works in Ansys isn’t a valid explanation. When you apply *INITIAL CONDITIONS, TYPE=TEMPERATURE, NALL, 22 and then *TEMPERATURE, OP=NEW, NALL, 300, you are effectively raising the temperature, which causes the material to expand. In a bolted joint, this typically increases preload unless other factors—such as differential thermal expansion between the bolt and the surrounding material—are at play.

What specific boundary conditions, material properties, or thermal expansion coefficients have you used in your Ansys model? These can significantly influence the results and might explain why you’re observing a decrease in preload.

Have you also compared your Ansys results with a hand calculation or a simplified analytical model? That might help clarify whether the preload should decrease or increase. If you have stress/strain plots or reaction force outputs to support your claim, please share them. Otherwise, your response remains conjecture unsupported by fundamental principles.