Search found 2301 matches

by kevinarden
Today, 00:00
Forum: ElmerSolver
Topic: Toy hierarchical problem
Replies: 21
Views: 178

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...
by kevinarden
Yesterday, 21:08
Forum: ElmerSolver
Topic: Toy hierarchical problem
Replies: 21
Views: 178

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
Yesterday, 19:12
Forum: General
Topic: Coupled Fluid-Structure Eigen Analysis
Replies: 17
Views: 189

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
Yesterday, 14:03
Forum: ElmerSolver
Topic: Toy hierarchical problem
Replies: 21
Views: 178

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 18 times
by kevinarden
Yesterday, 12:28
Forum: ElmerSolver
Topic: Error using CoilSolver
Replies: 16
Views: 410

Re: Error using CoilSolver

I made these changes
case.sif
(5.39 KiB) Downloaded 4 times
magf.png
magf.png (179.84 KiB) Viewed 12 times
by kevinarden
Yesterday, 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
Yesterday, 12:12
Forum: ElmerSolver
Topic: Toy hierarchical problem
Replies: 21
Views: 178

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
Yesterday, 11:52
Forum: ElmerSolver
Topic: Toy hierarchical problem
Replies: 21
Views: 178

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
17 Apr 2024, 14:29
Forum: ElmerSolver
Topic: Toy hierarchical problem
Replies: 21
Views: 178

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: 21
Views: 178

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