|
[Sponsors] | |||||
|
|
|
#1 |
|
New Member
Reno
Join Date: Sep 2012
Posts: 23
Rep Power: 2 ![]() |
I have a two regions on a single domain (solid), I want to solve two heat equation where each region has its own specific heat capacity, density, thermal conductivity and heat power source.
chtMultiRegionFoam uses two separate domains and interface region, but in my case I have two regions on the same domain, does chtMultiRegionFoam will work? I can define each region as a patch and then how can I use chtMultiRegionFoam since regions mesh are not separate. Any other solver? I am stuck, any hint would be great. |
|
|
|
|
|
|
|
|
#2 |
|
Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 4,516
Blog Entries: 31
Rep Power: 47 ![]() ![]() ![]() |
Greetings Reno,
AFAIK, only the solvers that have the porous feature, can handle a single domain with different materials... sort-of. There is also the multiphase solvers, but it's not what you're looking for either. I can only guess the safe bet is to use chtMultiRegionFoam. You can use the following tutorial as a reference: http://openfoamwiki.net/index.php/Ge..._-_planeWall2D You'll have to use cell zones and then split them into multiple regions, in order to get you case properly prepared. There is also another possibility: you can create a new solver based on chtMultiRegionFoam, but which handles the solid parts in your case the same way that the porous solvers do! laplacianFoam is another candidate... from which if I'm not mistaken, is from where chtMultiRegionFoam inherits some of the code for the solid heat transfer. Best regards, Bruno
__________________
|
|
|
|
|
|
|
|
|
#3 |
|
New Member
Reno
Join Date: Sep 2012
Posts: 23
Rep Power: 2 ![]() |
thanks for your kind reply.
|
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| swak4Foam-groovyBC build problem | zxj160 | OpenFOAM | 17 | January 15, 2013 11:14 |
| pisoFoam compiling error with OF 1.7.1 on MAC OSX | Greg Givogue | OpenFOAM Programming & Development | 3 | March 4, 2011 17:18 |
| Solve poisson equation just add a source term | nandiganavishal | OpenFOAM Running, Solving & CFD | 14 | November 11, 2008 18:04 |
| How can I increase Heat Transfer at Domain Interf? | B.Simon | CFX | 3 | October 28, 2008 19:53 |
| Convective Heat Transfer - Heat Exchanger | Mark | CFX | 6 | November 15, 2004 15:55 |