Search found 176 matches

by Andrea_P
03 Aug 2021, 13:28
Forum: ElmerSolver
Topic: Level set Courant number
Replies: 3
Views: 1886

Level set Courant number

How Can I compute the Courant number for the level set? Probably my question is trivial. I know that the Delta_x(grid dimension), Delta_t (time step) and velocity V appear in the Courant number, but what is that V? How can I compute in a simulation?
Regards,
Andrea
by Andrea_P
02 Aug 2021, 20:27
Forum: ElmerSolver
Topic: Simulation of fluctuations
Replies: 0
Views: 2467

Simulation of fluctuations

Hi, The interface in my simulation shows separation phenomena, maybe, it depends on the mesh or on the smooth function in the level set. I should observe fluctuations that are created by the obstacle in the middle. These fluctuations should move to the inlet and outlet borders. I attach the mesh and...
by Andrea_P
22 Jul 2021, 15:25
Forum: ElmerSolver
Topic: Level set simulation
Replies: 0
Views: 2534

Level set simulation

Hi, My simulation always stops at 35 iterations, I have modified velocity, time and relaxation factor, but it always stops. I can't find the error, maybe it depends on the mesh. I should observe fluctuations which are created by the obstacle in the middle. These fluctuations should move to the inlet...
by Andrea_P
21 Jul 2021, 01:51
Forum: ElmerSolver
Topic: Weird divergence behaviour
Replies: 4
Views: 1434

Re: Weird divergence behaviour

I have noted that if I use either a relaxation factor <0.1 or the Picard method, the convergence of the problem gets really slow. Indeed the velocity profiles are pretty different from the ones computed in the reference paper.
-Andrea
by Andrea_P
20 Jul 2021, 02:47
Forum: ElmerSolver
Topic: Weird divergence behaviour
Replies: 4
Views: 1434

Re: Weird divergence behaviour

Hi Andrea, You've been working hard with a very complex case that would deserve some closer attention! Unfortunately I haven't had time to look it that closely. It is easier for some cases where you get an idea just by reading through the sif file. Convergence issues are more difficult. Could you m...
by Andrea_P
20 Jul 2021, 00:54
Forum: Installation & compilation
Topic: Paralleling computation with umfpack
Replies: 2
Views: 2327

Re: Paralleling computation with umfpack

Hi Andrea, No. Umfpack is not MPI parallel library. Of the actively supported direct linear solvers MUMPS is parallel, also on some platforms you could compile with MKL Pardiso. This is not a limitation by Elmer. It is just that many algorithms are just so much easier to code in serial that the MPI...
by Andrea_P
15 Jul 2021, 15:21
Forum: ElmerSolver
Topic: Weird divergence behaviour
Replies: 4
Views: 1434

Re: Weird divergence behaviour

I don't understand why the convergence occurs in this problem viewtopic.php?f=3&t=7507 and in the simulation, I am doing it doesn't.
-Andrea
by Andrea_P
15 Jul 2021, 14:56
Forum: Installation & compilation
Topic: Paralleling computation with umfpack
Replies: 2
Views: 2327

Paralleling computation with umfpack

Good morning,
Is it possible to use the paralleling computation with the direct method: umfpack? Because Elmer gave me an error when I used this method.
Regards,
Andrea
by Andrea_P
13 Jul 2021, 20:08
Forum: Installation & compilation
Topic: PARALLELING COMPUTATION
Replies: 39
Views: 13534

Re: PARALLELING COMPUTATION

In ElmerGUI, click on 'Run', 'Parallel settings', and uncheck the box 'use parallel solver', then click on the green arrow to run. Rich. So, you referred to that. The problem runs well until the 900th iteration when it diverges. I have written a post about that: http://www.elmerfem.org/forum/viewto...
by Andrea_P
13 Jul 2021, 19:32
Forum: Installation & compilation
Topic: PARALLELING COMPUTATION
Replies: 39
Views: 13534

Re: PARALLELING COMPUTATION

Regarding the restart file, I've never used it, so can't say anything about it. The error message indicates that umfpack isn't designed to be run in parallel. Does the case run properly in serial operation? Rich. Honestly, I don't know if the case is for serial operation. How could I check? Andrea