Search found 2313 matches

by kevinarden
Today, 13:56
Forum: ElmerSolver
Topic: Error using CoilSolver
Replies: 18
Views: 751

Re: Error using CoilSolver

I may have mixed up the coil and the core in my sif, need to verify the bodies.
Also use the elemental results, the ones ending in e.
by kevinarden
24 Apr 2024, 21:30
Forum: ElmerSolver
Topic: Parallel grid seg fault
Replies: 10
Views: 270

Re: Parallel grid seg fault

try
ElmerGrid 2 2 deuteron_chamber -partdual -metiskway 16
by kevinarden
24 Apr 2024, 18:34
Forum: ElmerGUI
Topic: Elmer GUI crashes when loading this .in2d
Replies: 1
Views: 145

Re: Elmer GUI crashes when loading this .in2d

All of these threw an error trying to read that files

NETGEN error

Load 2D-Spline geometry file avion7.in2d
Load 2D Geometry V2
Segmentation fault (core dumped)

ElmeGUI error
Start 2D meshing...
Load 2D Geometry V2
load points
Segmentation fault (core dumped)

GMSH error
sytnax error
by kevinarden
23 Apr 2024, 18:24
Forum: ElmerGUI
Topic: ElmerGrid weirdness
Replies: 2
Views: 185

Re: ElmerGrid weirdness

They are boundary elements so if you do not target those boundaries in the sif file and impose boundary conditions on them they will be ignored by the solver. Same with bodies, if you do not create the body in the sif, a body in the mesh will be ignored.
by kevinarden
23 Apr 2024, 17:25
Forum: ElmerSolver
Topic: electrodynamic forces on busbars
Replies: 6
Views: 360

Re: electrodynamic forces on busbars

This project couples magnetic force to displacement, although the magnetic field is not electrical induced
but you should be able to go from electrical field to magnetic field to mechanical force
https://github.com/mrkearden/magnet
by kevinarden
22 Apr 2024, 22:49
Forum: Bug reports
Topic: Random crashes while repeatedly running the same script
Replies: 4
Views: 172

Re: Random crashes while repeatedly running the same script

After the refining by splitting, I recombined the triangles to quads, went 2nd order, and the all of the errors went away and a solution was obtained.
by kevinarden
22 Apr 2024, 21:46
Forum: Bug reports
Topic: Random crashes while repeatedly running the same script
Replies: 4
Views: 172

Re: Random crashes while repeatedly running the same script

I would suspect mesh quality. I downloaded the files and ran as is and I received the numerous ERROR:: ElementMetric: Degenerate errors I did a refine by split 1 time in gmsh and that error went away I then received a non-convergence error ERROR:: ComputeChange: Numerical Error: Norm of solution app...
by kevinarden
22 Apr 2024, 12:51
Forum: ElmerSolver
Topic: SaveScalars solver in parallel
Replies: 6
Views: 257

Re: SaveScalars solver in parallel

If your mesh is in the current directory and your number of cores specified for the solver is the same as the number of partitions then
Mesh DB "." "."

should be ok since your mesh is in the current directory.
by kevinarden
22 Apr 2024, 12:26
Forum: General
Topic: Coupled Fluid-Structure Eigen Analysis
Replies: 21
Views: 668

Re: Coupled Fluid-Structure Eigen Analysis

using the ShoboxFsiEigen2d test case with Density = 2710.0 Youngs Modulus = 70e9 Poisson Ratio = 0.3 The beam frequency should be 87 Hz in air and 55 Hz in water with $ AirDensity = 1.0 $ SoundSpeed = 300 ElmerSolver reports EigenSolveComplex: EIGEN SYSTEM SOLUTION COMPLETE: EigenSolveComplex: Eigen...