CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

Searching solver for welding simulation

Register Blogs Community New Posts Updated Threads Search

Like Tree8Likes
  • 1 Post By Kenna
  • 1 Post By wyldckat
  • 2 Post By akidess
  • 1 Post By r08n
  • 1 Post By Kenna
  • 1 Post By akidess
  • 1 Post By Kenna

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 24, 2013, 16:17
Default Searching solver for welding simulation
  #1
New Member
 
Join Date: Jul 2013
Posts: 14
Rep Power: 12
Kenna is on a distinguished road
Hello everyone,
I am looking quite long for a fitting solver for the simulation of a Plasma-Welding-Simulation and I am running out of time for my thesis. I want to simulate the thermodynamic part together with two mixing gases - no electromagnetic effexcts needed. I know buoyantPimpleFoam would be good for one phase and I started with it. But the multiphase solver seem al to be insufficient. I am simulating with argon as the inert welding gas and air as the second gas.

One flaw of the Euler-Solver is, they only allow one phase to be continuous and the other has to be dispersed, meaning also no diffusion-effects, furthermore the can't use the turbulence libraries.

The InterFoam-Solver looked good first too, but the seem mostly only able for liquids have no heat transfer, allow only constant properties for the species (Diffusivity, sutherland-viscosity isn't enough either )

I was wondering if the chemistry solver works somehow with more than one phase. I dont understand them well. But are the chemicals all homogen mixed? is there only a distinction between burnt and not burnt?

I guess I will need to construct my own solver. If yes, could you give me some tips what existing solvers I should use? Maybe InterFoam with buoyant Foam?


I would really appreciate your help.

Kind Regards
Andreas Daun
raj kumar saini likes this.
Kenna is offline   Reply With Quote

Old   November 24, 2013, 16:34
Default
  #2
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,975
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Greetings Andreas,

Pretty complicated thesis, if you only have 6 months or less to perform.
Anyway, there isn't much I can do to help, except to suggest the following:
  1. http://openfoamwiki.net/index.php/Handy_links - there you'll find links to workshops and courses, most of which supply presentations, reports and source code.
  2. A quick search in Google:
    Quote:
    openfoam welding
    lead me to this presentation: http://www.openfoamworkshop.org/2012...SlidesOFW7.pdf - Anton Kidess is this forum member: akidess
Best regards,
Bruno
raj kumar saini likes this.
__________________
wyldckat is offline   Reply With Quote

Old   November 25, 2013, 04:02
Default
  #3
Senior Member
 
akidess's Avatar
 
Anton Kidess
Join Date: May 2009
Location: Germany
Posts: 1,377
Rep Power: 29
akidess will become famous soon enough
You want to simulate two mixing gasses, i.e. just a single phase? Then you need an additional scalar transport equation for the concentration. This is fairly simple to add to buoyantPimpleFoam.
wyldckat and Kenna like this.
__________________
*On twitter @akidTwit
*Spend as much time formulating your questions as you expect people to spend on their answer.
akidess is offline   Reply With Quote

Old   November 25, 2013, 12:03
Default
  #4
Member
 
Robertas N.
Join Date: Mar 2009
Location: Kaunas, Lithuania
Posts: 53
Rep Power: 17
r08n is on a distinguished road
There are a few theses/presentations about welding simulations:

http://www.tfd.chalmers.se/~hani/pdf...aLicThesis.pdf
http://publications.lib.chalmers.se/...cal_147262.pdf

but, I guess, you already found them?
raj kumar saini likes this.
r08n is offline   Reply With Quote

Old   November 26, 2013, 17:02
Default Good help
  #5
New Member
 
Join Date: Jul 2013
Posts: 14
Rep Power: 12
Kenna is on a distinguished road
Thank you for you ideas!

wyldckat, I think a further look at those workshops and courses might help me. I already forgot about them again.

Quote:
Originally Posted by akidess View Post
You want to simulate two mixing gases, i.e. just a single phase? Then you need an additional scalar transport equation for the concentration. This is fairly simple to add to buoyantPimpleFoam.
akidess, thats an interesting Idea. So If I understand correctly, I implement equations very close to the Temperatur/Energy-Equation. I could look at this tutorial about making your own solver with adding Temperatur. How_to_add_temperature_to_icoFoam

From thinking about it, I think those concentrations would move identically to the temperature. Diffusion like thermal conductivities, and both dragged with the velocity field. One would be like high temperature and Zero like low temperature.

r08n, the thesis from MARGARITA SASS-TISOVSKAYA was a great inspiration for me so far, even if I don't need the electromagnetic effects. I guess the people from Chalmers University wouldn't have a problem to solve this.

I got also the advice from my professor to fix the turbulence model from compressibleTwoPhaseEulerFoam. Hard to decide which idea to start on. The Idea from akidees got my big interest. I would only need to add an other thermophysicalProperties file and interpolate the fluid properties regarding to the concentration. But it didn't work. You can read it here http://www.cfd-online.com/Forums/ope...nce-model.html
raj kumar saini likes this.

Last edited by Kenna; December 2, 2013 at 07:46. Reason: More ideas about Chalmers University and thermophysicalProperties
Kenna is offline   Reply With Quote

Old   November 26, 2013, 17:30
Default
  #6
Senior Member
 
akidess's Avatar
 
Anton Kidess
Join Date: May 2009
Location: Germany
Posts: 1,377
Rep Power: 29
akidess will become famous soon enough
All you have to do is replace thermal diffusivity with mass diffusivity, and you're there. The equations are identical. Once you've set up the code, you might have to start worrying about boundedness, high Peclet number (if your diffusion coefficient is very small) and perhaps strongly varying material properties (though argon and air shouldn't be *too* different), but that's stuff for a later topic
wyldckat likes this.
__________________
*On twitter @akidTwit
*Spend as much time formulating your questions as you expect people to spend on their answer.
akidess is offline   Reply With Quote

Old   December 3, 2013, 11:03
Default New
  #7
New Member
 
Join Date: Jul 2013
Posts: 14
Rep Power: 12
Kenna is on a distinguished road
I looked now quite a while at the code, implemented a alpha-field with equation in BuoyantPimpleFoam. And I gave up at the sheer complexity of implementation a the second thermoType. (even if I could look it up in compressibleTwoPhaseEulerFoam)

An old idea came back into my mind using one of the combustion solver. They look like they will work and I could kick myself for not realising it earlier.

They calculate multiple gases and use for every gas a thermoType - or "thermoReactionType"

So I will need to learn which solver to choose. The names of the solver from OF2.2.0 are different from OF1.7.0 but I assume, they can still do the same jobs?

So which is the fitting one for my welding application?
(I will also need later to insert a heat source like here: adding-internal-heat-source)

chemFoam (this one not)
engineFoam (is this like coldEngineFoam?)
fireFoam (looks promising)
PDRFoam (does not write down the fraction of the gases)
reactingFoam (is this like rhoReactingFoam?)
XiFoam (only not-burnt and burnt phase?)

So, maybe someone can advice me a fitting one? I will just try with luck some solver until them.

Greetings,
Andreas
raj kumar saini likes this.

Last edited by Kenna; December 4, 2013 at 02:56.
Kenna is offline   Reply With Quote

Reply

Tags
heat equation, phases, programming, solver, welding


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
different results between serial solver and parallel solver wlt_1985 FLUENT 11 October 12, 2018 08:23
thobois class engineTopoChangerMesh error Peter_600 OpenFOAM 4 August 2, 2014 09:52
smoothSolver diverges - solution in using PBiCG solver? makaveli_lcf OpenFOAM Running, Solving & CFD 3 September 11, 2013 12:44
Simulation of a laval nozzle - which solver? summer_of_69 OpenFOAM 0 August 12, 2013 11:35
Solver For low subsonic speed simulation firda FLUENT 0 January 28, 2011 07:45


All times are GMT -4. The time now is 06:32.