|
[Sponsors] |
February 11, 2015, 17:58 |
Transient profile data
|
#1 | |
Member
NC
Join Date: Jan 2015
Posts: 49
Rep Power: 11 |
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:
|
||
February 13, 2015, 08:18 |
|
#2 |
Senior Member
Bruno
Join Date: Mar 2009
Location: Brazil
Posts: 277
Rep Power: 21 |
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. |
|
February 14, 2015, 16:03 |
|
#3 |
Member
NC
Join Date: Jan 2015
Posts: 49
Rep Power: 11 |
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 16:20. Reason: add image |
|
Tags |
boundary condition, profile |
|
|
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 08:31 |
Profile data to initialize cell zone variables | David Christopher | FLUENT | 0 | May 8, 2014 03:12 |
Exporting data of transient simulation DURING a simulation, at user locations ? | Milan2013 | CFX | 0 | April 18, 2014 04:47 |
transient velocity profile with experimental data | Janneke | FLUENT | 3 | August 19, 2008 11:11 |
Profile data , how does it work? | Omer | CFX | 0 | December 9, 2006 12:02 |