Search found 426 matches

by Rich_B
25 Nov 2023, 16:51
Forum: ElmerSolver
Topic: What does the output mean?
Replies: 6
Views: 647

Re: What does the output mean?

Hello, Looking at the end of the solver log, where the heat solver doesn't converge, these rows appear: IterSolve: Linear iteration did not converge to tolerance ComputeChange: NS (ITER=2) (NRM,RELC): ( 0.38565092E+37 1.9979994 ) :: heat equation HeatSolve: iter: 2 Assembly: (s) 0.14 0.28 HeatSolve:...
by Rich_B
23 Nov 2023, 17:49
Forum: ElmerSolver
Topic: Neumann BC with Static Current Solver
Replies: 3
Views: 544

Re: Neumann BC with Static Current Solver

I'd say that is a very good guess...

See attached modified sif file.

Rich.
potential.png
potential.png (47.67 KiB) Viewed 503 times
by Rich_B
20 Nov 2023, 17:52
Forum: General
Topic: Piezoelectric transducer simulation
Replies: 3
Views: 720

Re: Piezoelectric transducer simulation

Attached is another example. Apply a load on the cantilever beam, StressSolver calculates the strain, then StatElecSolver uses the strain to calculate electrical potential.

Rich.
piezo2.png
piezo2.png (40.53 KiB) Viewed 699 times
by Rich_B
19 Nov 2023, 18:01
Forum: General
Topic: Piezoelectric transducer simulation
Replies: 3
Views: 720

Re: Piezoelectric transducer simulation

There is a related example in 'elmerfem/src/tests/piezo'. If you have tried running this example, does it help with your situation?

Rich
by Rich_B
14 Nov 2023, 22:04
Forum: ElmerSolver
Topic: Streamlines seem to be wrong
Replies: 7
Views: 597

Re: Streamlines seem to be wrong

Is this another Windows 10 issue? MAIN: MAIN: ------------------------------------- MAIN: Steady state iteration: 1 MAIN: ------------------------------------- MAIN: ComputeChange: NS (ITER=1) (NRM,RELC): ( 279.22668 2.0000000 ) :: heat equation ComputeChange: NS (ITER=2) (NRM,RELC): ( 279.22668 0.0...
by Rich_B
14 Nov 2023, 16:11
Forum: ElmerSolver
Topic: Streamlines seem to be wrong
Replies: 7
Views: 597

Re: Streamlines seem to be wrong

While trying to run the case, I had to add some '$' to provide matc calculations, such as: Heat Transfer Coefficient = $1/0.04 Then I got this warning: WARNING:: VtuOutputSolver: Vtu time collection requires a transient simulation! So I commented out the result output solver, and changed 'Post File ...
by Rich_B
13 Nov 2023, 21:04
Forum: ElmerSolver
Topic: ERROR:: IterSolve: Numerical Error: System diverged over maximum tolerance.
Replies: 8
Views: 967

Re: ERROR:: IterSolve: Numerical Error: System diverged over maximum tolerance.

Hello, The message says that the solution did not converge. Also in your attached solver log, this message occurs multiple times: ERROR:: ElementMetric: Degenerate 3D element: 32680 ElementMetric: Body Id: 1 DetG: 0.000000E+00 ElementMetric: Node: 1 Coord: 1.826950E-03 -1.730610E-02 0.000000E+00 Ele...
by Rich_B
23 Oct 2023, 18:15
Forum: Contributed Cases
Topic: Expasion due to Heat
Replies: 22
Views: 3316

Re: Expasion due to Heat

Changing just "linear system residual output = 1" and running shows that IterSolve gets to iteration 9 before NAN occurs. See the attached solver log.

Rich.
by Rich_B
23 Oct 2023, 18:10
Forum: Contributed Cases
Topic: Expasion due to Heat
Replies: 22
Views: 3316

Re: Expasion due to Heat

The load in the problem is a body force 'Temperature' keyword. I couldn't find that keyword in Elmer Models Manual in Heat Equation. I also couldn't find a test case using that keyword, but that may be just because looking through the tests for Temperature returns lot's of entries that are mostly in...
by Rich_B
22 Oct 2023, 16:37
Forum: Contributed Cases
Topic: Expasion due to Heat
Replies: 22
Views: 3316

Re: Expasion due to Heat

It seems that the crash happens in the heat solver in temperature iteration 1, so the stress solver is initialized but never started. Would the unfixed rigid body issue still be present? Rich. Edit: I edited the mcase.sif, removing the stress solver completely leaving just the heat solver. The same ...