|
[Sponsors] | |||||
buoyantBoussinesqPimpleFoam - false result in the corner |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|
|
#1 |
|
Member
Grivalszki Péter
Join Date: Mar 2019
Location: Budapest, Hungary
Posts: 39
Rep Power: 8 ![]() |
Hi,
I'm trying to simulate a simple heat transfer case (getting to know the software for further researches) with buoyantBoussinesqPimpleFoam. Unfortunately, I have some numeric error in the results (pictures attached). Why is this weird field in the corner? How can I get rid of it? Thank you in advance! Griva Last edited by GrivalszkiP; September 21, 2019 at 06:19. |
|
|
|
|
|
|
|
|
#2 |
|
Member
Eren
Join Date: Aug 2018
Posts: 92
Rep Power: 10 ![]() |
As a novice myself, you need to share your files too. All I can assume is you have way too course mesh. I modified buoyantBoussinesqPimpleFoam and used many times and never had this kind of issue.
|
|
|
|
|
|
|
|
|
#3 |
|
Member
Grivalszki Péter
Join Date: Mar 2019
Location: Budapest, Hungary
Posts: 39
Rep Power: 8 ![]() |
Thank you, but I don't think so... Anyway, here are my files:
U PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
Last edited by GrivalszkiP; September 24, 2019 at 09:33. |
|
|
|
|
|
|
|
|
#4 |
|
Member
Kirk Jarvis
Join Date: Mar 2009
Posts: 31
Rep Power: 18 ![]() |
The boundary conditions for the outlet appears to be a problem.
for p_rhg try something like: outlet { type fixedValue; value $internalField; } for U try something like: outlet { type inletOutlet; inletValue uniform (0 0 0); value uniform (0 0 0); } for T try something like: outlet { type inletOutlet; inletValue $internalField; value $internalField; } You should get good results with the above recommendations. |
|
|
|
|
|
|
|
|
#5 |
|
Member
Grivalszki Péter
Join Date: Mar 2019
Location: Budapest, Hungary
Posts: 39
Rep Power: 8 ![]() |
Thank you, it's working!!
|
|
|
|
|
|
![]() |
| Tags |
| boussinesq, buoyant, corner, error, heat |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [snappyHexMesh] How to generate Layers at the corner | amin.nbkh | OpenFOAM Meshing & Mesh Conversion | 3 | June 22, 2023 11:46 |
| [snappyHexMesh] Problem with prism layers at corner edges | Fauster | OpenFOAM Meshing & Mesh Conversion | 1 | September 30, 2016 01:25 |
| Corner flows | akivarma | Main CFD Forum | 0 | February 15, 2016 04:00 |
| Sharp corner with O-grid non-convergence | dlinton | OpenFOAM Running, Solving & CFD | 16 | October 7, 2015 06:54 |
| [GAMBIT] 3D Wedge Corner Shape? | cjz | ANSYS Meshing & Geometry | 1 | October 29, 2010 04:03 |