|
[Sponsors] |
June 6, 2013, 18:10 |
Mass Flow Inlet BC
|
#1 |
New Member
Ritwik
Join Date: Jun 2013
Posts: 3
Rep Power: 13 |
I am new to SU2 and trying to figure out how to make it work for my problem. Navier-Stokes, laminar, compressible.
I would like to specify inlet and outlet boundary conditions on a volume defined by everywhere else by wall and symmetry boundary conditions. The outlet bc is pressure which falls under the standard syntax: MARKER_OUTLET = (Outlet, pressure) However, for the inlet bc, I would like to specify a mass flow rate being injected in the +Z direction. I am unable to figure out how to do this - could anyone point me to an tutorial/documentation. Based on the Users Guide-Configuration file documentation, it would seem like I need to use a combination of MARKER_INLET (to specify inlet surface and flow direction) and MARKER_FLOWLOAD or MARKER_LOAD to specify mass flow rate (kg/sec). However, MARKER_INLET requires specification of pressure (and temperature) and MARKER_FLOWLOAD/MARKER_LOAD do not accept specification of direction. So my questions are: 1. Do I use MARKER_FLOWLOAD or MARKER_LOAD to specify the inlet? Or do I have it completely wrong and need to approach this differently? 2. How do I specify the direction of flow at the inlet? Thanks for any help. |
|
June 7, 2013, 07:14 |
|
#2 | |
Senior Member
|
Quote:
% % Inlet boundary type (TOTAL_CONDITIONS, MASS_FLOW) INLET_TYPE= MASS_FLOW % % Inlet boundary marker(s) with the following formats (NONE = no marker) % Total Conditions: (inlet marker, total temp, total pressure, flow_direction_x, % flow_direction_y, flow_direction_z, ... ) where flow_direction is % a unit vector. % Mass Flow: (inlet marker, density, velocity magnitude, flow_direction_x, % flow_direction_y, flow_direction_z, ... ) where flow_direction is % a unit vector. MARKER_INLET= ( boundary_marker, density, velo_mag, 1, 0, 0 ) |
||
June 7, 2013, 12:52 |
|
#3 |
New Member
Ritwik
Join Date: Jun 2013
Posts: 3
Rep Power: 13 |
Thanks taxalian.
Quick follow up question - by requiring density and velocity at the inlet, we are essentially defining a pressure (I am working with an ideal gas) at the inlet which (in conjuction with outlet pressure bc) seems like over-constraining of the problem. Following your post, I did a 'grep -ilr "MASS_FLOW" TestCases' to find a tutorial that discussed had the MASS_FLOW version of the inlet boundary condition but came up with no matches. Neither did I find any details about it in the configuration-file section of the Users manual - is there some documentation I am missing? I also have a question about the suitability of SU2 to the problem I am trying to solve, but will post a separate thread for that. |
|
June 7, 2013, 13:21 |
|
#4 | |
Senior Member
|
Quote:
Well their is slight description available about the bc here: http://adl.stanford.edu/docs/display...iguration+file Additionally, consult the "config_template.cfg" in your /trunk folder. It should give you enough information. |
||
June 7, 2013, 17:19 |
|
#5 | |
Senior Member
|
Quote:
Alternatively, may be the use of: INLET_TYPE= TOTAL_CONDITIONS MARKER_INLET= ( boundary_marker, total temp, total pressure, 1, 0, 0 ) |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Low Mixing time Problem | Mavier | CFX | 5 | April 29, 2013 01:00 |
Boudaries for bouynat driven flow with additional mass flux at inlet | Charon | CFX | 2 | April 27, 2013 09:02 |
mass flow inlet condition is not properly specified in circulating fluidized bed | abinashlipun | FLUENT | 0 | April 19, 2013 03:28 |
Mass Flow Inlet | Pravir Kumar Rai | FLUENT | 0 | February 19, 2003 15:03 |
mass flow inlet | Denis Tschumperle | FLUENT | 7 | August 9, 2000 03:19 |