|
[Sponsors] |
October 3, 2016, 11:59 |
chtMultiRegionSimpleFoam problem
|
#1 |
Member
Join Date: Jul 2013
Posts: 39
Rep Power: 13 |
Hello everyone. I am struggling with chtMultiRegionSimpleFoam recent days and I need someone help. I am trying to solve fluid-solid multi region problem, steady state and incompressible. Which boundary conditions do I need to set at fluid-solid interface(mappedWall)? For instance, for pressure, whatever I select except from uniform value, solver fails with the famous error starts with
Code:
#0 Foam::error::printStack(Foam::Ostream&) For temperature, I want k1*dT2/dn = k2*dT2/dn. I found that Code:
compressible::turbulentTemperatureCoupledBaffleMixed I am open to any suggestions of yours for inlet, outlet and interface boundary conditions for pressure and temperature for chtMultiRegionSimpleFoam. |
|
October 4, 2016, 02:46 |
|
#2 |
Senior Member
Join Date: Sep 2013
Posts: 353
Rep Power: 21 |
the compressible tag is because the solver is compressible. When you choose rhoConst in your thermoPhysicalProperties file it solves incompressible. Hence, this boundary works for incompressible cases as well. You can choose the same boundaries as you would for any other case with only one region. chtmultiregion is essentially two (or more) solvers executed one after another. The only coupling is done by boundary conditions. And the only boundary you can couple by default is the temperature field.
Your problem is not in the fixedFluxPressure on your walls but somewhere deeper. |
|
October 4, 2016, 04:08 |
|
#3 |
Member
Join Date: Jul 2013
Posts: 39
Rep Power: 13 |
Dear Bloerb, thanks for your answer. As I know, fixedFluxPressure is evaluated as gradP = (PhihbyA - Phi) / (Sf*Dp). So, when I try to apply this BC, I think Sf or Dp is zero, so it fails. What do you think? How can I solve this problem, if this is my problem? By introducing baffles?
|
|
Tags |
boundary condition, chtmultiregionsimplefoam |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
UDF compiling problem | Wouter | Fluent UDF and Scheme Programming | 6 | June 6, 2012 05:43 |
Gambit - meshing over airfoil wrapping (?) problem | JFDC | FLUENT | 1 | July 11, 2011 06:59 |
natural convection problem for a CHT problem | Se-Hee | CFX | 2 | June 10, 2007 07:29 |
Adiabatic and Rotating wall (Convection problem) | ParodDav | CFX | 5 | April 29, 2007 20:13 |
Is this problem well posed? | Thomas P. Abraham | Main CFD Forum | 5 | September 8, 1999 15:52 |