15.9. Using the DSP Method for 3D Static Scalar Magnetic Analysis

You can step manually through the two-step solution sequence for a DSP analysis. To do so, follow this procedure:

  1. Specify the magnetic solution sequence and the number of substeps as options for the first load step. This will yield an approximate air-only solution. To do so, use either of the following menu paths or commands:

    Command(s): MAGOPT (Set the VALUE field to 2.)
    GUI: Main Menu> Solution> Load Step Opts> Magnetics> Options Only> DSP Method
    Command(s): NSUBST (Specify one substep.)
    GUI: Main Menu> Solution> Load Step Opts> Time/Frequenc> Freq and Substps
  2. Specify that you do not want to save results, using one of the following:

    Command(s): OUTRES,ALL,NONE
    GUI: Main Menu> Solution> Load Step Opts> Output Ctrls> DB/Results File
  3. Write the load data to a load step file, via one of these methods:

    Command(s): LSWRITE or SOLVE
    GUI: Main Menu> Solution> Load Step Opts> Write LS File
    Main Menu> Solution> Solve> option
  4. Specify load step options for the second load step (which produces the final solution). This time, set the VALUE field to 3 on the MAGOPT command.

  5. Set the convergence criteria using one of the following:

    Command(s): CNVTOL
    GUI: Main Menu> Solution> Load Step Opts> Nonlinear> Convergence Crit
  6. Set the full Newton-Raphson option with adaptive descent. To do so, use either method shown below:

    Command(s): NROPT
    GUI: Main Menu> Solution> Analysis Type> Analysis Options
  7. Store the converged solution, using the OUTRES command or its GUI equivalent.

  8. Use the LSWRITE command or the Write LS File menu option to write load data to a load step, as discussed in step 2 above.

  9. Start calculating the solution by using one of the following:

    Command(s): LSSOLVE
    GUI: Main Menu> Solution> Solve> From LS Files
  10. Once you have solved the model, review the results as described for the RSP method.

    An example command sequence for a nonlinear 3D DSP analysis follows:

    /solu
    magopt,2            ! Partial solution in air
    outres,all,none     ! Do not store results
    solve               ! Solve the analysis
    magopt,3            ! Final solution
    cnvtol,flux,,1e-3   ! Set convergence criteria
    nropt,full,,on      ! Full Newton-Raphson with adaptive descent
    outres,all,last     ! Store final results
    solve
    GUI:

    Main Menu> Solution> Load Step Opts> Nonlinear> Convergence Crit