Search found 4843 matches

by raback
19 Mar 2024, 13:16
Forum: ElmerSolver
Topic: Unable to open .vtu file after Electrostatics tutorial
Replies: 10
Views: 677

Re: Unable to open .vtu file after Electrostatics tutorial

Hi, Just a note: the ascii output seems to be unaffected by the bug. So setting "Ascii Output = True" in ResultOutputSolver may save the day for some users. If you face this bug and want to open binary files you should revert to old "expat" library, or install paraview 5.12 with ...
by raback
19 Mar 2024, 12:52
Forum: ElmerSolver
Topic: Unable to open .vtu file after Electrostatics tutorial
Replies: 10
Views: 677

Re: Unable to open .vtu file after Electrostatics tutorial

Hi Thanx for confirming that this is the issue! It is really annoying that an automatic update breaks a code and reverting to previous version of "expat" library is not straight-forward. It is natural to assume that the culprint would be Elmer - as it usually is - but in this is not at all...
by raback
18 Mar 2024, 14:34
Forum: ElmerSolver
Topic: Unable to open .vtu file after Electrostatics tutorial
Replies: 10
Views: 677

Re: Unable to open .vtu file after Electrostatics tutorial

Hi No, the bug seems to have rolled to me also today. I locally work on a Ubuntu22 virtual machine and there last update in /var/log/apt/history.log is: Start-Date: 2024-03-18 10:16:54 Commandline: /usr/bin/unattended-upgrade Upgrade: libexpat1:amd64 (2.4.7-1ubuntu0.2, 2.4.7-1ubuntu0.3), libexpat1-d...
by raback
18 Mar 2024, 13:30
Forum: General
Topic: Acoustic waves propagation in a solid body
Replies: 5
Views: 638

Re: Acoustic waves propagation in a solid body

Hi,

These are very different wave lengths. Acoustic ultrasonic ~1.0e-2 m and X rays 1e-9 m. So you can indeed study some realistic specimen with acoustic waves but with x rays not. Even if you had a small enough specimen you should consider then the molecular stucture as well.

-Peter
by raback
18 Mar 2024, 13:22
Forum: ElmerSolver
Topic: Unable to open .vtu file after Electrostatics tutorial
Replies: 10
Views: 677

Re: Unable to open .vtu file after Electrostatics tutorial

Hi This is strange. Nothing has changed in this fore ages. My colleague also had also similar issues with Paraview on Friday. Looks alot like this thread: https://discourse.paraview.org/t/i-cannot-read-a-vtp-file-i-could-open-yesterday-can-someone-try-to-open-it/13938/20 In fact, it does not open fo...
by raback
15 Mar 2024, 09:43
Forum: General
Topic: export stiffness matrix without starting simulation
Replies: 3
Views: 469

Re: export stiffness matrix without starting simulation

Hi, If the solver is never executed there will unfortunately be no stiffness matrix. You could however, try this keyword in Solver section: Linear System Solver Disabled = Logical True There might be other ways, like setting linear system iterations to zero etc. but this one should be clean. Codewis...
by raback
14 Mar 2024, 13:14
Forum: External tools
Topic: Problem reading in netcdf file at higher resolution
Replies: 4
Views: 684

Re: Problem reading in netcdf file at higher resolution

Hi I added a few days ago some more output (with high "max output level") so you might get a better idea now what is going on. Generally memory issues may be difficult and if it happens in netcdf library it is hard to tell. In Elmer it is a good idea to always use and check the optional ST...
by raback
13 Mar 2024, 15:17
Forum: ElmerSolver
Topic: VectorHelmholtzSolver and 2nd Order Elements
Replies: 2
Views: 344

Re: VectorHelmholtzSolver and 2nd Order Elements

Hi

Elmer has 2nd order edge elements (Nedelec's 1st kind) invoked by "quadratic approximation = true".

-Peter
by raback
12 Mar 2024, 01:43
Forum: ElmerSolver
Topic: Elmer-elmag example throws error
Replies: 21
Views: 1054

Re: Elmer-elmag example throws error

Hi, can you solve anything with success? CUDA does not like DLL so that could be the culprint. However, in that case you should not be able to run most cases. There is something fishy since the code should be looking for "ProcName_bulk" and not just "_bulk". What is you setup and...
by raback
08 Mar 2024, 14:21
Forum: ElmerSolver
Topic: impulse boundaries conditions
Replies: 7
Views: 421

Re: impulse boundaries conditions

Maybe look at test case "ElasticBeamHinged3D". -Peter