Search found 19 matches

by adamo
01 Aug 2018, 20:37
Forum: ElmerSolver
Topic: Loading 2D axi data to 3D
Replies: 9
Views: 5866

Re: Loading 2D axi data to 3D

Thank you very much for implementing this feature Peter! I'll give it a try and I hope it won't be useful just to me :-). As for the DataToField solver, I just had some routine mistakes there but it seems to be working fine as well. I think I will now try to reverse-engineer it to be able to import ...
by adamo
27 Jul 2018, 18:58
Forum: ElmerSolver
Topic: Loading 2D axi data to 3D
Replies: 9
Views: 5866

Re: Loading 2D axi data to 3D

I see, thanks. I did try with the DataToField solver which I did not manage to get to work (probably some silly mistake since it keeps saying WARNING:: LocateParticleInMeshOctree: Could not locate particle in the mesh!) but even if I did, it would not help me in loading a vector field. So if I may h...
by adamo
27 Jul 2018, 15:35
Forum: ElmerSolver
Topic: Loading 2D axi data to 3D
Replies: 9
Views: 5866

Re: Loading 2D axi data to 3D

Hi Matthias and Peter, thank you for the answers. However, I think you are referring to the Rotational Extrusion filter in ParaView https://www.paraview.org/ParaView/Doc/Nightly/www/py-doc/paraview.simple.RotationalExtrusion.html . This filter, however, "forms a surface by rotating the input ab...
by adamo
26 Jul 2018, 18:11
Forum: ElmerSolver
Topic: Loading 2D axi data to 3D
Replies: 9
Views: 5866

Loading 2D axi data to 3D

Dear Elmer community, I am dealing with the following problem; I managed to solve a rather complex conjugate heat transfer model in 2D axial symmetry, which gives me the radial and axial flow velocities as well as the spatial temperature distribution. Now, I would like to trace particles in these fi...
by adamo
24 Jan 2018, 21:53
Forum: ElmerSolver
Topic: Single-core discretization, multi-core solver?
Replies: 3
Views: 3182

Re: Single-core discretization, multi-core solver?

Dear Peter, could you please advise me, where to find instructions on how to build Elmer with Pardiso. I have not been able to find it.

Many thanks

Adam
by adamo
24 Jan 2018, 18:30
Forum: ElmerSolver
Topic: Single-core discretization, multi-core solver?
Replies: 3
Views: 3182

Re: Single-core discretization, multi-core solver?

Hi Peter,

thanks a lot for the quick answer, I will try compiling Elmer with Pardiso and SuperLU and post my experience here.

Best

Adam
by adamo
24 Jan 2018, 15:26
Forum: ElmerSolver
Topic: Single-core discretization, multi-core solver?
Replies: 3
Views: 3182

Single-core discretization, multi-core solver?

Dear Elmer community, I am currently facing with two problems which are difficult to parallelize on the geometrical level (by partitioning) but could still benefit from parallelization. The first is radiative heat transfer (you cannot parallelize Gebhardt Factor calculation and even if you did, it m...
by adamo
24 Jan 2018, 15:16
Forum: ElmerSolver
Topic: Gebhardt factors CGS solver fails for emissivity of 1.00
Replies: 10
Views: 6726

Re: Gebhardt factors CGS solver fails for emissivity of 1.00

@Z.Losonc , I am not sure what you mean about FluxSolver. As far as I know, you can set the solver in the .sif file and by briefly checking the FluxSolver.F90, I would say that Elmer would consider it. Peter @raback, I am attaching my test case simple3d_radiation_test.zip . You will find there: the ...
by adamo
10 Jan 2018, 22:28
Forum: ElmerSolver
Topic: Gebhardt factors CGS solver fails for emissivity of 1.00
Replies: 10
Views: 6726

Re: Gebhardt factors CGS solver fails for emissivity of 1.00

So, answering to myself (and, hopefully, also future generations using Elmer for radiation problems :-) ): You can easily get around this issue by replacing the default UMFPACK solver with MUMPS (as long as you have it). All you need to do open the RadiationFactors.F90 file and replace around the li...
by adamo
07 Jan 2018, 17:56
Forum: ElmerSolver
Topic: Gebhardt factors CGS solver fails for emissivity of 1.00
Replies: 10
Views: 6726

Gebhardt factors CGS solver fails for emissivity of 1.00

Dear Elmer Community, I am working on a conductive-radiative heat transfer simulation in a rather large geometry, which means I have to use an iterative solver to calculate the Gebhardt factors from view factors. My casefile is attached, the UNV file with the mesh cannot be uploaded due to size but ...