I am trying to add the possibility to use the concentrated heat flux as boundary conditions in Calculix. Whenever I attempt to run the simulation, I encounter an error at the same step (1018) that states, “*ERROR in frd: cannot open frd file for writing…”. I traced this error message back to line 97 of the frd.c file. What could be causing the program to fail in opening the file?
How big is the .frd file ?
as @Calc_em suggests, this may be that the file is too large or something similar (running out of space?)…
The .frd file is not too large, around 200mb. The log file is getting really big, almost 2.9gb.
Why so large? Do you need that much logging?
No, i am trying to reduce it. I think I have that much logging because I need to read the global simulation results in each step.