diff options
author | jaseg <git@jaseg.de> | 2023-10-09 14:46:27 +0200 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2023-10-09 14:46:27 +0200 |
commit | cc59a6567ed764d741ba70ed9398d96ab53c10bd (patch) | |
tree | cd12f512419a011091390bf380fc57c2aac9eb32 /coil_mag_solvers.yml | |
parent | a2d1429036884e4332169356f8c9d1701306a6e3 (diff) | |
download | gerbonara-cc59a6567ed764d741ba70ed9398d96ab53c10bd.tar.gz gerbonara-cc59a6567ed764d741ba70ed9398d96ab53c10bd.tar.bz2 gerbonara-cc59a6567ed764d741ba70ed9398d96ab53c10bd.zip |
magnetic sim agreees with calculations now
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 |