CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > SU2

Mass Flow Inlet BC

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 6, 2013, 17:10
Question Mass Flow Inlet BC
  #1
New Member
 
Ritwik
Join Date: Jun 2013
Posts: 3
Rep Power: 12
AarBee is on a distinguished road
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.
AarBee is offline   Reply With Quote

Old   June 7, 2013, 06:14
Default
  #2
Senior Member
 
Join Date: Nov 2010
Posts: 139
Rep Power: 15
taxalian is on a distinguished road
Send a message via Skype™ to taxalian
Quote:
Originally Posted by AarBee View Post
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.
Well i think this is the right way to use it:

%
% 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 )
taxalian is offline   Reply With Quote

Old   June 7, 2013, 11:52
Default
  #3
New Member
 
Ritwik
Join Date: Jun 2013
Posts: 3
Rep Power: 12
AarBee is on a distinguished road
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.
AarBee is offline   Reply With Quote

Old   June 7, 2013, 12:21
Default
  #4
Senior Member
 
Join Date: Nov 2010
Posts: 139
Rep Power: 15
taxalian is on a distinguished road
Send a message via Skype™ to taxalian
Quote:
Originally Posted by AarBee View Post
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.

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.
taxalian is offline   Reply With Quote

Old   June 7, 2013, 16:19
Default
  #5
Senior Member
 
Join Date: Nov 2010
Posts: 139
Rep Power: 15
taxalian is on a distinguished road
Send a message via Skype™ to taxalian
Quote:
Originally Posted by AarBee View Post
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.
One more thing, you can try a simple farfield b.c.

Alternatively, may be the use of:
INLET_TYPE= TOTAL_CONDITIONS
MARKER_INLET= ( boundary_marker, total temp, total pressure, 1, 0, 0 )
taxalian is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Low Mixing time Problem Mavier CFX 5 April 29, 2013 00:00
Boudaries for bouynat driven flow with additional mass flux at inlet Charon CFX 2 April 27, 2013 08:02
mass flow inlet condition is not properly specified in circulating fluidized bed abinashlipun FLUENT 0 April 19, 2013 02:28
Mass Flow Inlet Pravir Kumar Rai FLUENT 0 February 19, 2003 14:03
mass flow inlet Denis Tschumperle FLUENT 7 August 9, 2000 02:19


All times are GMT -4. The time now is 12:55.