Search found 12 matches

by tomatoma
06 Mar 2022, 23:00
Forum: ElmerSolver
Topic: "HeatSolveVec" "HeatSolver" simulation time speed up?
Replies: 5
Views: 854

Re: "HeatSolveVec" "HeatSolver" simulation time speed up?

Hi, Thanks to both of you for your support. It appears to me that Save Coordinates crashes when it is used along with Discontinuous Galerkin. I have uploaded a simple example here: http://www.elmerfem.org/forum/viewtopic.php?t=7698 The problem is not caused by the keyword 'Real' I have to experiment...
by tomatoma
06 Mar 2022, 22:30
Forum: Bug reports
Topic: Save Coordinates Crashes with (Discontinuous Galerkin) Heat Gap
Replies: 5
Views: 1911

Re: Save Coordinates Crashes with (Discontinuous Galerkin) Heat Gap

Hi Rich,

the purpose of the 'Discontinuous Galerkin' line is to implement a heat gap between the two bodies:
Result_OK.JPG
Result_OK.JPG (30.41 KiB) Viewed 1900 times
If one replaces the line 'Discontinuous Galerkin' with 'Discontinuous Bodies' in solver 1, then the heat gap is ignored by the solver:
Result_notOK.JPG
Result_notOK.JPG (29.35 KiB) Viewed 1900 times
Thanks,
Matteo
by tomatoma
05 Mar 2022, 22:24
Forum: Bug reports
Topic: Save Coordinates Crashes with (Discontinuous Galerkin) Heat Gap
Replies: 5
Views: 1911

Save Coordinates Crashes with (Discontinuous Galerkin) Heat Gap

Hello,

attached is a minimal example where 'Save Coordinates' crashes when the HeatGap between 2 bodies is active.
mesh_image.jpg
mesh_image.jpg (54.14 KiB) Viewed 1911 times
OS: Win 8.1

Thanks,
Matteo
by tomatoma
03 Mar 2022, 17:45
Forum: ElmerSolver
Topic: "HeatSolveVec" "HeatSolver" simulation time speed up?
Replies: 5
Views: 854

"HeatSolveVec" "HeatSolver" simulation time speed up?

Hello, given the mesh and given the computer (i7-9850H @ 2.6 GHz), does anyone have some hints to speed up a 3D Heat simulation? Are there any parameters in the Solver 1 section that can be modified to improve the simulation time? Here are the mesh information: mesh_information.png The simulation ti...
by tomatoma
21 Feb 2022, 23:18
Forum: Bug reports
Topic: ElmerGUI: wrong solver specific option shown
Replies: 3
Views: 1832

Re: ElmerGUI: wrong solver specific option shown

Hi Rich,

thanks for your reply.
I noticed too that sometimes the menu are crossed and sometimes they are not, but I couldn't find a rule.

Best regards,
Matteo
by tomatoma
17 Feb 2022, 01:11
Forum: ElmerSolver
Topic: Save Scalars: mixed up result file in parallel run - SOLVED
Replies: 8
Views: 1496

Re: Save Scalars: mixed up result file in parallel run - SOLVED

Hello,

from ElmerModelsManual:

Code: Select all

Save Coordinates(n,DIM)
So it should be:

Code: Select all

Save Coordinates(2,3) = x1 y1 z1 x2 y2 z2
(notice that 2 and 3 are swapped)

Matteo
by tomatoma
16 Feb 2022, 20:35
Forum: Bug reports
Topic: ElmerGUI: wrong solver specific option shown
Replies: 3
Views: 1832

ElmerGUI: wrong solver specific option shown

Hi, when clicking on Model -> Equation -> "Add" or on an existing equation then selecting the tab "Heat Equation" or "SaveScalars" and then "Edit Solver Settings" and then selecting the tab "Solver specific option", the tab shows the content of the s...
by tomatoma
08 Aug 2016, 16:55
Forum: ElmerSolver
Topic: Scalar potential BC, WhitneyAVHarmonicSolver
Replies: 4
Views: 4205

Re: Scalar potential BC, WhitneyAVHarmonicSolver

Dear Ivanov, I'm learning from your post how to solve similar problems. I think a problem your example might have is that the mesh is too coarse on the surface of you conductor. If I'm not wrong, the dimensions of your bodies are: conductor radius: 1cm Air radius: 10cm Length: 40cm The length of the...
by tomatoma
05 Apr 2016, 19:17
Forum: ElmerSolver
Topic: SaveLine: simulation time in output file
Replies: 3
Views: 2598

Re: SaveLine: simulation time in output file

Hi, I was indeed interested in including the time in the SaveLine output file. I was expecting the solver to stamp the same time value for every point along the polyline, for each time step. The time of each step would then be available in the SaveLine output file, although repeated n times for each...