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

scalarTransportFoam

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 2, 2011, 09:22
Default scalarTransportFoam
  #1
New Member
 
Join Date: Oct 2011
Posts: 14
Rep Power: 14
cfddwarf is on a distinguished road
Hello Folks,
Iam new to OpenFoam and there are so many things I have not yet figured out. I would like to model the transport equation for different species. I have inlet flows with different concentrations and would like to see how the concentrations spread in my volume.

I understand I could use scalarTransportFoam a couple of times, i.e. for each concentration, but there should be a way to solve all the transport equations at once?


I understand modelling chemical reactions in OF is difficult. Especially in fluids. Why cant the scalar transport equation just be extended by the sourceterm and then solved?


Iam sure, the answers to my questions are straightforward to most of you. I would appreciate any answer. Thanks.
cfddwarf is offline   Reply With Quote

Old   December 2, 2011, 11:53
Default
  #2
Senior Member
 
David Gaden
Join Date: Apr 2009
Location: Winnipeg, Canada
Posts: 437
Rep Power: 21
marupio is on a distinguished road
Exactly my area of research.

SOLVING MULTIPLE TRANSPORT EQUATIONS AT ONCE
Often it is conventional to solve the governing equations simultaneously, e.g. in systems of ODEs. But continuum mechanics have PDEs as governing equations, and these are not conventionally solved simultaneously because it's much harder. Even for incompressible laminar flow, we solve continuity first, then momentum (pressure) second. The problem comes in trying to "couple" these two solution methods. It took many decades of research before some efficient algorithms were developed - SIMPLE and PISO.

If you want to solve the PDE equations *simultaneously*, these solvers are now available. Not in OpenFOAM-2.0.x, but look in OpenFOAM-extend-1.6.x. They have what's known as a "block-coupled matrix solver". The one in OpenFOAM-extend is very powerful, in that it can be used to solve any kind of block coupled matrix: point-implicit, full coupled, with scalars, vectors, tensors, etc..

There are two main kinds of block-coulped matrices. A "point-implicit", where the coupling effects between variables are only local to each cell, and "full-coupled", where the coupling effects between variables extend throughout the entire control volume. The full-coupled solver is very taxing on computer memory. So if you would be able to use a 2 million element mesh with a conventional solver, a full-coupled solver would only allow you to use say 200,000 elements for the same memory.

If you want to solve the flow field, you need a fully-coupled solver. But if you only want to solve chemical reactions, you can probably get by with a point-implicit solver.

SOLVING REACTIONS
There are three options I see:

1. Fully segregated: i) solve the flow, ii) transport the species, iii) solve the reactions. All of these are done separately. The timestep is limited by the Nyquist criterion. This is how rhoReactingFoam works, for example.

2. Point-implicit: i) solve the flow, ii) the transport and react the species. The second step is your point-implicit solver. It combines reactions and transport, but it requires a static flow field. The timestep is not limited by the Nyquist criterion, but the question is: how much will the reactions affect the flow field? How safe is the larger timestep? For combustion, I'd think it wouldn't differ too much from option 1.

3. Fully-coupled. Solve the flow, reactions, and species transport all together. This would have a huge memory footprint, which probably would scale exponentially with the number of species involved. But this would be totally independent of the Nyquist criterion.

I hope that helps!
__________________
~~~
Follow me on twitter @DavidGaden
marupio is offline   Reply With Quote

Old   February 6, 2012, 20:21
Default
  #3
Senior Member
 
David Gaden
Join Date: Apr 2009
Location: Winnipeg, Canada
Posts: 437
Rep Power: 21
marupio is on a distinguished road
Not Nyquist. I mean Courant number. Writing my thesis now and I realized I've been using the wrong term all along.
__________________
~~~
Follow me on twitter @DavidGaden
marupio is offline   Reply With Quote

Reply


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
ScalarTransportFoam for RTD calculations santoo_cfd OpenFOAM Running, Solving & CFD 39 July 12, 2021 01:15
Problem with scalarTransportFoam illistrated using pitzDaily tutorial mlawson OpenFOAM 2 January 18, 2011 13:39
Units in scalartransportfoam Frithjof OpenFOAM 1 January 5, 2011 10:41
ScalarTransportFoam skabilan OpenFOAM Running, Solving & CFD 3 April 15, 2010 12:28
flux seems not conserved in my modified scalarTransportFoam danielr OpenFOAM Running, Solving & CFD 3 October 5, 2009 16:05


All times are GMT -4. The time now is 23:07.