Search found 17 matches

by tomatoma
08 May 2024, 20:41
Forum: External tools
Topic: ElmerGrid -increase generates elementtype 0 and elmersolver then fails
Replies: 2
Views: 57

ElmerGrid -increase generates elementtype 0 and elmersolver then fails

Hi, I'd like to export a .unv mesh from Salome, to then convert it to Elmer format using ElmerGrid. The mesh contains HEXA8, TETRA4 and PYRA5. Salome cannot export PYRA5 elements to .unv mesh. So I exported the mesh from Salome to Elmer by using the following Python script: https://github.com/jvence...
by tomatoma
24 Apr 2024, 10:12
Forum: ElmerSolver
Topic: electrodynamic forces on busbars
Replies: 6
Views: 436

Re: electrodynamic forces on busbars

Hi, Please bear with me, but I'd like to better understand the three steps: 1) Use AVSolver to solver for electric/magnetic fields Currents are non-sinusoidal time-varying waveforms which can be computed by other means (not by elmer): they depends on the caracteristics of the utility grid upstream t...
by tomatoma
23 Apr 2024, 14:29
Forum: ElmerSolver
Topic: electrodynamic forces on busbars
Replies: 6
Views: 436

Re: electrodynamic forces on busbars

Hi kevinarden, from what I understand, the post you linked deals with the electric field. The forces between conductors are generated by the intercations between the currents and the magnetic filed generated by the currents themselves. The effect of the electric field is negligible. I believe the pr...
by tomatoma
23 Apr 2024, 12:02
Forum: ElmerSolver
Topic: electrodynamic forces on busbars
Replies: 6
Views: 436

electrodynamic forces on busbars

Hi, in case of short-circuit inside or downstream an electrical cabinet (supplied from a low voltage 50/60 Hz grid), the electrodynamic forces amongst the conductors inside the cabinets can be relatively high. Here is an example of a paper that deals with this subject: https://www.studiecd.dk/cahier...
by tomatoma
06 Mar 2022, 23:00
Forum: ElmerSolver
Topic: "HeatSolveVec" "HeatSolver" simulation time speed up?
Replies: 5
Views: 871

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: 2245

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 2234 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 2234 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: 2245

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 2245 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: 871

"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...