Output Total Heat Flux of a boundary

Numerical methods and mathematical models of Elmer
Post Reply
MT_Keg
Posts: 9
Joined: 02 Jun 2013, 19:36
Antispam: Yes
Location: Tennessee

Output Total Heat Flux of a boundary

Post by MT_Keg »

Hello All,

I have been getting acquainted with Elmer (after switching from COMSOL) and love how fast and efficient it runs. I have been running several simulations on an axisymmetric pipe with heat transfer. The problem converges and the solutions seem to be conducive to what I thought and have seen before. I was wondering how I could output the heat flux from each boundary (Inlet, Outlet, Wall and the symmetric axis (which should be 0). I looked at the Flux Compute but didn't know how to extract the Boundary Heat Flux from that. Any help would be greatly appreciated!

Thanks,

MT
mzenker
Posts: 1999
Joined: 07 Dec 2009, 11:49
Location: Germany

Re: Output Total Heat Flux of a boundary

Post by mzenker »

Hi,

I have never used Flux Compute myself, but a quick glance into the models manual tells me that you can try to set
Calculate Flux = True
to have the flux calculated. Normally it should also appear in the output. If not, you can use ResultOutputSolver (see models manual for description).

HTH,

Matthias
raback
Site Admin
Posts: 4851
Joined: 22 Aug 2009, 11:57
Antispam: Yes
Location: Espoo, Finland
Contact:

Re: Output Total Heat Flux of a boundary

Post by raback »

Hi

To have the flux on the boundary you should 1st calculate it with the FluxSolver and then probably save the data with SaveLine - if you are studying 1D boundaries.

-Peter
MT_Keg
Posts: 9
Joined: 02 Jun 2013, 19:36
Antispam: Yes
Location: Tennessee

Re: Output Total Heat Flux of a boundary

Post by MT_Keg »

Thanks for the advise... I was using Flux Compute to calculate the flux but didn't take the extra step and do a save line. I will try this out and see what comes of it!

Thanks Again!

MT
Akos
Posts: 2
Joined: 18 Jun 2013, 09:24
Antispam: Yes

Re: Output Total Heat Flux of a boundary

Post by Akos »

Hi,

1) Could you please send me a complete example project, utilizing the Flux Solver?
A simple cube as a geometry would be sufficient.
2) Is it possible to use the FluxSolver in the GUI version? Example? I do not see the possibility there.

By the way: I really think, that heat flux calculation should be (beside temperature) a basic output of the heat equation calculations.
For example in the heat exchanger temperature distribution example it is very nice to see the temperatures, but from the engineers point of view, the total dissipated heat is equally important.

Thanks
Ákos Murin (new to Elmer)
mzenker
Posts: 1999
Joined: 07 Dec 2009, 11:49
Location: Germany

Re: Output Total Heat Flux of a boundary

Post by mzenker »

Hi,

there are 3 fluxsolver examples in the $ELMERHOME\tests directory. To use fluxsolver in the GUI, move fluxsolver.xml from bin\edf-extras to bin\edf.

HTH,

Matthias
Akos
Posts: 2
Joined: 18 Jun 2013, 09:24
Antispam: Yes

Re: Output Total Heat Flux of a boundary

Post by Akos »

Dear Matthias,

Thanks a lot.
I'll check that out.
Post Reply