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

Transient profile data

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By brunoc

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 11, 2015, 16:58
Default Transient profile data
  #1
Member
 
NC
Join Date: Jan 2015
Posts: 49
Rep Power: 11
bongbang is on a distinguished road
I will soon be applying a time-varying profile data as a boundary condition similar to what is outlined here. As I've never done this before and am still very new to CFX (and CFD) in general, I'm quite nervous about this, and Ansys help hasn't been much help.

Questions:

1. Is it normal to make time a "spatial field" as in the linked example?
2. My input profile data is 1D (or 2D including the time variable), that is to say velocity as a function of radius. Does CFX automatically apply that to the planar inlet with the understanding that r = sqrt(x^2+y^2)? Does that mean that the flow has to be in the Z direction and the inlet on the XY plane in the model?
3. Ansys Help example (14.5.2.2. Profile Data Format) shows cylindrical spatial fields, but Cartesian data. Why is this?

Quote:
[Spatial Fields]
r, theta, z
.
.
.
[Data]
X [ m ], Y [ m ], Z [ m ], Area [ m^2 ], Density [ kg m^-3 ]
-1.773e-02, -5.382e-02, 6.000e-02, 7.121e-06, 1.231e+00
-1.773e-02, -5.796e-02, 5.999e-02, 5.063e-06, 1.231e+00
4. If anyone can point to a tutorial or introduction for this, whether in Ansys documentation or on the web, I'd much appreciate it. Thank you.
bongbang is offline   Reply With Quote

Old   February 13, 2015, 07:18
Default
  #2
Senior Member
 
Bruno
Join Date: Mar 2009
Location: Brazil
Posts: 277
Rep Power: 21
brunoc is on a distinguished road
You can use an input file such as this:

input.dat:
[Name]
Transient Radial

[Spatial Fields]
r, Time

[Data]
r [m], Time [s], Ur [m/s]
0.00000e+00, 0.00000e+00, 1.00000e+00
1.01010e-03, 0.00000e+00, 9.99999e-01
2.02020e-03, 0.00000e+00, 9.99999e-01
3.03030e-03, 0.00000e+00, 9.99999e-01
4.04040e-03, 0.00000e+00, 9.99999e-01
(...)
0.00000e+00, 1.25000e+00, 1.25000e+00
1.01010e-03, 1.25000e+00, 1.24999e+00
2.02020e-03, 1.25000e+00, 1.24999e+00
3.03030e-03, 1.25000e+00, 1.24999e+00
4.04040e-03, 1.25000e+00, 1.24999e+00
(...)


I grouped values by time (2nd column) but you can do it anyway you like. Notice I used 'r' for position, so to use this table in CFX, call it with Transient Radial.Ur(sqrt(y^2 + z^2), Time) if you're using X as your axial direction.
AqeelAhmed168 likes this.
brunoc is offline   Reply With Quote

Old   February 14, 2015, 15:03
Default
  #3
Member
 
NC
Join Date: Jan 2015
Posts: 49
Rep Power: 11
bongbang is on a distinguished road
Thanks, Brunoc. The BC appears to be working, but the profile becomes uniform as the fluid travels through the cylinder. Any ideas what's wrong?

The geometry is an empty 1/6 axisymmetric cylinder.

Update. I've opened a new thread for this follow up question: Inlet profile becomes uniform. Please answer there.


Last edited by bongbang; February 14, 2015 at 15:20. Reason: add image
bongbang is offline   Reply With Quote

Reply

Tags
boundary condition, profile


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
CFD by anderson, chp 10.... supersonic flow over flat plate varunjain89 Main CFD Forum 18 May 11, 2018 07:31
Profile data to initialize cell zone variables David Christopher FLUENT 0 May 8, 2014 02:12
Exporting data of transient simulation DURING a simulation, at user locations ? Milan2013 CFX 0 April 18, 2014 03:47
transient velocity profile with experimental data Janneke FLUENT 3 August 19, 2008 10:11
Profile data , how does it work? Omer CFX 0 December 9, 2006 11:02


All times are GMT -4. The time now is 13:53.