Search found 30 matches

by jeremie
05 Apr 2024, 17:56
Forum: ElmerSolver
Topic: ResultOuputSolver question
Replies: 3
Views: 166

Re: ResultOuputSolver question

Ok thank you! I'll give it a try.
Jeremie
by jeremie
29 Mar 2024, 19:18
Forum: ElmerSolver
Topic: ResultOuputSolver question
Replies: 3
Views: 166

ResultOuputSolver question

Dear all, Among the variables that are exported to .vtu files, I would like to disable one variable. I have already searched in the manual and in the source code of ResultOuputSolver.f90 but I couldn't find what I was looking for. Maybe I missed something. Any suggestion? Something like: Output Vari...
by jeremie
27 Oct 2023, 17:28
Forum: ElmerSolver
Topic: Difference between Direct and Iterative methods
Replies: 3
Views: 290

Re: Difference between Direct and Iterative methods

Thanks Peter.

But why nodes (on boundaries) for which the potential is known are not 0 V like with Direct methods ?

Do you mean that a solution is still computed for these nodes with iterative methods?
by jeremie
27 Oct 2023, 15:19
Forum: ElmerSolver
Topic: Difference between Direct and Iterative methods
Replies: 3
Views: 290

Difference between Direct and Iterative methods

Dear all, I am using the StatCurrentSolver and I have noted that zero values are not exactly zero with iterative solvers, whereas they are with direct solvers. For example values are in this type of range: 1.0E-30 V, 1.0E-50V, 1.0E-80V with the iterative method whereas with the direct method I get e...
by jeremie
13 Jan 2023, 18:26
Forum: ElmerSolver
Topic: Get a long length string from the .sif (length>128)
Replies: 2
Views: 228

Re: Get a long length string from the .sif (length>128)

Ok good to know, thanks Peter!
by jeremie
11 Jan 2023, 19:54
Forum: ElmerSolver
Topic: Get a long length string from the .sif (length>128)
Replies: 2
Views: 228

Get a long length string from the .sif (length>128)

Hello, With a user-defined function, I would like to get a file path written in the Material section of the .sif by using the GetString() function. However, GetString() returns a value with a maximum length of 128 whereas my filepath is greater than 128: DefUtils.f90 : FUNCTION GetString( List, Name...
by jeremie
08 Sep 2022, 16:14
Forum: ElmerSolver
Topic: ListTagKeywords
Replies: 3
Views: 419

Re: ListTagKeywords

Ok thanks!
by jeremie
30 Aug 2022, 18:53
Forum: ElmerSolver
Topic: ListTagKeywords
Replies: 3
Views: 419

ListTagKeywords

Hello, When running my simulation, I have the messages: ListTagKeywords: Setting weight for keywords! ListTagKeywords: No parameters width suffix: normalize by area ListTagKeywords: Setting weight for keywords! ListTagKeywords: No parameters width suffix: normalize by volume The simulation can conti...
by jeremie
03 Dec 2021, 16:46
Forum: ElmerSolver
Topic: Magnetic field particle dynamics
Replies: 11
Views: 4300

Re: Magnetic field particle dynamics

You right, in the next commit it is OK.

I carried out some rapid tests and it seems work well! I need to compare to analytic results, I will post news here.

Thanks!

Jeremie
by jeremie
02 Dec 2021, 20:39
Forum: ElmerSolver
Topic: Magnetic field particle dynamics
Replies: 11
Views: 4300

Re: Magnetic field particle dynamics

Hi Peter,

In ParticleDynamics.f90 I think GotB is missing here (line 1066):

GotField = ParticleToField .OR. GotVelo .OR. GotPot .OR. &
VeloCond .OR. CoordCond .OR. GotBuoyancy

Isn't ?