|
[Sponsors] |
July 12, 2016, 03:42 |
|
#41 |
New Member
Madeleine
Join Date: Jun 2016
Posts: 14
Rep Power: 10 |
Hi to all,
DanM I tried your boundary conditions for my openchannel and it works. Thanks for that. But now I've got an other problem. I want to beveling my geometry with a 20° square. And now my case dont get good results. There is a turbulence in the channel wich wasn't there before. I dont know how to fix the problem. I attaced my case files and some pictures to show my case. Please can anybody help me. |
|
July 12, 2016, 03:48 |
|
#42 |
New Member
Madeleine
Join Date: Jun 2016
Posts: 14
Rep Power: 10 |
And my water level decreases to. Here are my files with the normal geometry.
|
|
January 5, 2017, 02:58 |
|
#43 |
New Member
saran
Join Date: Nov 2016
Posts: 10
Rep Power: 10 |
Hii Friends
Iam new to openfoam iam modelling a two phase flow in which water flows through one sideand air flows through the other how to determine that the liquids flows in their respective direction Thank You |
|
January 31, 2020, 16:34 |
|
#44 |
Senior Member
Join Date: Jul 2019
Posts: 148
Rep Power: 7 |
Hi,
I am simulating 2D vertical channel flow (flow between two plates). Fluid 1 is initially filling the channel and Fluid 2 is injected to the domain from below. I am getting some troubles at the outlet; the fluids exist just from some portion of the outlet (not the whole patch). The boundary conditions I use at the outlet are: U -> pressureInletOutletVelocity P_rgh -> totalPressure with p0 = 0 phase -> inletOutlet I would be grateful for any advice. Please let me know if further information is required. Thanks. |
|
July 7, 2020, 17:47 |
free surface flows
|
#45 |
New Member
Valdirene da Rosa Rocho
Join Date: Jul 2020
Posts: 9
Rep Power: 6 |
Good afternoon
I'm trying to simulate a biphasic flow (water/air) in openFoam (version 7) and I'm having a lot of difficulty regarding the boundary conditions to be used. Has anyone worked with this problem? |
|
July 9, 2020, 09:54 |
|
#46 |
Senior Member
Albrecht vBoetticher
Join Date: Aug 2010
Location: Zürich, Swizerland
Posts: 240
Rep Power: 17 |
sure, please explain your kind of problems or at least your kind of flow (simple geometry or compley geometry, defined inlet and outlet flow depth or ungnown/to be calculated, known discharge, known pressure in the air, turbulence reynolds number, size of domain)
|
|
July 21, 2020, 15:28 |
free surface flows
|
#47 |
New Member
Valdirene da Rosa Rocho
Join Date: Jul 2020
Posts: 9
Rep Power: 6 |
Hello
I would like to program a biphasic flow in openFoam in a permanent regime, very viscous (Re = 1). I thought it would be only in the fvSchemes folder to make changes to this item ddtSchemes { default steadyState; } But it is not that way, it presents errors (see figure no link) file:///C:/Users/Cliente/Desktop/fig2.JPG Please, I need help! |
|
July 29, 2020, 21:21 |
two-phase flow problem
|
#48 |
New Member
Valdirene da Rosa Rocho
Join Date: Jul 2020
Posts: 9
Rep Power: 6 |
Good evening
Guys, I'm working with a two-phase flow (laminar) in openFoam 7 but I haven't managed to set the boundary conditions yet. My advisor suggested using the boundary condition below: type pressureDirectedInletOutletVelocity; phi phi; rho rho; inletDirection uniform (1 0 0); value uniform 0; However, the following error appears: FOAM FATAL IO ERROR: Expected a '(' while reading VectorSpace<Form, Cmpt, Ncmpts>, found on line 41043 the label 0 file: /home/valdirene/Documentos/Estado_transiente/pressureDirectedInletOutletVelocity/0/U.boundaryField.saidaInferior.value at line 41043. From function Foam::Istream& Foam::Istream::readBegin(const char*) in file db/IOstreams/IOstreams/Istream.C at line 92. FOAM exiting Segmentation fault (core dumped) Can someone help me? Whether using this boundary condition or how to fix the problem. |
|
July 29, 2020, 21:23 |
two-phase flow problem
|
#49 |
New Member
Valdirene da Rosa Rocho
Join Date: Jul 2020
Posts: 9
Rep Power: 6 |
Good evening
Guys, I'm working with a two-phase flow (laminar) in openFoam 7 but I haven't managed to set the boundary conditions yet. My advisor suggested using the boundary condition below: type pressureDirectedInletOutletVelocity; phi phi; rho rho; inletDirection uniform (1 0 0); value uniform 0; However, the following error appears: FOAM FATAL IO ERROR: Expected a '(' while reading VectorSpace<Form, Cmpt, Ncmpts>, found on line 41043 the label 0 file: /home/valdirene/Documentos/Estado_transiente/pressureDirectedInletOutletVelocity/0/U.boundaryField.saidaInferior.value at line 41043. From function Foam::Istream& Foam::Istream::readBegin(const char*) in file db/IOstreams/IOstreams/Istream.C at line 92. FOAM exiting Segmentation fault (core dumped) Can someone help me? Whether using this boundary condition or how to fix the problem. |
|
July 31, 2020, 12:43 |
|
#50 |
Senior Member
|
Hi, try this:
Code:
type pressureDirectedInletOutletVelocity; phi phi; rho rho; inletDirection uniform (1 0 0); value uniform (0 0 0); Cheers, Tom |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
interFoam and stratified flow in a pipeline | AlmostSurelyRob | OpenFOAM | 1 | February 24, 2011 19:23 |
boundary conditions for 3D channel flow with heat transfer | Aloex | FLUENT | 1 | February 22, 2011 13:28 |
Open Channel Flow using InterFoam type solver | sxhdhi | OpenFOAM Running, Solving & CFD | 3 | May 5, 2009 22:58 |
Stabilizing turbulence equation in channel flow | Biga | Main CFD Forum | 5 | March 22, 2005 21:06 |
Inviscid Drag at subsonic, subcritical Mach # | Axel Rohde | Main CFD Forum | 1 | November 19, 2001 13:19 |