From 9624e46147755d221c8e7cf519e9ecd416381857 Mon Sep 17 00:00:00 2001 From: jaseg Date: Thu, 26 Oct 2023 00:48:52 +0200 Subject: Move coil stuff to separate repo --- coil_mag_solvers.yml | 55 ---------------------------------------------------- 1 file changed, 55 deletions(-) delete mode 100644 coil_mag_solvers.yml (limited to 'coil_mag_solvers.yml') diff --git a/coil_mag_solvers.yml b/coil_mag_solvers.yml deleted file mode 100644 index 704a8dd..0000000 --- a/coil_mag_solvers.yml +++ /dev/null @@ -1,55 +0,0 @@ -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: CG - Linear System Max Iterations: 10000 - Linear System Convergence Tolerance: 1.0e-10 - Linear System Preconditioning: ILU3 - Linear System ILUT Tolerance: 1.0e-3 - Linear System Abort Not Converged: False - Linear System Residual Output: 20 - Linear System Precondition Recompute: 1 - -Magneto_Dynamics: - Equation: MGDynamics - 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 - Linear System Abort Not Converged: False - Linear System Residual Output: 20 - Linear System Max Iterations: 5000 - Linear System Iterative Method: TFQMR - BiCGStabL Polynomial Degree: 4 - "Jfix: Linear System Max Iterations": 5000 - Idrs Parameter: 6 - Solver Timing: True - -Magneto_Dynamics_Calculations: - Equation: MGDynamicsCalc - Procedure: '"MagnetoDynamics" "MagnetoDynamicsCalcFields"' - Linear System Symmetric: True - Calculate Magnetic Field Strength: True - Calculate JxB: False - Calculate Current Density: True - Calculate Electric Field: True - Calculate Nodal Fields: False - Calculate Elemental Fields: True - Linear System Solver: Iterative - Linear System Preconditioning: ILU0 - Linear System Abort Not Converged: False - Linear System Residual Output: 0 - Linear System Max Iterations: 5000 - Linear System Iterative Method: CG - Linear System Convergence Tolerance: 1.0e-8 - -- cgit