|
[Sponsors] |
December 6, 2010, 18:51 |
Question: BC openFOAM vs. FLUENT
|
#1 |
New Member
OEHMU
Join Date: Dec 2010
Posts: 5
Rep Power: 15 |
Hi,
I would like to know if it is possible to I implement a boundary condition which is pressure outlet with a target mass flow rate (name in FLUENT) in OpenFOAM. I want to fix the mass flow rate at an outlet. Im modeling a steady flow with a k-e model in a river and I need to emulate the same conditions that in FLUENT in order to compare the results. Thanks in advance |
|
December 7, 2010, 05:02 |
|
#2 |
Senior Member
Markus Rehm
Join Date: Mar 2009
Location: Erlangen (Germany)
Posts: 184
Rep Power: 17 |
Hello,
check if pressureDirectedInletOutletVelocity is appropriate for you: http://foam.sourceforge.net/doc/Doxy...209dbc1d9.html Markus |
|
December 14, 2010, 17:14 |
question and tks
|
#3 |
New Member
OEHMU
Join Date: Dec 2010
Posts: 5
Rep Power: 15 |
Hi Markus tks for your help.
Im setting a case of a river flow using simpleFOAM, one inlet one outlet, given the water levels. I set for the U file in 0 folder the following boundary conditions: dimensions [0 1 -1 0 0 0 0]; internalField uniform (0 0 0); boundaryField { //inlet mass_flow_inlet_4 { type flowRateInletVelocity; flowRate 6300; value uniform (0 0 0); } //outlet pressure_outlet_8 { type flowRateInletVelocity; flowRate -6300; value uniform (0 0 0); } //upperWall wall_6 { type fixedValue; value uniform (0 0 0); } //lowerWall river_bed_5 { type fixedValue; value uniform (0 0 0); } //frontAndBack ws_profile_7 { type symmetryPlane; } } I set at the pressure outlet an output discharge, my questions are: is this ok? do i need to set a boundary condition for p ? thanks in advance, |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Commercial meshers] Conversion Fluent cas and dat file to OpenFoam | matteo_gautero | OpenFOAM Meshing & Mesh Conversion | 11 | July 14, 2020 13:09 |
[Commercial meshers] Fluent Mesh to OpenFoam: Internal Surface has to be a wall | sebastian | OpenFOAM Meshing & Mesh Conversion | 6 | October 21, 2010 05:36 |
few quesions on ANSYS ICEMCFD and FLUENT | Prakash.Paudel | ANSYS | 0 | August 12, 2010 13:07 |
OpenFOAM vs Fluent for cylinder at Re%3d150 | lr103476 | OpenFOAM Running, Solving & CFD | 40 | December 18, 2008 10:09 |
[Commercial meshers] Problem importing mesh in openfoam from fluent | alessandr0 | OpenFOAM Meshing & Mesh Conversion | 3 | September 4, 2008 14:41 |