|
[Sponsors] |
February 24, 2003, 05:01 |
Inlet boundary condition
|
#1 |
Guest
Posts: n/a
|
Hi,
I want to specify a inlet velocity condition normal to the inlet surface. I couldnīt find a button to do that. Do I have to create a local coordinate system for each inlet surface? Regards, Andreas |
|
February 24, 2003, 12:39 |
Re: Inlet boundary condition
|
#2 |
Guest
Posts: n/a
|
Yes
|
|
February 24, 2003, 13:57 |
Re: Inlet boundary condition
|
#3 |
Guest
Posts: n/a
|
What if the surface is curved?
|
|
February 24, 2003, 14:02 |
Re: Inlet boundary condition
|
#4 |
Guest
Posts: n/a
|
<font face = "Courier new">I think it can be tackled in a different manner. Instead of making a co-ordinate system for every surface, which may lead to innumerable local systems, one can use the POSDAT to specify the velocities at the first iteration. The way to do is as follows:
(1) change the cell type of the cells attached to the inlet surface. (2) In POSDAT use this cell type information(ICTID) and with some appropriate STAR common blocks ( e.g. LQ and LX), and obtain the face normal vector of the surface where the velocity boundary condition is to be applied. (3) Now you have the cell info ( or the spatial info of surface) and the direction info (face normal). All you have to do is multiply appropriate velocity magnitudes for the cells to obtain the velocity vector.You have two options now: (a)Print out in an orderly fashion the various veloities, cell and boundary info etc.. on a file. Then use the appropriate boundary suboutine to read this information every time during the iteration. (b)I think POSDAT itself can set the boundary condition if called in the beginning of the iteration. Use level 1 of POSDAT to set this boundary condition everytime you iterate. (Of course these suggns are a little speculative) Murali</font> |
|
February 24, 2003, 21:08 |
Re: Inlet boundary condition
|
#5 |
Guest
Posts: n/a
|
Why not try the user subroutine "bcdefi"?
|
|
February 24, 2003, 22:04 |
Re: Inlet boundary condition
|
#6 |
Guest
Posts: n/a
|
Yes, combine it with Murali's suggestion. Have posdat.f extract the face normal vectors, use that to get the velocity vectors and then share with bcdefi either via 1.) writing and reading from file, or 2.) your own common block. If you include the STAR common block C1C001/ICLMAP(NCTMAX) in bcdefi, maybe you don't need to use posdat.f at all.
You can find out more at http://www.adapco-online.com/feature_arts/star5.html |
|
February 25, 2003, 01:34 |
Re: Inlet boundary condition
|
#7 |
Guest
Posts: n/a
|
Thank you very much. In my current problem are only plane inlet surfaces, so I try to create local coordinate systems at each inlet.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to set two inlet boundary condition???Plz help | asghari | FLUENT | 1 | October 17, 2013 14:45 |
Inlet boundary condition | jkwan | FLUENT | 1 | August 5, 2008 22:22 |
Inlet boundary condition | CFX Begineer | CFX | 6 | October 29, 2002 08:05 |
inlet boundary condition | abdul aziz jaafar | Main CFD Forum | 1 | August 5, 1999 17:56 |
[Q]concerning about inlet boundary condition | ghlee | Main CFD Forum | 0 | September 26, 1998 08:03 |