Search found 66 matches

by vencels
13 Aug 2019, 17:43
Forum: ElmerSolver
Topic: Discontinuous Galerkin for convective heat transfer problems
Replies: 3
Views: 3194

Re: Discontinuous Galerkin for convective heat transfer problems

Although it is not Discontinuous Galerkin solution, your solution helped me to find a bug in my viscosity value. I was using kinematic instead of dynamic. Thanks!
by vencels
13 Aug 2019, 11:14
Forum: ElmerSolver
Topic: Discontinuous Galerkin for convective heat transfer problems
Replies: 3
Views: 3194

Discontinuous Galerkin for convective heat transfer problems

Hi,

I am trying DG for simple convective heat transfer problem - curved pipe, 2D
Image

Result (temperature dstribution):
Image

Expected result:
Image

Any ideas why this could happen?
by vencels
02 Aug 2018, 09:53
Forum: ElmerSolver
Topic: Magnetodynamic 3d convergence issue
Replies: 6
Views: 4029

Re: Magnetodynamic 3d convergence issue

Upload your full case including *.sif file.
by vencels
25 May 2018, 13:18
Forum: External tools
Topic: EOF-Library - Introducing Elmer FEM and OpenFOAM coupler
Replies: 0
Views: 5502

EOF-Library - Introducing Elmer FEM and OpenFOAM coupler

Hi! With this post I want to introduce EOF-Library project and bring Elmer and OpenFOAM communities a bit closer. To my knowledge there is no other proprietary simulation tool that can couple FVM and FEM more efficiently in terms of performance as this tool so lets use this time advantage in our fav...
by vencels
22 Feb 2018, 00:10
Forum: ElmerSolver
Topic: Computing convective heat loss without air
Replies: 1
Views: 2829

Re: Computing convective heat loss without air

If you know heat transfer coefficient [W/(m2*K)] then your problem reduces to simple heat conduction. This is easy-peasy for Elmer.

Tests that are solving heat equation with "heat transfer coefficient" shown in picture
by vencels
10 Feb 2018, 20:54
Forum: ElmerSolver
Topic: Synchronizing target variables and fields of EOF-Library
Replies: 4
Views: 4285

Re: Synchronizing target variables and fields of EOF-Library

Hi Anil,

1) Yes, Joule heating in Elmer is in W/m3.
2) Not sure whether you need to use alphaEff or nu()/Pr. Thinking about kappa (thermal conductivity) I think it is typically measured for non-moving fluids and gasses. To be on safe side, better ask someone with CFD knowledge :)
by vencels
29 Jan 2018, 23:49
Forum: Installation & compilation
Topic: Compiling the Latest Elmer on Linux Mint 17
Replies: 7
Views: 7225

Re: Compiling the Latest Elmer on Linux Mint 17

For me compiling/installing Elmer on many different Linux distros was a piece of cake, comparing with other open-source software. Elmer has very few dependencies and for most users build-in iterative solvers are enough, they simply work out-of-the-box. For those who really need third-party solvers I...
by vencels
06 Oct 2017, 12:11
Forum: Software development
Topic: VxB fof WhitneyAVHarmonic
Replies: 1
Views: 4443

VxB fof WhitneyAVHarmonic

Hi! I am using WhitneyAVSolver as a reference and trying to implement VxB term into WhitneyAVHarmonicSolver and CalcFields . Next step is sending conductive fluid velocity from OpenFOAM to Elmer. I think that from Elmer side I need to feed this velovity to the variable "lorentz_velo(3,27)"...
by vencels
16 Aug 2017, 16:03
Forum: General
Topic: Steady state performance of WhitneyAVHarmonicSolver
Replies: 1
Views: 2324

Steady state performance of WhitneyAVHarmonicSolver

Hi, I am doing coupled Elmer and OpenFOAM simulation using EOF-Library. Both meshes have ~1M elements/cells. Simulation is running on 8+8 MPI processes. For every Elmer steady state computation (it takes 170sec) there are ~8 OpenFOAM timesteps (all combined ~30sec). Basically, Elmer is taking about ...