Search found 2312 matches

by kevinarden
01 Dec 2023, 12:01
Forum: Installation & compilation
Topic: make install failed on linux
Replies: 9
Views: 830

Re: make install failed on linux

can you go inside the install folder and do

mkdir /lib/elmersolver
by kevinarden
30 Nov 2023, 14:01
Forum: General
Topic: 1D beam modelling
Replies: 38
Views: 3484

Re: 1D beam modelling

Great, thanks.
by kevinarden
29 Nov 2023, 19:56
Forum: General
Topic: 1D beam modelling
Replies: 38
Views: 3484

Re: 1D beam modelling

It would be nice to add, but at least a message to tell the user it is not supported would help cut down on confusion.
by kevinarden
29 Nov 2023, 16:14
Forum: General
Topic: 1D beam modelling
Replies: 38
Views: 3484

Re: 1D beam modelling

and if I add some damping to the 1D beam
Rayleigh Damping = Logical True
Rayleigh Damping Alpha = Real 100.2836
Rayleigh Damping Beta = Real 5.38E-5

I don't get any
1ddamped.PNG
1ddamped.PNG (92.42 KiB) Viewed 689 times
by kevinarden
29 Nov 2023, 16:07
Forum: General
Topic: 1D beam modelling
Replies: 38
Views: 3484

Re: 1D beam modelling

I decided to go back to this damping test and repeat it using the 1d beam model and the initial displacement method
viewtopic.php?p=20818&hilit=abaqus+damping#p20818
3D.PNG
(220.43 KiB) Not downloaded yet
1dbeam.PNG
(170.41 KiB) Not downloaded yet
beam.zip
(1.91 KiB) Downloaded 55 times
The 1D beam element results look reasonable
by kevinarden
29 Nov 2023, 12:06
Forum: ElmerSolver
Topic: trouble with convergence [solved]
Replies: 14
Views: 1422

Re: trouble with convergence [solved]

Nice work.

for trouble getting meshes to connect with each other across 3d boundaries, generally the coherence command right before meshing will resolve it.
by kevinarden
28 Nov 2023, 23:27
Forum: ElmerSolver
Topic: trouble with convergence [solved]
Replies: 14
Views: 1422

Re: trouble with convergence

It is a tough case to mesh. The aspect ratio is one thing. Typically you would go with 2D elements, and maybe that is a possibility. Will have to think about. Another problem is features features.PNG the bottom radii cause reentrant corners, very difficult to mesh locally in that area, if this is no...
by kevinarden
28 Nov 2023, 12:37
Forum: General
Topic: 1D beam modelling
Replies: 38
Views: 3484

Re: 1D beam modelling

I would not expect any damping unless you defined it in the material property section. It certainly looks like a damped response. The way you started it is interesting, with the initial displacement of the entire model 0.1 then with the boundary condition you bring back node 1 to zero. Elmer does no...
by kevinarden
28 Nov 2023, 12:08
Forum: ElmerSolver
Topic: What does the output mean?
Replies: 6
Views: 618

Re: What does the output mean?

The default iterative solver generated by the gui usually has something like this Nonlinear System Convergence Tolerance = 1.0e-7 Nonlinear System Max Iterations = 20 Nonlinear System Newton After Iterations = 3 Nonlinear System Newton After Tolerance = 1.0e-3 Nonlinear System Relaxation Factor = 1 ...
by kevinarden
28 Nov 2023, 00:45
Forum: ElmerSolver
Topic: trouble with convergence [solved]
Replies: 14
Views: 1422

Re: trouble with convergence

I mis-understood the boundary conditions, I made current in the entire bottom surface. Very difficult to tell with how thin the part is. Scaling is OK, but I think it should be the same for every coordinate to avoid element distortion. If it is necessary to model Z at actual times 10000 , then model...