I found a way to restart in this post. I can reproduce the operation using the calculix interface, but I cannot implement it using the prepomax interface. Can someone guide me?
-
Prepare 2 set of data files and name them as ex. step_1.inp and step_2.inp
-
Copy step_1.inp to step.inp
“step_1.inp” holds the original geometri & load for 1’st run -
Run ccx -i step
-
Copy step.frd to step_1.frd
“step.frd” holds output specified in the cards “*node file” & “*element file” for 1’st step -
Copy step.rout to step.rin
“step.rout” holds the stiffness matrice, strains & deformed geometri from first run -
Copy step_2.inp to step.inp
“step_2.inp” holds load for 2’nd run expected to be added to 1’st result -
Run ccx -i step
-
Copy step.frd to step_2.frd
“step.frd” holds output specified in the cards “*node file” & “*element file” for 2’nd step
Result from step 1 will be in step_1,frd and step2 in step_2.frd