Search found 2310 matches

by kevinarden
Today, 18:24
Forum: ElmerGUI
Topic: ElmerGrid weirdness
Replies: 1
Views: 19

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
Today, 17:25
Forum: ElmerSolver
Topic: electrodynamic forces on busbars
Replies: 4
Views: 53

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
Yesterday, 22:49
Forum: Bug reports
Topic: Random crashes while repeatedly running the same script
Replies: 4
Views: 49

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
Yesterday, 21:46
Forum: Bug reports
Topic: Random crashes while repeatedly running the same script
Replies: 4
Views: 49

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
Yesterday, 12:51
Forum: ElmerSolver
Topic: SaveScalars solver in parallel
Replies: 6
Views: 104

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
Yesterday, 12:26
Forum: General
Topic: Coupled Fluid-Structure Eigen Analysis
Replies: 21
Views: 262

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...
by kevinarden
Yesterday, 11:28
Forum: ElmerSolver
Topic: SaveScalars solver in parallel
Replies: 6
Views: 104

Re: SaveScalars solver in parallel

The mesh location is specified in the header on the line Mesh DB "." "." This is at the top of the form in ElmerGUI setup. . . meaning current directory your mesh is in the current directory Your error.txt file reports The mesh will be partitioned with Metis to 2 partitions. mean...
by kevinarden
20 Apr 2024, 13:04
Forum: General
Topic: Coupled Fluid-Structure Eigen Analysis
Replies: 21
Views: 262

Re: Coupled Fluid-Structure Eigen Analysis

I went to the test cases
HelmholtStructure
HelmholtStructure2
HelmholtStructure3

and change the density from 1 to 1000, and the sound speed from 300 to 1443.

In each one there was no difference in the structural result, but the pressure calculation changed.
by kevinarden
19 Apr 2024, 00:00
Forum: ElmerSolver
Topic: Toy hierarchical problem
Replies: 23
Views: 263

Re: Toy hierarchical problem

and that is going to be impacted by mesh density, the finer the mesh the closer together they are. Think of the nodes as direct claculated values and the elemental as the average of all of the nodes. If the mesh is fine enough there is no difference, but it takes more computer solve the finer the me...