No 'History output' file is created in the work directory for Tutorial 34

There is no file created for the bolt working load after following the Tutorial 34 - everything else seems to be working as presented in the video. Do you have any hints how to fix this?

Also, can you please explain the meaning of the “SOF”(?) paramter/command at the end of the ‘History outputs’ user defined field of:

“*SECTION PRINT, SURFACE=Surface=Internal_Selection-1_Pre-tension-1, NAME*SP1

SOF"

I cannot find a reference for it in the User Manual of CalculiX (v.2.20).

Also, can you please explain why it is not needed to define the same above user field in ‘Step-2’?

And finally, is there any other workaround in the recent version of PrePoMax (v2.4.0) for extracting the bolt working load in the final step?

Link to the PrePoMax file: https://drive.google.com/file/d/1Q1U8eNdUDM_fZJlKHi786ERYkJn8arAy/view?usp=sharing

You have some typos here - it should be NAME=SP1 and “Surface=” is duplicated. In the job monitor, there are warnings indicating missing surface because of that. When you fix those typos, you should get the .dat file.

SOF stands for section forces. In the CalculiX manual, it’s mentioned under the *SECTION PRINT keyword description and in the 6.13 Output variables table.

It’s defined only in the first step because it automatically propagates to subsequent steps.

1 Like

Thank you, now it’s clear.