You can step manually through the three-step solution sequence for a GSP analysis. To do so, follow this procedure:
Specify options for the first load step. This will yield an approximate iron-only solution. To do so, set
VALUE= 1 for the MAGOPT command or choose .Command(s): MAGOPTGUI:Set the convergence criteria using the CNVTOL command or its GUI equivalent.
Specify that results are not saved, using either of the following:
Command(s): OUTRES,ALL,NONEGUI:Set the full Newton-Raphson option with adaptive descent. To do so, use either method shown below:
Command(s): NROPTGUI:Write the load data to a load step file, via one of these methods:
Specify load step options for the second load step (which produces an approximate air-only solution). This time, set the
VALUEfield to 2 on the MAGOPT command or its GUI equivalent and again, specify one substep.Use the LSWRITE command or the menu option to write load data to a load step, as discussed in step 2 above.
Specify load step options for the third load step (which gives the final solution). To do so, set VALUE = 3 on the MAGOPT command or its GUI equivalent.
Store the final results using the OUTRES,ALL,LAST command or its GUI equivalent.
Start calculating the solution by using one of the following:
Once you have solved the model, review the results as described for the RSP method.
An example command sequence for a nonlinear GSP method static analysis follows:
/solu magopt,1 ! Partial solution in iron cnvtol,flux,,le-3 ! Set convergence criteria outres,all,none ! Do not store results nropt,full,,on ! Full Newton-Raphson, adaptive descent solve ! Solve magopt,2 ! Partial solution in air solve ! Solve magopt,3 ! Final solution outres,all,last ! Store converged solution solve