Search found 4841 matches

by raback
11 Sep 2009, 12:05
Forum: ElmerSolver
Topic: Navier Stokes equations - stabilization
Replies: 6
Views: 11627

Re: Navier Stokes equations - stabilization

Stabilization and mixed elements are partially used to overcome the same problems. Maybe you could give some pointers to the equations you want to solve so the experts in numerical methods would have more to comment on. The AC model is consistant when convergence is reached. Hence it should have onl...
by raback
09 Sep 2009, 16:52
Forum: ElmerSolver
Topic: Symmetry Boundary Condition
Replies: 1
Views: 5535

Re: Symmetry Boundary Condition

The symmetry condition is often also the natural condition sometimes also called "do nothing" condition. This is the case for Poisson type of equations, for example. Therefore there most often is no option in the GUI for this either. For Navier-Stokes you typically have to set the normal v...
by raback
09 Sep 2009, 13:56
Forum: ElmerSolver
Topic: Navier Stokes equations - stabilization
Replies: 6
Views: 11627

Re: Navier Stokes equations - stabilization

The elementtypes are defined in the sif file for each solver. The initial mesh files (created in your case from .grd file) define the basic nodal elements which are used for geometry definition and as basis functions if not otherwise specified. When using mixed finite elements the element basis is s...
by raback
08 Sep 2009, 16:24
Forum: Updates
Topic: Documentation under creative commons
Replies: 1
Views: 11027

Documentation under creative commons

Dear Elmer users The Elmer documentation has recently been moved under Creative Commons Attribution-No Derivative Works 3.0 License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nd/3.0/. In practice this means that it is now perfectly ok to redistribute the pdf docume...
by raback
08 Sep 2009, 16:06
Forum: Updates
Topic: Elmer discussion forum created
Replies: 0
Views: 6604

Elmer discussion forum created

Hello everyone, Elmer-project has decided to switch from the mailing list "elmerdiscussion@postit.csc.fi" to a discussion forum: http://elmerfem.org/forum The mailing list "elmerdiscussion@postit.csc.fi" will remain active for a transition period: - ongoing discussion should cont...
by raback
07 Sep 2009, 17:45
Forum: ElmerSolver
Topic: How to plot scalars at edge using arc lengths
Replies: 3
Views: 5465

Re: How to plot scalars at edge using arc lengths

Hi Eelis, SaveLine can plot data on boundaries as well as save data in synthethic polylines. However, SaveLine does not support computation of arc lengths. You could use the coordinate values to compute them afterwards. There is an undocumented hack to get the nodal weight resulting from standard in...
by raback
04 Sep 2009, 20:07
Forum: ElmerSolver
Topic: Save Scalars
Replies: 8
Views: 7858

Re: Save Scalars

The difference between "mean" and "int mean" is that the former is a number average (\sum x_i / n) and the latter an integral mean (\int x dA / \int dA). Physically only the "int mean" makes sense. The number average is the same only when each element is of equal size. ...
by raback
04 Sep 2009, 10:58
Forum: ElmerSolver
Topic: Navier Stokes equations - stabilization
Replies: 6
Views: 11627

Re: Navier Stokes equations - stabilization

There are actually a number of techniques to solve the N-S equations in Elmer. The one referred in the paper is the default. Additionally, there is an own implementation of residual free bubbless that is used often when the standard stabilization fails. The artificial compressibility (AC) in the N-S...
by raback
04 Sep 2009, 10:34
Forum: ElmerSolver
Topic: Time Dependent Boundary Condition
Replies: 1
Views: 4206

Re: Time Dependent Boundary Condition

Hi Selim, Unfortunately, ElmerFront is no longer supported. However, it and the new ElmerGUI have the common feature that the .sif file is not the format in which the state of the graphical user interface is stored. Hence, any manual changes made in the .sif file will not be taken into account when ...
by raback
02 Sep 2009, 19:54
Forum: ElmerSolver
Topic: Steady State as Initial Conditions for Navier Stokes+Heat Eq
Replies: 5
Views: 7065

Re: Steady State as Initial Conditions for Navier Stokes+Heat Eq

Another possibility is to use really large time-steps at the beginning which effectively make the equation steady-state. This makes it possible to have the initalization within the same simulation. However, often there is no steady-state solution and solving with long time-steps will not result into...