Search found 2300 matches

by kevinarden
less than a minute ago
Forum: ElmerSolver
Topic: Toy hierarchical problem
Replies: 19
Views: 163

Re: Toy hierarchical problem

Regarding the 2 current densities one is data at the nodes
and the other is data at the element centroids (the one that ends in e)
by kevinarden
Today, 19:12
Forum: General
Topic: Coupled Fluid-Structure Eigen Analysis
Replies: 17
Views: 187

Re: Coupled Fluid-Structure Eigen Analysis

"independent geometry densities between structure and fluid I can look at" In Elmer this requires the use of mortar boundary conditions. With mortar you have a master and slave so the mesh does not have to conform. Elmer Solver Manual Section 9.2 https://www.nic.funet.fi/pub/sci/physics/el...
by kevinarden
Today, 14:03
Forum: ElmerSolver
Topic: Toy hierarchical problem
Replies: 19
Views: 163

Re: Toy hierarchical problem

https://github.com/mrkearden/toy

Here is a working 2D and 3D case, however I do not know if they are correct solutions.
I feel like the body force should be set to the current calculated from solver 1.
3dmag.png
3dmag.png (64.08 KiB) Viewed 12 times
by kevinarden
Today, 12:28
Forum: ElmerSolver
Topic: Error using CoilSolver
Replies: 16
Views: 409

Re: Error using CoilSolver

I made these changes
case.sif
(5.39 KiB) Downloaded 3 times
magf.png
magf.png (179.84 KiB) Viewed 11 times
by kevinarden
Today, 12:16
Forum: ElmerSolver
Topic: SaveScalars solver in parallel
Replies: 1
Views: 14

Re: SaveScalars solver in parallel

ElmerGrid writes the mesh to a subdirectory
The case file specifies looking for the mesh in the current directory.
I think it can't find the partitioned mesh
by kevinarden
Today, 12:12
Forum: ElmerSolver
Topic: Toy hierarchical problem
Replies: 19
Views: 163

Re: Toy hierarchical problem

I can specify the potential at each end and let Elmer calculate the current density Boundary Condition 1 Target Boundaries(1) = 1 Name = "BoundaryCondition 1" Infinity BC = True Potential = 0 End Boundary Condition 2 Target Boundaries(1) = 2 Name = "BoundaryCondition 2" Potential...
by kevinarden
Today, 11:52
Forum: ElmerSolver
Topic: Toy hierarchical problem
Replies: 19
Views: 163

Re: Toy hierarchical problem

That is a correct way to run it.
You can also use
ElmersSolver case.sif

The potential would depend on the boundary conditions, not sure I have them, may also be the problem in 3D
by kevinarden
Yesterday, 14:29
Forum: ElmerSolver
Topic: Toy hierarchical problem
Replies: 19
Views: 163

Re: Toy hierarchical problem

I was able to work through a 2D case, I will try and extend it to a 3d case.
2dcase.zip
(616.7 KiB) Downloaded 3 times
by kevinarden
16 Apr 2024, 12:13
Forum: ElmerSolver
Topic: Toy hierarchical problem
Replies: 19
Views: 163

Re: Toy hierarchical problem

Regarding your plot along a line. The results data are only at the nodes, so when you do a line through the model the data is close to some nodes but farther away from others. This would impact the plot. Finer mesh would help. You can also build the mesh such that there is a line of nodes along wher...
by kevinarden
16 Apr 2024, 00:18
Forum: General
Topic: FreeCad FEM mesh: boundary, region and group. Which one and when?
Replies: 3
Views: 57

Re: FreeCad FEM mesh: boundary, region and group. Which one and when?

Depending on how the mesh gets saved out of gmsh (all elements or just grouped elements) , elmer makes each group a body, but any solid elements not grouped are sent to the additional group/body of everything not grouped. However, there are flags in gmsh to save all, or just save groups.