Page 1 of 1

Elmersolver Problem

Posted: 21 Sep 2017, 14:22
by payam
When I try to run the ElmerSolver in cmd; It shows the below error Could you please help me
Microsoft Windows [Version 10.0.15063]
(c) 2017 Microsoft Corporation. All rights reserved.

C:\RSM\RSM>ElmerSolver case.sif
ELMER SOLVER (v 8.3) STARTED AT: 2017/09/21 14:06:01
ParCommInit: Initialize #PEs: 1
MAIN:
MAIN: =============================================================
MAIN: ElmerSolver finite element software, Welcome!
MAIN: This program is free software licensed under (L)GPL
MAIN: Copyright 1st April 1995 - , CSC - IT Center for Science Ltd.
MAIN: Webpage http://www.csc.fi/elmer, Email elmeradm@csc.fi
MAIN: Version: 8.3 (Rev: c30fff2, Compiled: 2017-05-22)
MAIN: =============================================================
MAIN:
MAIN:
MAIN: -------------------------------------
MAIN: Reading Model: case.sif
LoadInputFile: Scanning input file: case.sif
At line 826 of file c:/ElmerBuild/src/elmer/elmerfem/fem/src/GeneralUtils.F90 (unit = 27, file = '')
Fortran runtime error: File 'el_steel_M800_65A' does not exist

C:\RSM\RSM>

Re: Elmersolver Problem

Posted: 21 Sep 2017, 15:24
by mzenker
Hi,

could you post your sif file?

Re: Elmersolver Problem

Posted: 26 Sep 2017, 12:47
by payam
Hello , I got below message when I try to used Elmer solver Also I attach the sif file
ELMER SOLVER (v 8.3) STARTED AT: 2017/09/26 12:40:32
ParCommInit: Initialize #PEs: 1
MAIN:
MAIN: =============================================================
MAIN: ElmerSolver finite element software, Welcome!
MAIN: This program is free software licensed under (L)GPL
MAIN: Copyright 1st April 1995 - , CSC - IT Center for Science Ltd.
MAIN: Webpage http://www.csc.fi/elmer, Email elmeradm@csc.fi
MAIN: Version: 8.3 (Rev: c30fff2, Compiled: 2017-05-22)
MAIN: =============================================================
MAIN:
MAIN:
MAIN: -------------------------------------
MAIN: Reading Model: model.sif
LoadInputFile: Scanning input file: model.sif
LoadInputFile: Loading input file: model.sif
Model Input: Unlisted keyword: [a] in section: [boundary condition 1]
WARNING:: CheckTimer: Requesting time from non-existing timer: LoadMesh
WARNING:: CheckTimer: Requesting time from non-existing timer: MeshStabParams
MAIN:
MAIN: -------------------------------------
MAIN: Steady state iteration: 1
MAIN: -------------------------------------
MAIN:
ComputeChange: NS (ITER=1) (NRM,RELC): ( 0.62653380E-04 2.0000000 ) :: mgdyn2d
ComputeChange: NS (ITER=2) (NRM,RELC): ( 0.62653380E-04 0.0000000 ) :: mgdyn2d
ComputeChange: SS (ITER=1) (NRM,RELC): ( 0.62653380E-04 2.0000000 ) :: mgdyn2d
WARNING:: GetPermittivity: Permittivity not defined in material, defaulting to that of vacuum
size 121146 71796
Perm zero: 3 3 0 0 0 0
size values 363438
Element index: 23932
Element indexes: 1143 14542 14536

C:\Motor>

C:\Motor>

Re: Elmersolver Problem

Posted: 26 Sep 2017, 13:04
by mzenker
Hi,

all your bodies except rotor and shaft are made of air (material 1), is that on purpose?

Matthias

Re: Elmersolver Problem

Posted: 26 Sep 2017, 13:19
by payam
I changed the stator yoke to material 2 as steel.but got same warning. others should be air

Re: Elmersolver Problem

Posted: 26 Sep 2017, 13:50
by mzenker
Is the permittivity defined in your file el_steel_M800_65A.txt?

Re: Elmersolver Problem

Posted: 26 Sep 2017, 15:42
by payam
I think it is not problem I couldn't understand the cause of warning also it was not made the results file for me

Re: Elmersolver Problem

Posted: 26 Sep 2017, 16:27
by mzenker
ElmerSolver says it cannot find the permittivity, so it takes the value for vacuum. I don't know if that can make the simulation fail.
to make sure that isn't the problem, you could paste the contents of the file instead of the INCLUDE command.

Also I think you should say

Variable = A

(without "Potential") in the Magnetodynamics Solver section.
And I am not sure if ElmerSolver will recognize

Simulation Type = Steady

normally it's "Steady State".

I assume you did consult the Chapter on the Magnetodynamics2D solver in the Elmer Models manual?
For general information about the structure of the sif file, see the ElmerSolver manual.

If all that doesn't help, I am afraid I cannot help you much more as I did never use the Magnetodynamics2D solver before.

Matthias