|
[Sponsors] |
Getting weird pressure distribution and backflow with chtMultiRegionFoam |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 17, 2022, 19:29 |
Getting weird pressure distribution and backflow with chtMultiRegionFoam
|
#1 |
New Member
Join Date: Mar 2022
Posts: 4
Rep Power: 4 |
Hi! I'm new to OpenFoam and I'm trying to simulate laminar flow inside a pipe with heat transfer, using a 2D geometry. Initially I was able to simulate the flow without heat transfer using simpleFoam, but when trying to implement it into chtMultiRegionFoam even with constant temperature I get strange results. There's a zone in the wall with -5.3e4 Pa and having back flow. I've been trying different things the whole day with no results, so I'm posting here.
Here's the folder with what I have: https://drive.google.com/drive/folde...AY?usp=sharing Photos: https://imgur.com/a/50LZVhL |
|
March 18, 2022, 02:33 |
|
#2 |
New Member
Ajith U K Nair
Join Date: Sep 2021
Location: Kerala
Posts: 18
Rep Power: 5 |
it might be your boundary conditions. Also there is only one fluid region inside the case setup. Where is the heat getting transferred to. Is here any pipe wall or solid material or another region. I could only see one region
|
|
March 18, 2022, 09:15 |
|
#3 | |
New Member
Join Date: Mar 2022
Posts: 4
Rep Power: 4 |
Yes there is only one fluid region. I applied the boundary condition:
Quote:
|
||
March 18, 2022, 11:57 |
|
#4 |
Senior Member
Uwe Pilz
Join Date: Feb 2017
Location: Leipzig, Germany
Posts: 744
Rep Power: 15 |
I used
Code:
p type zeroGradient; U type fixedValue; value uniform (0 0 0); p_rgh type fixedFluxPressure; gradient uniform 0; T type fixedValue; value uniform 301; kappa type kqRWallFunction; value uniform 0.0; alphat type alphatJayatillekeWallFunction; Prt 0.85; value uniform 0; nut type nutkWallFunction; value uniform 0;
__________________
Uwe Pilz -- Die der Hauptbewegung überlagerte Schwankungsbewegung ist in ihren Einzelheiten so hoffnungslos kompliziert, daß ihre theoretische Berechnung aussichtslos erscheint. (Hermann Schlichting, 1950) |
|
Tags |
chtmultiregionfoam |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
chtMultiRegionFoam and porous media | vainilreb | OpenFOAM Running, Solving & CFD | 4 | April 12, 2023 09:59 |
Pressure outlet BC help! | eishinsnsayshin | FLUENT | 7 | December 4, 2012 00:36 |
Swirl in backflow on pressure outlets | Jonas Larsson | FLUENT | 17 | February 3, 2000 03:14 |