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

Inlet Flowrate profile with time

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 17, 2015, 10:40
Exclamation Inlet Flowrate profile with time
  #1
New Member
 
Join Date: Oct 2015
Posts: 3
Rep Power: 10
Jotheman is on a distinguished road
Hi Witches and Wizards of CFD

I need to create a csv file with about 720 points that inputs mass flow rate normal to 2D boundary surfaces. This data is unsteady flow rate captured at regular time intervals from a test rig and it needs to be used as the input boundary condition for a cfd domain in CFX. The data set looks like this

t0 m(dot)0
t1 m(dot)1
...
t720 m(dot)720

The data is very complex so we can’t use CEL to describe it accurately enough. I have seen many examples csv files that use the spatial (xyz) field but I only need the flow to be normal to the inlet face...and of course temporal fields and mass flow rate field in the input data file.

I hope the description isnt too vague. Any help will be appreciated.
Jotheman is offline   Reply With Quote

Old   October 17, 2015, 11:01
Default
  #2
Senior Member
 
Join Date: Jun 2009
Posts: 1,804
Rep Power: 32
Opaque will become famous soon enough
From your description, it is not clear if you know the mass flow rate for each face of the mesh on the 2D surface, or the total mass flow rate through the 2D surface.
Opaque is offline   Reply With Quote

Old   October 18, 2015, 09:13
Default
  #3
New Member
 
Join Date: Oct 2015
Posts: 3
Rep Power: 10
Jotheman is on a distinguished road
Quote:
Originally Posted by Opaque View Post
From your description, it is not clear if you know the mass flow rate for each face of the mesh on the 2D surface, or the total mass flow rate through the 2D surface.
I do! I have 720 points that form a mass flow rate curve over time. The data is the mass flow rate curve from an engine we're developing. I just need information on how I can use this data as inlet boundary conditions to a flow domain in CFX.
Jotheman is offline   Reply With Quote

Old   October 19, 2015, 11:51
Default
  #4
Member
 
Join Date: Jan 2015
Posts: 63
Rep Power: 11
highorder_cfd is on a distinguished road
The easiest approach is to interpolate your data in excel with a polynomial function (dx>add trend line on a plot) and implement your function MFR vs time in a single CEL function in CFX Pre.
Due to the Excel interpolation it is possible that points differ slightly from your experimental data, but overall in this way you have a single function to be implemented (in this way you will not have the problem to import all the tabular data in CFX.)

I hope this helps.
highorder_cfd is offline   Reply With Quote

Old   October 19, 2015, 12:08
Default
  #5
Senior Member
 
Join Date: Jun 2009
Posts: 1,804
Rep Power: 32
Opaque will become famous soon enough
You can write a .csv file listing your experimental data

[Name]
My Mass Flow Rate

[Data]
Time [s], Mass Flow Rate [kg s^-1]

0.0 1.
0.01 1.001
...

...

Goto CFX-Pre->Tools->Initialize Profile Data.. Follow the wizard..

Now visit your inlet boundary condition, and use the profile you just imported..

I may have missed a detail or two, but that is the high level description of what you need to do..
Opaque is offline   Reply With Quote

Reply

Tags
boundary condition, inlet flow profile, mass flow rate


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
How to export time series of variables for one point? mary mor OpenFOAM Post-Processing 8 July 19, 2017 10:54
High Courant Number @ icoFoam Artex85 OpenFOAM Running, Solving & CFD 11 February 16, 2017 13:40
Moving mesh Niklas Wikstrom (Wikstrom) OpenFOAM Running, Solving & CFD 122 June 15, 2014 06:20
AMI interDyMFoam for mixer nu problem danny123 OpenFOAM Programming & Development 8 September 6, 2013 02:34
IcoFoam parallel woes msrinath80 OpenFOAM Running, Solving & CFD 9 July 22, 2007 02:58


All times are GMT -4. The time now is 03:28.