Search found 2364 matches

by kevinarden
09 May 2024, 17:43
Forum: Contributed Cases
Topic: Filled rectangular wave guide (VectorHelmholtz)
Replies: 8
Views: 404

Re: Filled rectangular wave guide (VectorHelmholtz)

Check Keywords "Warn" usually placed in the beginning of the input file. When this command is given, the solver outputs warning messages if the input file contains keywords that are not listed in the file of known keywords. If new keywords are introduced, misleading warning messages can be...
by kevinarden
09 May 2024, 17:38
Forum: ElmerSolver
Topic: Advice on solver settings for MagDyn
Replies: 11
Views: 251

Re: Advice on solver settings for MagDyn

I believe that is why a sphere is commonly used.
by kevinarden
09 May 2024, 13:00
Forum: ElmerSolver
Topic: Advice on solver settings for MagDyn
Replies: 11
Views: 251

Re: Advice on solver settings for MagDyn

You could try and specify the components of the field and leave the block un-rotated Boundary Condition 2 Target Boundaries(1) = 2 Name = "Back" Magnetic Field Strength 1 = Real -2500 Magnetic Field Strength 2 = Real -2500 End where the values depend on the rotation of the field in the cube.
by kevinarden
09 May 2024, 11:58
Forum: ElmerSolver
Topic: Advice on solver settings for MagDyn
Replies: 11
Views: 251

Re: Advice on solver settings for MagDyn

The far field boundaries specify the tangential components of the magnetic field H = (1/μ)B and the normal component of current density J = σE′. Your model is in cartesian so the farfield is rotated to the coordinate system. Because of this often you will see the far field as a sphere not a cube. Th...
by kevinarden
08 May 2024, 23:06
Forum: General
Topic: Is Elmer The Right Tool to Learn to Model a MHD drive
Replies: 1
Views: 42

Re: Is Elmer The Right Tool to Learn to Model a MHD drive

Elmer may be the only tool. It is certainly the only tool that is open source and free to use. It is definitely the easiest to use and learn,
by kevinarden
08 May 2024, 23:02
Forum: ElmerGUI
Topic: Model induction between two coils
Replies: 31
Views: 434

Re: Model induction between two coils

There are two options. 1. You can set the message level such that you see the result for each iteration and compare it to the convergence criteria. Or if it converges prior to to the max iterations set you know it converged to the criteria. e.g. Elmer out puts 820 0.2350E-06 830 0.2391E-06 840 0.190...
by kevinarden
08 May 2024, 20:52
Forum: External tools
Topic: ElmerGrid -increase generates elementtype 0 and elmersolver then fails
Replies: 2
Views: 66

Re: ElmerGrid -increase generates elementtype 0 and elmersolver then fails

If you do
ElmerGrid 2 2 mesh -autoclean -increase

it works
elmermesh.png
elmermesh.png (32.53 KiB) Viewed 64 times
by kevinarden
08 May 2024, 19:15
Forum: ElmerGUI
Topic: Model induction between two coils
Replies: 31
Views: 434

Re: Model induction between two coils

The problem is the more complex one has not converged. One issue with iterative solvers, is every iteration is a solution, but it might not be a converged solution. By default Elmer moves on when the number of specified iterations has taken place, even if convergence is not reached. If you change to...
by kevinarden
08 May 2024, 17:29
Forum: ElmerGUI
Topic: Model induction between two coils
Replies: 31
Views: 434

Re: Model induction between two coils

When i run the mesh you posted with the sif you posted it looks OK to me
coilpot.png
coilpot.png (132.1 KiB) Viewed 94 times
What version of Elmer are you running?
by kevinarden
08 May 2024, 17:13
Forum: ElmerGUI
Topic: Model induction between two coils
Replies: 31
Views: 434

Re: Model induction between two coils

You have no BCs at the ends, only a desired coil current specified in the solver. I let the solver calculate the coil current, and specify the potential at each end. ! CoilSolver Solver 1 Exec Solver = Before All Equation = CoilSolver Procedure = "CoilSolver" "CoilSolver" Linear ...