Search found 99 matches

by tzwinger
25 Sep 2023, 17:18
Forum: ElmerSolver
Topic: Change of behaviour of SaveScalars solver
Replies: 4
Views: 280

Re: Change of behaviour of SaveScalars solver

Oh, I wasn't aware you had a two year old Elmer version installed.
by tzwinger
25 Sep 2023, 17:00
Forum: ElmerSolver
Topic: Change of behaviour of SaveScalars solver
Replies: 4
Views: 280

Re: Change of behaviour of SaveScalars solver

That is odd, since according to the history in github the most recent change in this file is 4 months old and doesn't seem to affect the described behaviour https://github.com/ElmerCSC/elmerfem/co ... calars.F90
by tzwinger
06 Oct 2021, 20:26
Forum: ElmerSolver
Topic: Time dependent 3D Maxwell material viscoelastic Earth deformation
Replies: 23
Views: 5753

Re: Time dependent 3D Maxwell material viscoelastic Earth deformation

Hello, If it helps, please find attached a similar case like the 2D test-case in 3D (runs on my gaming PC with 16 GB RAM and 6 core i5). Picture shows timestep of max. deformation: deformation.0099.jpeg Mind, to first create mesh-file (keeping in mind, that one has to move from kilometres to metres)...
by tzwinger
16 Jun 2021, 23:03
Forum: Bug reports
Topic: Linear Solver - Different behaviours on different OS
Replies: 5
Views: 3755

Re: Linear Solver - Different behaviours on different OS

Hi Kevin, I just read that thread - I, personally, would not be that surprised to get different results on different installations (guess also processors?) from Glen's flow law that is regularized with an extremely low value of the critical shear rate. I do not exactly know the setup of your case, b...
by tzwinger
04 Jun 2021, 12:53
Forum: General
Topic: Can ModelPDE.F90 handle higher order finite elements ?
Replies: 6
Views: 2793

Re: Can ModelPDE.F90 handle higher order finite elements ?

I think there is a table expressing the DOF's with regards to the different polynomial degrees in the documentation (https://www.nic.funet.fi/pub/sci/physic ... Manual.pdf) under chapter E1.
by tzwinger
02 Jul 2020, 21:35
Forum: Elmer/Ice
Topic: getFrictionLoads User Function resulting in segmentation fault error
Replies: 8
Views: 10010

Re: getFrictionLoads User Function resulting in segmentation fault error

I pushed a version to elmerice-branch that derives valid Equation from the parent element. Issues might occur on body-body boundaries, but the EISMINT case should now run without the extra body on the boundary.

Regards,
Thomas
by tzwinger
02 Jul 2020, 15:31
Forum: Elmer/Ice
Topic: getFrictionLoads User Function resulting in segmentation fault error
Replies: 8
Views: 10010

Re: getFrictionLoads User Function resulting in segmentation fault error

Hi, I think the core issue here is that you want to inquire something from an Equation section out of an USF that not directly relates to one (as else it'll be a Solver). In other words: there is no direct relation between USF's and Equation section. In the working example the only reason why it did...
by tzwinger
02 Jul 2020, 14:55
Forum: Elmer/Ice
Topic: getFrictionLoads User Function resulting in segmentation fault error
Replies: 8
Views: 10010

Re: getFrictionLoads User Function resulting in segmentation fault error

Hello, the issue lies within line 184 in USF_GetFrictionHeating.F90 Equation => GetEquation() Which picks the current element and tries to assign an Equation from it. In case the boundary element the USF is executed on has no assigned body (plus an Equation to be applied to it), this will be an unas...
by tzwinger
04 Jun 2020, 09:25
Forum: Elmer/Ice
Topic: Zero velocities in a finer mesh resolution
Replies: 3
Views: 6933

Re: Zero velocities in a finer mesh resolution

Martim, I know this answer comes vastly delayed, but could you try to use the new vectorized Navier Stokes solver with the block preconditioner to avoid running into memory issues? You can find examples on how to deploy it under the latest course pages http://elmerfem.org/elmerice/wiki/doku.php?id=c...
by tzwinger
04 Jun 2020, 09:18
Forum: Elmer/Ice
Topic: Spiky Ice Sheet Surface in transient flow line model
Replies: 6
Views: 7795

Re: Spiky Ice Sheet Surface in transient flow line model

Hello there is active work going on to get a remedy for this instability. But until then, I am afraid, the only way to avoid instability is to reduce the time-step size. In particular, the no-slip condition on the bedrock does not help. What is your minimum flow-depth (i.e., your RefZs - 0.1 ?). Inc...