|
[Sponsors] |
fully developed turbulent flow at inlet using mapped BC |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
August 21, 2020, 06:44 |
fully developed turbulent flow at inlet using mapped BC
|
#1 |
Senior Member
Join Date: Jun 2020
Posts: 100
Rep Power: 6 |
Hello All,
I am trying to simulated particle-laden backward facing step (BFS) case using DPMFoam. I am using mapped BC to provide fully developed turbulent flow at inlet (with centreline velocity as 10.5 m/s and average velocity as 9.39 m/s. To map the flow field, I am taking offset of 0.067m from inlet but unfortunately I am not getting fully developed flow at inlet with centre-line velocity as 10.5 m/s and average of 9.39 m/s. The peaks of mapped velocity at inlet is is 11.13 m/s *more than 10.5 m/s) and also the mapped velocity field does not satisfy no-slip condition (velocity at the wall are not zero). the the settings for mapped BC are as follows: In blockMeshDict: Code:
inlet { type mappedPatch; sampleMode nearestCell; sampleRegion region0; samplePatch none; offsetMode uniform; offset (0.067 0 0); /* type patch; */ faces ( (4 7 3 0) ); } Code:
inlet { type mapped; value uniform (10.5 0 0); interpolationScheme cell; setAverage true; average (9.39 0 0); } Code:
inlet { /* type zeroGradient; */ type mapped; value uniform 129.448; interpolationScheme cell; setAverage true; average 129.448; } Code:
inlet { /* type zeroGradient; */ type mapped; value uniform 0.331; interpolationScheme cell; setAverage true;; average 0.331; } I am also not sure about the meaning of certain keywords(value, average) used in mapped BC. I am hoping to get some idea about mapped BC to provide fully developed turbulent flow at inlet. Best Regards Atul |
|
Tags |
mapped bc, turbulent flow |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
UDF for fully developed turbulent flow at inlet | soroushsaberi | FLUENT | 0 | May 28, 2014 18:00 |
Fully developed flow inlet | Pleb | STAR-CCM+ | 5 | November 25, 2011 12:25 |
BC for fully developed turbulent flow in a pipe | mmd014 | FLUENT | 2 | May 22, 2009 07:50 |
fully developed turbulent channel flow | pankaj saha | Main CFD Forum | 0 | August 24, 2007 19:15 |
profile for fully developed turbulent duct flow | jeff | Main CFD Forum | 1 | November 14, 2001 22:35 |