diff options
Diffstat (limited to 'coil_mag_solvers.yml')
-rw-r--r-- | coil_mag_solvers.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/coil_mag_solvers.yml b/coil_mag_solvers.yml index bb7b169..496509c 100644 --- a/coil_mag_solvers.yml +++ b/coil_mag_solvers.yml @@ -1,16 +1,17 @@ Static_Current_Conduction: Equation: Static Current Conduction Variable: Potential + Variable DOFs: 1 Procedure: '"StatCurrentSolve" "StatCurrentSolver"' Calculate Volume Current: True Calculate Joule Heating: False Optimize Bandwidth: True Nonlinear System Max Iterations: 1 Linear System Solver: Iterative - Linear System Iterative Method: BiCGStabl + Linear System Iterative Method: CG Linear System Max Iterations: 5000 Linear System Convergence Tolerance: 1.0e-10 - Linear System Preconditioning: ILU0 + Linear System Preconditioning: ILU3 Linear System ILUT Tolerance: 1.0e-3 Linear System Abort Not Converged: False Linear System Residual Output: 20 @@ -21,6 +22,7 @@ Magneto_Dynamics: Procedure: '"MagnetoDynamics" "WhitneyAVSolver"' Newton-Raphson Iteration: True Nonlinear System Max Iterations: 1 + Fix Input Current Density: True Linear System Solver: Iterative Linear System Preconditioning: none Linear System Convergence Tolerance: 1e-8 |