Search found 4831 matches

by raback
58 minutes ago
Forum: ElmerSolver
Topic: Parallel grid seg fault
Replies: 8
Views: 150

Re: Parallel grid seg fault

Hi

And if you say:

ElmerGrid 14 2 gmsh.msh -autoclean -partdual -metiskway 16

-Peter
by raback
Today, 17:20
Forum: ElmerSolver
Topic: Parallel grid seg fault
Replies: 8
Views: 150

Re: Parallel grid seg fault

Hi,

Does it work for linear elements? It tries to identify the parent of the boundary element and obviously fails. The parent is found by matching indexes.

Which code has written the initial mesh.* files?

-Peter
by raback
Today, 17:16
Forum: Contributed Cases
Topic: Filled rectangular wave guide (VectorHelmholtz)
Replies: 1
Views: 68

Re: Filled rectangular wave guide (VectorHelmholtz)

Hi

This is not a warning: You just have the code rather verbose and it tells you that "variable 2" was given type based on the keyword "variable 1" that is named in the keyword database. We could make this even lower priority.

-Peter
by raback
Yesterday, 10:30
Forum: ElmerSolver
Topic: electrodynamic forces on busbars
Replies: 6
Views: 278

Re: electrodynamic forces on busbars

Hi Sorry, I was reading hastily. So if you want to really solve the displacements also you should apply the nodal forces directly for the elasticity solver. Here conforming mesh is assumed. For example see, https://github.com/ElmerCSC/elmer-elmag/blob/main/CoilOnIronCore/case.sif The key lines are D...
by raback
23 Apr 2024, 17:48
Forum: ElmerSolver
Topic: electrodynamic forces on busbars
Replies: 6
Views: 278

Re: electrodynamic forces on busbars

Hi The way to proceed is indeed to 1) Use AVSolver to solver for electric/magnetic fields 2) Use CalcFields solver to compute nodal forces 3) Some up nodal forces and moments for each piece. Now 1) and 2) are shown in many test cases (as that of Kevin in force.sif). The step 3) is a minor technicali...
by raback
22 Apr 2024, 01:06
Forum: General
Topic: Coupled Fluid-Structure Eigen Analysis
Replies: 21
Views: 591

Re: Coupled Fluid-Structure Eigen Analysis

Hi Kevin,

The HelmholtzStructure cases are hierarchical: structure -> acoustics. The FsiShoebox* cases are strongle coupled: structure <-> acoustics.

-Peter
by raback
19 Apr 2024, 17:25
Forum: ElmerSolver
Topic: Toy hierarchical problem
Replies: 23
Views: 395

Re: Toy hierarchical problem

Hi, In electromagnetics some fields are really discontinuous so when you try to project them to nodes violence may be performed if there is a jump in material parameter values. That's why options are given to either create a nodal, cell, or discontinuous galerkin type of field. All have their merits...
by raback
19 Apr 2024, 17:15
Forum: General
Topic: Coupled Fluid-Structure Eigen Analysis
Replies: 21
Views: 591

Re: Coupled Fluid-Structure Eigen Analysis

Hi Interesting discussions here. I am travelling so cannot spent time on this now. However, I can confirm that some real-world benchmarks have been solved a few years ago. These test cases are reflections of that work which itself was not made public. There should be clear effect of density. So that...
by raback
16 Apr 2024, 02:12
Forum: ElmerSolver
Topic: MgDyn2D and high-order element
Replies: 7
Views: 304

Re: MgDyn2D and high-order element

Hi, Paraview (VTU files) can only understand nodal data and cell data. When you have discontinous field that has different values at each node which one to use? The default is to use cell data which only can be constant within each element. If you want discontinous and not constant you have to repli...
by raback
16 Apr 2024, 02:03
Forum: ElmerSolver
Topic: PMSM Simulation Symmetric vs Full Model
Replies: 8
Views: 1034

Re: PMSM Simulation Symmetric vs Full Model

Hi Felix, The factor 1/3 comes simply from the fact that Elmer reports the torque of the mesh you see. So if you model 1/3 of the machine you will also get 1/3 of the results. I know there might be different conventions here. Ultimately this goes back to the history how it was first implemented. We ...