Search found 54 matches

by kishpishar
01 Jul 2017, 17:44
Forum: Bug reports
Topic: Elmer-8.3 -- Maximum Output Level 40 gives huge output
Replies: 6
Views: 6027

Re: Elmer-8.3 -- Maximum Output Level 40 gives huge output

Hi Peter, Thanks for your reply! I thought that the Max output level is 42. Anyway in my Elmer version, this happens from Max Output Level 22 onward. As far as I can see, this happens between the two function calls: CALL StartAdvanceOutput('....Solver','Assembly' ) and CALL Info( '....Solver', 'Asse...
by kishpishar
30 Jun 2017, 21:17
Forum: ElmerSolver
Topic: Navier-Stokes in a volume
Replies: 4
Views: 3803

Re: Navier-Stokes in a volume

Hello, Looking at your sif - a few comments. Air Flow inlet velocity is 10 m/s, so the flow could be turbulent: use a turbulence model, for eg. kepsilon. Also remove NS Convect = False from Equation 1 - you need convection. Didn't quite understand why you used two materials - air and ideal gas. If t...
by kishpishar
30 Jun 2017, 13:42
Forum: Bug reports
Topic: Elmer-8.3 -- Maximum Output Level 40 gives huge output
Replies: 6
Views: 6027

Re: Elmer-8.3 -- Maximum Output Level 40 gives huge output

Noticed that the log file is not uploaded. Here it is.
by kishpishar
30 Jun 2017, 12:55
Forum: Bug reports
Topic: Elmer-8.3 -- Maximum Output Level 40 gives huge output
Replies: 6
Views: 6027

Elmer-8.3 -- Maximum Output Level 40 gives huge output

Hello, I used a newly compiled version of Elmer-8.3 (compiled on ubuntu 14.04 using CMake as instructed here: http://www.elmerfem.org/forum/viewtopic.php?f=2&t=3742) and found that declaring "Maximum Output Level = 40" results in very large output files. In the new version, right after...
by kishpishar
22 Jun 2017, 15:31
Forum: ElmerSolver
Topic: Restart file (i.e. Output File) pruning?
Replies: 2
Views: 3016

Re: Restart file (i.e. Output File) pruning?

Hello,

Have you found a solution to this issue? Is it possible to save restart files less frequently than what is controlled by the keyword "Output Intervals = .." in the Simulation section?

Thanks/Regards
Kumar
by kishpishar
27 May 2016, 10:49
Forum: ElmerSolver
Topic: Failed convergence tolerances
Replies: 9
Views: 8883

Re: Failed convergence tolerances

Also, the Noslip Wall BC = True might result in problems with the k-epsilon model if the boundary layer is not fine enough. Please remove this and change all the walls to something like:

Wall Law = True
Normal-Tangential Velocity = True
Velocity 1 = 0
Boundary Layer Thickness = 0.01

-Jay
by kishpishar
27 May 2016, 10:45
Forum: ElmerSolver
Topic: Failed convergence tolerances
Replies: 9
Views: 8883

Re: Failed convergence tolerances

Hi, Reynolds no. is perhaps not an issue if the case is 2D. Please turn in a turbulence model (k-epsilon) and run the case with the following settings: Solver 1 Equation = Navier-Stokes Variable = Flow Solution[Velocity:2 Pressure:1] Procedure = "FlowSolve" "FlowSolver" Stabilize...
by kishpishar
19 May 2016, 16:37
Forum: Installation & compilation
Topic: Installing Hypre after Installing Elmer
Replies: 0
Views: 3584

Installing Hypre after Installing Elmer

Sometime back I installed Elmer binaries on Ubuntu 14.04 from the Launchpad by the sudo apt-get method. It is working perfectly and I would now like to install Hypre and link with the Elmer executables already installed. Is this possible without uninstalling Elmer and recompiling Elmer and Hypre tog...
by kishpishar
04 Apr 2016, 20:33
Forum: ElmerSolver
Topic: Turbulent Flow with Heat Transfer
Replies: 0
Views: 2443

Turbulent Flow with Heat Transfer

Dear Elmer Users, I need to estimate the heat transfer into an immersed solid body from a reasonably turbulent stream flowing past. Standard k-epsilon model will be sufficient to model the turbulence. It is my understanding that thermal functions are not implemented in the Reichardt's wall law for t...
by kishpishar
28 Jan 2016, 22:43
Forum: Installation & compilation
Topic: Launchpad Installation failure on Ubuntu 14.10
Replies: 1
Views: 2832

Launchpad Installation failure on Ubuntu 14.10

I tried to install Elmer using the Launchpad option by adding the repository and using apt-get install as described here: https://www.csc.fi/web/elmer/binaries The installation does not proceed and gives me the error message: Reading package lists... Done Building dependency tree Reading state infor...