Unlisted Keywords in ElmerSolver

Numerical methods and mathematical models of Elmer
Post Reply
Tan
Posts: 4
Joined: 16 Feb 2020, 16:43
Antispam: Yes

Unlisted Keywords in ElmerSolver

Post by Tan »

Dear all,

I meet a problem when I used ElmerSolver, here is some information.

ELMER SOLVER (v 8.4) STARTED AT: 2020/03/11 17:13:35
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.4 (Rev: 36c26f70, Compiled: 2020-02-18)
MAIN: Running one task without MPI parallelization.
MAIN: Running with just one thread per task.
MAIN: =============================================================
MAIN:
MAIN:
MAIN: -------------------------------------
MAIN: Reading Model: gem.sif
LoadInputFile: Scanning input file: gem.sif
LoadInputFile: Loading input file: gem.sif
Model Input: Unlisted keyword: [grid origin at corner] in section: [solver 2]
Model Input: Unlisted keyword: [check for duplicates] in section: [solver 2]
Model Input: Unlisted keyword: [table format] in section: [solver 2]
Model Input: Unlisted keyword: [grid dx] in section: [solver 2]
Model Input: Unlisted keyword: [grid dy] in section: [solver 2]
Model Input: Unlisted keyword: [grid dz] in section: [solver 2]
Model Input: Unlisted keyword: [grid origin 1] in section: [solver 2]
Model Input: Unlisted keyword: [grid origin 2] in section: [solver 2]
Model Input: Unlisted keyword: [scaler field 1] in section: [solver 2]
Model Input: Unlisted keyword: [periodic bc potential] in section: [boundary condition 59]
Model Input: Unlisted keyword: [periodic bc potential] in section: [boundary condition 60]
Model Input: Unlisted keyword: [periodic bc potential] in section: [boundary condition 61]
L
oading user function library: [StatElecSolve]...[StatElecSolver_Init0]
Loading user function library: [SaveGridData]...[SaveGridData_Init0]
Loading user function library: [ResultOutputSolve]...[ResultOutputSolver_Init0]
LoadMesh: Starting
ElmerAsciiMesh: Performing step: 1
LoadMesh: Base mesh name: ./detector
LoadMesh: Reading header info from file: ./detector/mesh.header
InitializeMesh: Number of nodes in mesh: 2580890
InitializeMesh: Number of bulk elements in mesh: 1909239
InitializeMesh: Number of boundary elements in mesh: 127148
InitializeMesh: Initial number of max element nodes: 10
ElmerAsciiMesh: Performing step: 2

There are so many Unlisted keyword, and the simulation results are strange. I have checked the Elmer Model Manual, and the *.sif file is right. Also I have seen the SaveGridData.F90, I found the command I have used. I have no idea where I have made mistake.

Thanks!

Best Regards!
Tan
Attachments
gem.sif
(8.57 KiB) Downloaded 197 times
mzenker
Posts: 1999
Joined: 07 Dec 2009, 11:49
Location: Germany

Re: Unlisted Keywords in ElmerSolver

Post by mzenker »

Hi,

looking quickly at your sif, I didn't find any obvious mistake.
Generally speaking unlisted keywords are not a problem as long as their type is declared and they are correctly used.

Two observations, however:
1. are you sure that "scaler field" is the correct spelling? Shouldn't it be "scalar field"?
2.the sif you posted doesn't contain BC 59, 60, 61, but your log file says that there were unlisted keywords in those.

HTH,
Matthias
kevinarden
Posts: 2237
Joined: 25 Jan 2019, 01:28
Antispam: Yes

Re: Unlisted Keywords in ElmerSolver

Post by kevinarden »

Unlisted keyword is not an error it is just a report that the keyword is not listed, and therefore you have to declare the type, which you did. So that is not the problem.
Tan
Posts: 4
Joined: 16 Feb 2020, 16:43
Antispam: Yes

Re: Unlisted Keywords in ElmerSolver

Post by Tan »

Thanks!

The observations you mentioned are helpful. The first one is "scalar field", the second one is that I uploaded another sif file by mistake, but most of them are same, except for the periodic bc.

Tan
Post Reply