about : ERROR:: LoadMesh: Requested mesh > . /ring_ext < does not exist!

The graphical user interface of Elmer
Post Reply
kurasaki
Posts: 5
Joined: 16 Nov 2022, 06:17
Antispam: Yes

about : ERROR:: LoadMesh: Requested mesh > . /ring_ext < does not exist!

Post by kurasaki »

Hello everyone.

I ran the attached .sif file and got the error below. Please let me know if anyone can help me understand.

ERROR:: LoadMesh: Requested mesh > . /ring_ext < does not exist!

Thank you in advance.
Attachments
egproject.xml
(5.99 KiB) Downloaded 66 times
description.txt
(237 Bytes) Downloaded 67 times
case.sif
(8.87 KiB) Downloaded 69 times
kevinarden
Posts: 2237
Joined: 25 Jan 2019, 01:28
Antispam: Yes

Re: about : ERROR:: LoadMesh: Requested mesh > . /ring_ext < does not exist!

Post by kevinarden »

In
Header
CHECK KEYWORDS Warn
Mesh DB "." "ring_ext"
Include Path ""
Results Directory "."
End

you told it the the mesh is in a sub directory called ring_ext of you current working directory but it doesn't exist
doesnotexists.png
(115.04 KiB) Not downloaded yet
doesexist.png
(124.46 KiB) Not downloaded yet
kurasaki
Posts: 5
Joined: 16 Nov 2022, 06:17
Antispam: Yes

Re: about : ERROR:: LoadMesh: Requested mesh > . /ring_ext < does not exist!

Post by kurasaki »

Thanks for the reply!

ring_ext.geo is converted to an elmer-like mesh using netgen,
ring_ext and inserted it into the current directory under the name ring_ext.
However, the following error was output
ERROR:: LoadInputFile: There are no Solvers in the system!
There is a Solver entry in ring_ext.sif, but an error is output.
How can I resolve this error?

Thank you in advance.
kevinarden
Posts: 2237
Joined: 25 Jan 2019, 01:28
Antispam: Yes

Re: about : ERROR:: LoadMesh: Requested mesh > . /ring_ext < does not exist!

Post by kevinarden »

I did not get that error. You can see in the previous post picture doesexist that the job is running

LoadInputFile: Number of BCs: 5
LoadInputFile: Number of Body Forces: 1
LoadInputFile: Number of Initial Conditions: 0
LoadInputFile: Number of Materials: 3
LoadInputFile: Number of Equations: 2
LoadInputFile: Number of Solvers: 6
LoadInputFile: Number of Bodies: 3
kurasaki
Posts: 5
Joined: 16 Nov 2022, 06:17
Antispam: Yes

Re: about : ERROR:: LoadMesh: Requested mesh > . /ring_ext < does not exist!

Post by kurasaki »

Thanks for the reply!

I was able to execute it!
However, I got the following error output
ERROR:: IterSolve: Numerical Error: Too many iterations were needed.

It says that if the number of iterations exceeds 2000000 times, an error is output.

Thank you in advance.
Attachments
Error.png
Error.png (77.71 KiB) Viewed 1370 times
kevinarden
Posts: 2237
Joined: 25 Jan 2019, 01:28
Antispam: Yes

Re: about : ERROR:: LoadMesh: Requested mesh > . /ring_ext < does not exist!

Post by kevinarden »

You will have to post your mesh, I was testing with a mase up one of my own.
kurasaki
Posts: 5
Joined: 16 Nov 2022, 06:17
Antispam: Yes

Re: about : ERROR:: LoadMesh: Requested mesh > . /ring_ext < does not exist!

Post by kurasaki »

Thanks for the reply!

Please download from the github repository as the file is large.

https://github.com/Poraemonn/ElmerGUI

The mesh is ring_ext.geo converted to a mesh for elmer with netgen in a folder called ring_ext.

Thank you for your cooperation.
kevinarden
Posts: 2237
Joined: 25 Jan 2019, 01:28
Antispam: Yes

Re: about : ERROR:: LoadMesh: Requested mesh > . /ring_ext < does not exist!

Post by kevinarden »

The other solvers are converging well. The WhitneyAVSolver is not, I have tried all of the normal modifications I know, but no results. The mesh looks good. I am not the expert on WhitneyAVSolver.
kevinarden
Posts: 2237
Joined: 25 Jan 2019, 01:28
Antispam: Yes

Re: about : ERROR:: LoadMesh: Requested mesh > . /ring_ext < does not exist!

Post by kevinarden »

There was an important note in the sif
! Please note that for versions of ELMER FEM after 4 August 2019, "Relative Reluctivity (3,3)" should be changed to "Reluctivity (3,3)"
also needed to add jfix to the BCs

I was able to get a solution with this geo and sif file
the geo reduces the mesh size so that the mumps solver could be used, my system is 8GB Ram, more ram would allow for bigger models
ring_ext.geo
(2.12 KiB) Downloaded 65 times
ring_ext.sif
(8.77 KiB) Downloaded 68 times
kurasaki
Posts: 5
Joined: 16 Nov 2022, 06:17
Antispam: Yes

Re: about : ERROR:: LoadMesh: Requested mesh > . /ring_ext < does not exist!

Post by kurasaki »

Thanks for the reply!

I had overlooked the points you pointed out.

I am currently preparing to download mumps solver.
I will give it a try when I can download it.

Thank you very much.
Post Reply