|
[Sponsors] |
December 4, 2001, 05:54 |
user subroutine of inlet boundary
|
#1 |
Guest
Posts: n/a
|
I have a question about the user soubroutine of inlet boundary conditions. For in my simulation, the inlet value varies with position. For example, the inlet velocity at different location is different and I can define an equation to present the velocity, such as: u(y,z)=f(y,z) I know I can input the value var tablet.But it would take a lot of time, how can it be integrated to the user subroutine in STAR-CD?
Thanks in advance! Best regard Raymond YIn |
|
December 4, 2001, 12:00 |
Re: user subroutine of inlet boundary
|
#2 |
Guest
Posts: n/a
|
Since your inlet velocity is a fuction of position, then you should be able to do it very easily in BCDEFI. The Boundary positions are passed to BCDEFI (X,Y,Z).
|
|
December 4, 2001, 22:38 |
Re: user subroutine of inlet boundary
|
#3 |
Guest
Posts: n/a
|
Thanks a lot, I mis-understand the process of calling subroutine at first.
|
|
December 5, 2001, 19:54 |
Re: user subroutine of inlet boundary
|
#4 |
Guest
Posts: n/a
|
What if the inlet velocity is also a function of time? V=V(x,y,z,t).. since Time is also a variable to be returned , so do you modify BCDEFI or other ways to do it ? Thank you very much ..
-Ethan |
|
December 6, 2001, 06:44 |
Re: user subroutine of inlet boundary
|
#5 |
Guest
Posts: n/a
|
The boundary conditions at an inlet can be specified through BCDEFI as a function of position (the variables X, Y and Z indicate this) as well as time (the variable TIME indicates this). The conditions can be a function of lots of other things: have a look at the file "nom.inc" in the ufile subdirectory for a full nomenclature of user subroutines.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
User Subroutine | A. Said | CFX | 9 | March 7, 2008 16:49 |
Inlet boundary subroutine procedure | Johan | Siemens | 1 | June 15, 2007 17:41 |
Help!trasient inlet user subroutine | chun | Siemens | 8 | January 14, 2005 10:31 |
User subroutine | Don Baker | Siemens | 1 | September 29, 2002 13:27 |
user soubroutine of inlet boundary conditions | Charlie Beghein | Siemens | 2 | August 30, 2002 03:03 |