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

chtMultiRegionFoam and two independent diffusion equations

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 8, 2011, 07:12
Default chtMultiRegionFoam and two independent diffusion equations
  #1
New Member
 
vladimir krejci
Join Date: Mar 2009
Location: Czech Republic
Posts: 20
Rep Power: 17
Lada is on a distinguished road
I use chtMultiRegionFoam to simulate heat transfer through building walls. What I need to include into the simulation is an extra transport equation to solve water vapour diffusion through the wall as well so I could evaluate where condensation happens within the wall.
I guess I need to rewrite the solver but I am afraid I am not so skilled yet to do so.
Could you give me a hint where to start and what to look for, or if rewriting is the way?
Lada is offline   Reply With Quote

Old   September 20, 2012, 10:32
Default
  #2
New Member
 
Unnikrishnan Mohankumar
Join Date: Apr 2011
Posts: 29
Rep Power: 15
unnikrsn is on a distinguished road
Hi Lada...

I am also planning to work on the same solver... ChtMultiregionFoam for Condensation...

Do you have any information for moving forward... Atleast a few hints on what to do???

Regards
Unnikrishnan.
unnikrsn is offline   Reply With Quote

Old   September 21, 2012, 08:15
Default
  #3
New Member
 
vladimir krejci
Join Date: Mar 2009
Location: Czech Republic
Posts: 20
Rep Power: 17
Lada is on a distinguished road
Hi Unnikrishnan,
I am sorry to say that I have not made any progress regarding the solver as other things drew my attention to them. I have developed a simple model sufficient for my needs with the use of octave environment though, and I am still planning to do the more advanced version by modifying ChtMultiRegionFoam or so.
If you or me find anything useful I would be happy to share it.
Good luck to both of us.
Lada
Lada is offline   Reply With Quote

Old   September 23, 2012, 07:02
Default
  #4
Senior Member
 
Bernhard Linseisen
Join Date: May 2010
Location: Heilbronn
Posts: 183
Blog Entries: 1
Rep Power: 15
Linse is on a distinguished road
At the moment I am working on something that might be helpful for both of you. Bare with me for another two weeks or so and I might be able to give you part of what you need!

In the meantime I would suggest to exactly find out about the formulas you want to use. Changing an equation within chtMultiRegionFoam for one region in my opinion should not be the problem. The more important thing probably will be to find the way how the steam goes through the solid and how the temperature is influenced inside the solid.

Maybe the solvers for porous materials give a hint on that? Maybe you could check what the porous solvers do and if they - at least in part - cooperate with the major infrastructure within chtMultiRegionFoam?
My hint for that: Changing the solver for the fluid region happens within /chtMultiRegionFoam/fluid/solveFluid.H, changing for the solid region within /chtMultiRegionFoam/solid/solveSolid.H. ;-)
Linse is offline   Reply With Quote

Old   September 24, 2012, 08:08
Default
  #5
New Member
 
vladimir krejci
Join Date: Mar 2009
Location: Czech Republic
Posts: 20
Rep Power: 17
Lada is on a distinguished road
The extra differential equation is essentially the same as for the thermal diffusion
fvm::ddt(rho, u) - fvm::laplacian(delta(u), p)
where u stands for moisture content in kg_water /kg_dry_material, delta - vapour permeability and p is the water vapour pressure.
The equation does not account for condensation. It can be further simplified by treating delta as a constant. Another simplification is the independence of this equation on the thermal diffusion equation - thermal diffusion coefficient (conductivity) not affected by moisture content.

Thank you Bernhard for your concern.
Lada is offline   Reply With Quote

Reply

Tags
chtmultiregionfoam, more transport equations


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



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