Search found 236 matches

by mika
05 Sep 2021, 13:29
Forum: Software development
Topic: GOLF rheology in ParStokes Solver?
Replies: 8
Views: 5326

Re: GOLF rheology in ParStokes Solver?

I committed changes which should be quite close to what are needed here, see https://github.com/ElmerCSC/elmerfem/commit/8b78545b963eae289b74320b9fc91bb298d39eba and a small fix https://github.com/ElmerCSC/elmerfem/commit/9a9a5e3537b14a7546b7dd2f99a1d4678d1e4c05 I followed the convention that the st...
by mika
01 Sep 2021, 09:49
Forum: Software development
Topic: GOLF rheology in ParStokes Solver?
Replies: 8
Views: 5326

Re: GOLF rheology in ParStokes Solver?

I think the book mentioned in the paper doesn't really treat anisotropy. If you can create a code which enables to represent the material law as T + p I = C^{ijkl}D_{kl}, with the righ-hand side expressed by using the Voigt notation (that is, the tensor C is then expected to be a (6x6)-matrix), I co...
by mika
30 Aug 2021, 15:53
Forum: Software development
Topic: GOLF rheology in ParStokes Solver?
Replies: 8
Views: 5326

Re: GOLF rheology in ParStokes Solver?

Yes, I also think that using the average of the diagonal entries of the constitutive operator may be the simplest strategy so that the scalar viscosity parameter can be used in the pressure preconditioner. Did you find any article where this strategy is applied, so that one would know beforehand how...
by mika
24 Aug 2021, 10:14
Forum: Software development
Topic: GOLF rheology in ParStokes Solver?
Replies: 8
Views: 5326

Re: GOLF rheology in ParStokes Solver?

Here an open question is to identify an effective approximation to the Schur complement (the coefficient matrix for the pressure updates in the preconditioning). The current choice is designed for a scalar viscosity and the generalization to anisotropy seems to be a research topic. Other modificatio...
by mika
07 Jun 2021, 22:01
Forum: Software development
Topic: Edge degrees of freedom
Replies: 8
Views: 8514

Re: Edge degrees of freedom

in general ElmerSolver can use only one variable within the whole domain? Would it be possible to implement something similar within the AT-Solver module or would such an option require changes within the Elmer source code? This is not possible, since the unknown of a PDE model is supposed to have ...
by mika
25 May 2021, 11:28
Forum: ElmerGUI
Topic: Disk deflection calculation
Replies: 10
Views: 4838

Re: Disk deflection calculation

Let U_(+)(x,y,b) and U_(-)(x,y,-b) denote the displacement vectors on the upper and lower faces of the shell. Then the three components of DNU could be computed as the components of the vector [U_(-)(x,y,-b) - U_(+)(x,y,b)]/(2b) with respect to the global frame. Thus no norms ||.|| are involved in t...
by mika
24 May 2021, 10:02
Forum: ElmerGUI
Topic: Disk deflection calculation
Replies: 10
Views: 4838

Re: Disk deflection calculation

Some comments: 1. The plate solver (the module SMITC) doesn't model the stretching of the mid-surface (the bending is only considered) and therefore one may apply a distributed normal load only. The shell solver can model the bending and stretching effects simultaneously and would allow to handle mo...
by mika
10 May 2021, 20:13
Forum: ElmerSolver
Topic: Helmholtz and Acoustics Coupling
Replies: 3
Views: 1400

Re: Helmholtz and Acoustics Coupling

Hi, To avoid the error (message) one could remove the command "Flow Interface = Logical True" and write a flux BC for the Helmholtz model in terms of the velocity. On the other hand giving the error in this case appears to be unnecessary. I think the Helmholtz code would create a right BC ...
by mika
27 Apr 2021, 11:21
Forum: General
Topic: Vectorial Helmholtz - Bent waveguide
Replies: 12
Views: 5041

Re: Vectorial Helmholtz - Bent waveguide

Hi,

I think the vectorial Helmholtz solver doesn't read any keyword starting as "Inverse ...". Some earlier version perhaps did which may be the source of confusion. I believe the keywords described in Models Manual work.

-- Mika
by mika
24 Apr 2021, 10:06
Forum: ElmerSolver
Topic: Microwave cavity issue
Replies: 5
Views: 2321

Re: Microwave cavity issue

I converted your mesh file as ElmerGrid 8 2 body.unv -autoclean and then run the case under a debugger (with "Quadratic Approximation = True" added) which didn't find anything suspicious. The mesh conversion however gives a geometry model which has just one group of boundary elements while...