|
[Sponsors] |
Unrealistic flows in a natural ventilation model |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 9, 2021, 11:20 |
Unrealistic flows in a natural ventilation model
|
#1 |
Member
Ben Simpson
Join Date: Dec 2019
Location: UK
Posts: 32
Rep Power: 6 |
Hi all,
I have a natural ventilation model which comprises of a small simple room with a couple of heat sources inside and two sections on either side of the room acting as the external environment. I am using OpenFOAM v8 running buoyantSimpleFoam with RNG K-Epsilon. When I visualize the U field in paraview, the air flows seem to be flowing from the top atmospheric boundary down to the ground on both sides of the building. My initial guess is that I need some sort of coefficient to control how the internal pressure matches the set external pressure. I know Phoenics has a control where you can add either a linear or quadratic coefficient to acheive this control. Unfortunately I do not now how, providing I need to, acheive this in OpenFOAM. I have attached an image of the flows in paraview which hopefully shows the problem that I am trying to explain. I have also attached a compressed version of my model, if that is needed. I have seen the use of a p0 value in some of the p files and not sure if I should be using this. Hopefully someone will be able to help with this issue. Kind regards. Here is my p file: Code:
FoamFile { version 2.0; format ascii; class volScalarField; object p; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [1 -1 -2 0 0 0 0]; internalField uniform 1e5; boundaryField { "xmin_South|xmin_North|xmax_South|xmax_North|ymin|ymax|zmin|Ceiling|Floor|East_Wall|North_Wall|South_Wall|West_Wall|Computer|Person|zmax_north|zmax_south|zmax_ceiling|North_Window|South_Window|xmin_Centre|xmax_Centre" { type calculated; p0 $internalField; value $internalField; } #includeEtc "caseDicts/setConstraintTypes" } // ************************************************************************* // |
|
September 21, 2021, 13:56 |
|
#2 |
Member
Ben Simpson
Join Date: Dec 2019
Location: UK
Posts: 32
Rep Power: 6 |
By any chance does anyone know how to fix this issue and achieve more realistic flows using the RNG K-e model?
|
|
January 31, 2022, 11:07 |
|
#3 |
Member
Ben Simpson
Join Date: Dec 2019
Location: UK
Posts: 32
Rep Power: 6 |
Does anyone have any suggestions as to how to fix this model?
|
|
January 31, 2022, 11:36 |
|
#4 |
Senior Member
Yann
Join Date: Apr 2012
Location: France
Posts: 1,200
Rep Power: 28 |
Hi,
First thing I would try: use 2nd order schemes in fvSchemes instead of 1st order (upwind) For buoyant flows, using first order schemes can cause this kind of behavior. I hope this helps, Yann |
|
Tags |
buoyantsimplefoam, openfaom-8, rng k-epsilon |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Table bounds warnings at: END OF TIME STEP | CFXer | CFX | 4 | July 17, 2020 00:44 |
[swak4Foam] swakExpression not writing to log | alexfells | OpenFOAM Community Contributions | 3 | March 16, 2020 19:19 |
Is it possible to model natural convection in a 2D horizontal model in fluent | caitoc | FLUENT | 1 | May 5, 2014 14:32 |
which model is suitable for natural ventilation? | HVAC | FLUENT | 5 | December 27, 2005 21:29 |
natural ventilation on buildings | bill | FLUENT | 2 | September 30, 2004 08:43 |