|
[Sponsors] |
Periodic flow using Cyclic - comparison with Fluent |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 21, 2015, 08:14 |
|
#21 |
Senior Member
Philipp
Join Date: Jun 2011
Location: Germany
Posts: 1,297
Rep Power: 27 |
For the mapped case:
You set the velocity to some fixed value at the outlet. Of course you will not get the same as in cyclic. Also the pressure boundary condition is wrong. So you should really try to use the boundary conditions for mapped case that I used in my old thread. Why did you change them?
__________________
The skeleton ran out of shampoo in the shower. |
|
October 31, 2015, 11:04 |
|
#22 |
Member
1214
Join Date: Sep 2015
Posts: 30
Rep Power: 11 |
Hi,
It has been quite a mad week, so I struggled to reply. I tried implementing conditions your suggested and I did not achieve much success for Re=200 case, which should be low. It struggled with the covergence as shown below: RESIDUALS.png The case files are again in dropbox: https://www.dropbox.com/s/sjd6e552fb...mapped.7z?dl=0 |
|
November 2, 2015, 02:22 |
|
#23 |
Senior Member
Philipp
Join Date: Jun 2011
Location: Germany
Posts: 1,297
Rep Power: 27 |
The files you uploaded converge on my computer.
__________________
The skeleton ran out of shampoo in the shower. |
|
November 2, 2015, 05:28 |
|
#24 |
Member
1214
Join Date: Sep 2015
Posts: 30
Rep Power: 11 |
Hi,
That did slightly confuse me. What version are you using of OpenFOAM? I have just downloaded the files myself and got the same behaviour as in the post on Saturday. |
|
November 2, 2015, 05:30 |
|
#25 |
Senior Member
Philipp
Join Date: Jun 2011
Location: Germany
Posts: 1,297
Rep Power: 27 |
It says "2.3.x.".
__________________
The skeleton ran out of shampoo in the shower. |
|
November 2, 2015, 14:27 |
|
#26 |
Member
1214
Join Date: Sep 2015
Posts: 30
Rep Power: 11 |
That is fairly weird - I did load 2.3.1 (normally using 2.4.0) and I still got the same result
Do you have any of the solvers modified? Could send back the file? I would be interested to see it. |
|
November 2, 2015, 14:54 |
|
#27 |
Senior Member
Philipp
Join Date: Jun 2011
Location: Germany
Posts: 1,297
Rep Power: 27 |
__________________
The skeleton ran out of shampoo in the shower. Last edited by RodriguezFatz; November 3, 2015 at 03:10. |
|
November 3, 2015, 05:28 |
|
#28 |
Member
1214
Join Date: Sep 2015
Posts: 30
Rep Power: 11 |
I have just now done exactly the same and got a following:
Screenshot-1.png This is really getting weird and hardly explanable |
|
November 3, 2015, 05:38 |
|
#29 |
Senior Member
Philipp
Join Date: Jun 2011
Location: Germany
Posts: 1,297
Rep Power: 27 |
These (1st. order) settings converge much smoother than yours:
Code:
gradSchemes { default Gauss linear; //grad(U) cellLimited Gauss linear 1; } divSchemes { default none; div(phi,U) bounded Gauss upwind; //linearUpwindV grad(U); div(phi,k) bounded Gauss upwind; div(phi,omega) bounded Gauss upwind; div((nuEff*dev(T(grad(U))))) Gauss linear; } laplacianSchemes { default Gauss linear uncorrected; }
__________________
The skeleton ran out of shampoo in the shower. |
|
November 3, 2015, 06:33 |
|
#30 |
Member
1214
Join Date: Sep 2015
Posts: 30
Rep Power: 11 |
Hi,
Thanks for giving a bit of advice on the which schemes to use - I am still slightly confused how to set/modify these. It did converge. The result seems a bit different, but again, I need to evaluate some physical quantities. The documentation on them is slightly interesting sometimes. |
|
December 12, 2017, 06:35 |
constant average velocity at inlet with periodic boundary conditions
|
#31 |
New Member
Qihao Jiang
Join Date: Dec 2017
Posts: 20
Rep Power: 8 |
[QUOTE=nusivares;569006]Hello all,
As of OpenFOAM I imported the fluent mesh, created cyclic boundary conditions and used the fvOptions file to set the momentum source terms using mean velocity to make the things flow. I was simulating a channel flow which inlet and out are cyclic boundary conditions, while I do not know how to give a flow velocity boundary condition at the inlet to let it flow, can you add a flow velocity or discharge at the base of cyclic boundary condition? |
|
Tags |
fluent, openfoam, periodic flow |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Periodic Pipe Flow LES | dvolkind | CFX | 8 | March 21, 2020 06:30 |
No flow through periodic (cyclic) boundaries in impeller with foam-extend-3.1 | anttiad9000 | OpenFOAM Running, Solving & CFD | 3 | March 2, 2016 20:37 |
Fluent v15 multiphase flow b.c. failure Non-channel flow | mickjazz | Fluent Multiphase | 1 | September 22, 2014 07:41 |
Comparison between Solidworks Flow Simulation and Ansys Fluent | Bruce828 | Main CFD Forum | 5 | February 23, 2013 11:13 |
Split boundary zone in FLUENT for mass flow | eishinsnsayshin | FLUENT | 1 | January 18, 2013 14:43 |