Search found 2307 matches

by kevinarden
15 Apr 2024, 11:59
Forum: General
Topic: FreeCad FEM mesh: boundary, region and group. Which one and when?
Replies: 3
Views: 72

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

In 3d groups of solid elements become bodies, groups of plate elements become boundary surfaces. 1D elements are eliminated if you use -autoclean. ElmerGUI uses -autoclean by default.

In 2D models groups of plate elements become bodies, groups of 1D elements become boundaries.
by kevinarden
13 Apr 2024, 15:15
Forum: General
Topic: Acoustic waves propagation in a solid body
Replies: 5
Views: 104

Re: Acoustic waves propagation in a solid body

Void in the plate on the left side, right side no void.
output.gif
output.gif (1017.47 KiB) Viewed 29 times
by kevinarden
13 Apr 2024, 14:38
Forum: ElmerSolver
Topic: Understanding mechanical simulations with boundary contacts
Replies: 1
Views: 88

Re: Understanding mechanical simulations with boundary contacts

This was my attempt, with and without the magnets. Without the magnets and no need for contact, the rotor deforms as expected.
with magnets on the left, without on the right
on the left it appears to deflect inward instead of outward as expected.
rotor.png
(422.91 KiB) Not downloaded yet
The white is undeformed
magcontact.zip
(164.81 KiB) Downloaded 4 times
by kevinarden
13 Apr 2024, 13:57
Forum: ElmerSolver
Topic: Toy hierarchical problem
Replies: 23
Views: 260

Re: Toy hierarchical problem

Sphere for the air is better, 1 infinity boundary, and the BC is written for the spherical case.
Electric Infinity BC Logical
The spherical approximation for the open boundaries extending to infinity.
potential.png
(46.26 KiB) Not downloaded yet
toy.zip
(1.62 KiB) Downloaded 4 times
by kevinarden
13 Apr 2024, 13:04
Forum: ElmerSolver
Topic: Toy hierarchical problem
Replies: 23
Views: 260

Re: Toy hierarchical problem

These are the names of the bodies and boundaries in your mesh ! ----- names for bodies ----- $ body = 1 $ enclosure = 2 ! ----- names for boundaries ----- $ inlet = 1 $ outlet = 2 $ walls = 3 $ left_face = 4 $ front_face = 5 $ right_face = 6 $ back_face = 7 $ top_face = 8 $ bottom_face = 9 So the BC...
by kevinarden
13 Apr 2024, 12:00
Forum: General
Topic: Coupled Fluid-Structure Eigen Analysis
Replies: 21
Views: 260

Re: Coupled Fluid-Structure Eigen Analysis

There is a contributed case index on the board, your case would make a great contribution.
by kevinarden
13 Apr 2024, 11:56
Forum: General
Topic: Computing E field in Vacuum Capacitor
Replies: 3
Views: 51

Re: Computing E field in Vacuum Capacitor

The vacuum or air should completely surround the plates so as to have an infinity BC on the outer surface. I prefer a sphere because the outer surface better matches the BC.
feild.png
(288.66 KiB) Not downloaded yet
potential.png
(261.88 KiB) Not downloaded yet
vacuum.zip
(311.55 KiB) Downloaded 4 times
by kevinarden
12 Apr 2024, 22:19
Forum: General
Topic: Coupled Fluid-Structure Eigen Analysis
Replies: 21
Views: 260

Re: Coupled Fluid-Structure Eigen Analysis

wetcase2.sif That final plot was actually from spreadsheet. To get to spreedsheet I go into paraview. You can actually plot nodal data as a function of step directly in paraview. Using interactive select node and then plot selected data over time. But if I want to have better control or plot result...
by kevinarden
12 Apr 2024, 14:26
Forum: General
Topic: Coupled Fluid-Structure Eigen Analysis
Replies: 21
Views: 260

Re: Coupled Fluid-Structure Eigen Analysis

I tested the beam case in transient by tweaking the top of the beam the letting it vibrate freely. I used the FSI obstacle tutorial as a guide.
The magnitude of the motion in water is much different than in air, but the frequency is unchanged. So FSI means loading only not mass.
vibes.png
(79.14 KiB) Not downloaded yet