Search found 4841 matches

by raback
09 Apr 2024, 12:38
Forum: General
Topic: Coupled Fluid-Structure Eigen Analysis
Replies: 27
Views: 1277

Re: Coupled Fluid-Structure Eigen Analysis

Hi

Did you look at test case ShoeboxFsiEigen2D? Just needs 3 instead of 2 dofs for displacement.

-Peter
by raback
04 Apr 2024, 22:07
Forum: General
Topic: Unexpected value for 'n' in UDF
Replies: 10
Views: 602

Re: Unexpected value for 'n' in UDF

Hi, I think there indeed is a "LIST_TYPE_CONSTANT_SCALAR_PROC" API for UDF (Lists.F90 line 5401) as opposed to "LIST_TYPE_VARIABLE_SCALAR" that is usually used. But I think that the parameters it expects are x, y, z coordinates - not the node number. Almost all UDF's floating aro...
by raback
04 Apr 2024, 16:09
Forum: ElmerSolver
Topic: Solver connections question
Replies: 6
Views: 342

Re: Solver connections question

Hi drmike, You might take use of the "DataToFieldSolver". Also the particle machinery has internal operation that also does sharing of particle properties to the nodes. The DataToFieldSolver allows solution by FEM and therefore you can add diffusion etc. for a smoother field. The particle ...
by raback
04 Apr 2024, 16:01
Forum: ElmerSolver
Topic: How to get H20 and H27?
Replies: 15
Views: 625

Re: How to get H20 and H27?

Thanx! I added the fix to "devel" branch. -Peter
by raback
04 Apr 2024, 15:54
Forum: General
Topic: Unexpected value for 'n' in UDF
Replies: 10
Views: 602

Re: Unexpected value for 'n' in UDF

Hi

Could you give pointer to "ELMER guide to FRM". I haven't seen such a book.

I'm pretty sure the function API works ok. Probably there is something wrong how it is called. But hard to say without seeing the actual code.

-Peter
by raback
04 Apr 2024, 15:47
Forum: ElmerSolver
Topic: Steady state convergence tolerance
Replies: 12
Views: 471

Re: Steady state convergence tolerance

Hi Roland, The convergence criterion is |u_i - u_j| < c*(|u_i|+|u_j|)/2, where c is the tolerance. For nonlinear system j refers to previous nonlinear iterate. For coupled system j refers to the solution of the previous time the coupled system visited the solver. Generally it may be a good idea that...
by raback
03 Apr 2024, 02:38
Forum: ElmerSolver
Topic: How to get H20 and H27?
Replies: 15
Views: 625

Re: How to get H20 and H27?

Hi 827 has probably not been used as much as 820. The ordering of the 20 nodes is the same, then then 6 face nodes are ordered in the order of the faces, and the last index is given for the center node. Also 409 is different from 408 just by the last center node. I think 827 in the logic requires so...
by raback
03 Apr 2024, 02:14
Forum: ElmerSolver
Topic: Solver connections question
Replies: 6
Views: 342

Re: Solver connections question

Maybe you could be more specific what you want to compute. Devil lies in the detail. -Peter
by raback
30 Mar 2024, 12:37
Forum: ElmerSolver
Topic: ResultOuputSolver question
Replies: 3
Views: 231

Re: ResultOuputSolver question

Additionally if you decleare variables you may use, for example:

Code: Select all

Exported Variable 1 = -nooutput dummy
-Peter
by raback
27 Mar 2024, 16:32
Forum: General
Topic: Elmer as a replacement for Ansys HFSS in superconducting quantum circuits
Replies: 1
Views: 856

Re: Elmer as a replacement for Ansys HFSS in superconducting quantum circuits

Hi Most transient models can also solve eigenmode problems. These are consistency tests for EM waves with two different formulations: elmeruser@elmer-VirtualBox:~/Source/elmerfem/fem/tests$ grep -i 'eigen anal' -r | grep wave EMWaveBoxHexasEigen/emwave.sif: Eigen Analysis = True mgdyn_wave_eigen/cas...