|
[Sponsors] |
May 3, 2012, 09:38 |
chtMultiRegionFoam: fluid-fluid interface
|
#1 |
Senior Member
Samuele Z
Join Date: Oct 2009
Location: Mozzate - Co - Italy
Posts: 520
Rep Power: 19 |
Dear All,
I am trying to use the different tutorial that deals with the chtMultiRegionFoam solver, but I can not find what I am looking for. I see hot to treat the fluid-solid interface between region, but I can not understand how to treat the solid-solid and the fluid-fluid interface. Which are the right BC on epsilon, k, U, p, p_rgh, T and so on on these interfaces? Thanks for help, Samuele |
|
May 3, 2012, 11:01 |
|
#2 |
Disabled
Join Date: Mar 2011
Posts: 174
Rep Power: 15 |
I will attempt to answer your question, not because I am sure about the answer but rather to see if I have it right in my mind.
In the chtMultiRegionFoam/multiRegionHeater we can see that all interfaces of the heater with the rest of the parts have the same BC for the temperature: Code:
"heater_to_.*" { type compressible::turbulentTemperatureCoupledBaffleMixed; neighbourFieldName T; K solidThermo; KName none; value uniform 300; } As for the fluid-fluid: why do you have an interface in the first place? Can't you join these two parts? if you can't, you might need significant modifications in the solver. |
|
May 3, 2012, 11:13 |
|
#3 |
Senior Member
Samuele Z
Join Date: Oct 2009
Location: Mozzate - Co - Italy
Posts: 520
Rep Power: 19 |
Dear anon_a,
thanks for answering. Actually, as far as the solid-solid interface is concerned, you're right. It's enough to use the same BC that are used in the tutorial. Also, I have 2 different fluid region because I would like to be able (but I need to modify the solver and I've not been able, yet) to impose the temperature in a certain FLUID volume, which is connected with another fluid volume. Altough I can't run my new solver, yet, I have a mesh with 2 detached fluid regions, with an interface. I thought that a zeroGradient condition was ok, but that's not true. The simulation, in fact, seems to explode and it's like a source appear on the interface. Anyother idea? Do you think I should `unify the 2 regions'? Can't I deal a domain with to fluid regions detached by an interface? |
|
May 3, 2012, 11:32 |
|
#4 |
Senior Member
|
Hi Samuele,
If it really is just about imposing a different temperature on one of two fluid zones, I suggest using the "setFields" utility. That is much easier than writing a new solver, getting two zones to cooperate easily. Nevertheless, if you made progress on the fluid-fluid-thingy, I would be happy if you could share your knowledge with me. Because at the moment I am trying to do something very similar. ;-) |
|
May 3, 2012, 11:39 |
|
#5 |
Senior Member
Samuele Z
Join Date: Oct 2009
Location: Mozzate - Co - Italy
Posts: 520
Rep Power: 19 |
Dear Bernhard,
of course I will share what I will discover. And what about the setField? I need to impose temertature, but I need that it remains constant during the whole simulation. I was thinking about explicitSetValue (but it's not implemented in the multi regions solver). That's why I was editing the source. Can I solve this with the setFields option? Also, what about writing via email (samuele.zampini@gmail.com)? That would be much easier and we could post something useful if we reach our goal. Samuele. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
move wall and refine mesh at fluid interface | Jimbomet | OpenFOAM Running, Solving & CFD | 6 | December 4, 2014 14:17 |
fluid to solid heattransfer with chtMultiRegionFoam | schteff | OpenFOAM | 5 | August 20, 2010 08:45 |
Increasing chtMultiRegionFoam Fluid Temperature | m.nichols19 | OpenFOAM | 0 | June 28, 2010 16:11 |
Boundary conditions at Fluid Solid interface (CHT) | michelle | CFX | 1 | April 21, 2008 05:06 |
how to use fluid fluid interface | Beno | CFX | 0 | July 13, 2005 15:08 |