|
[Sponsors] |
How to set outflow boundary condition in openfoam |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 10, 2014, 10:12 |
How to set outflow boundary condition in openfoam
|
#1 |
New Member
Jinbin Ge
Join Date: Mar 2013
Posts: 6
Rep Power: 13 |
There is an outflow boundary condition in fluent,then how to set the outflow boundary condition in openfoam?
The basic boundary condition is fixedValue,fixGradient,zeroGradient ,calulated..,other BCs derive from them,but I don't know which one is same as outflow boundary condition in fluent |
|
March 10, 2014, 16:34 |
|
#2 |
Member
Julian Langowski
Join Date: May 2011
Location: Bremen, Germany
Posts: 91
Rep Power: 15 |
For simple outflow try
Code:
zeroGradient. tutorials/incompressible/simpleFoam/motorBike/0.org Best regards Julian
__________________
πάντα ῥεῖ - Heraclitus |
|
March 10, 2014, 16:56 |
|
#3 |
Senior Member
Marco A. Turcios
Join Date: Mar 2009
Location: Vancouver, BC, Canada
Posts: 740
Rep Power: 28 |
zeroGradient it a good suggestion. Since OpenFOAM is less "black box", it helps if you have a working knowledge of the theory of numerical simulation. Check the Wikipedia article for a decent overview:
http://en.wikipedia.org/wiki/Boundary_conditions_in_CFD |
|
March 11, 2014, 07:51 |
|
#4 | |
New Member
Jinbin Ge
Join Date: Mar 2013
Posts: 6
Rep Power: 13 |
Quote:
in tutorials/incompressible/simpleFoam/motorBike/0.org, https://github.com/martinep/foam-ext.../motorBike/0/U U: outlet { type inletOutlet; inletValue uniform (0 0 0); value $internalField; } https://github.com/martinep/foam-ext.../motorBike/0/p p: outlet { type fixedValue; value $internalField; } inletOutlet may mean zeroGradient if fluid flows out,fixedvalue if fluid flows in, but I do not understand "value $internalField"? |
||
March 11, 2014, 08:16 |
|
#5 | |
Member
Julian Langowski
Join Date: May 2011
Location: Bremen, Germany
Posts: 91
Rep Power: 15 |
Quote:
Best regards Julian
__________________
πάντα ῥεῖ - Heraclitus |
||
Tags |
boundary condition, openfoam, outflow |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Staggered grid outflow boundary condition | avinash87 | Main CFD Forum | 0 | November 4, 2013 06:43 |
can slip boundary condition in openFoam mean "inviscid wall" ? | s.m | OpenFOAM Pre-Processing | 2 | October 11, 2013 14:27 |
Question about heat transfer coefficient setting for CFX | Anna Tian | CFX | 1 | June 16, 2013 07:28 |
How to set boundary condition in Fluent for the fo | Peiyong | FLUENT | 1 | November 10, 2006 12:44 |
outflow boundary condition | Guillaume Dulong | FLUENT | 1 | September 13, 2004 06:12 |