|
[Sponsors] |
May 30, 2004, 07:53 |
Boundary condition to UDS
|
#1 |
Guest
Posts: n/a
|
hi, Iam giving outflow boundary condition for all flow variables at the exit. For User defined scalars at the exit, I want to give normal gradient is zero( which is different from the two options given in for UDS). For that i want to write a UDF. Can u tell me which Define macro can be used for this, if we can write UDF for defining BC for UDS. Please help me in this.
Thanks a lot |
|
May 30, 2004, 15:11 |
Re: Boundary condition to UDS
|
#2 |
Guest
Posts: n/a
|
Hi ramesh vedula. I have a same problem.I want to set the derivative of velocity to zero at boundary.If you find this please help me. thanks.
|
|
September 20, 2015, 13:56 |
|
#3 |
Member
Join Date: Nov 2014
Posts: 42
Rep Power: 12 |
I would appreciate if anyone can help me.
I wanted to return derivative of UDS as wall boundary value, but I face with "fatal signal" that I found this because of boundary condition UDS. this is part of my udf for B.C of UDS( volume fraction of nanoparticle in my case) DEFINE_PROFILE(alpha_bc1,thread,position) { Thread *t; cell_t c; . . . begin_f_loop(f,thread) { C_UDSI_G(c,t,0)[0]=-(D_T/D_B)*C_T_G(c,t)[0]; F_PROFILE(f,thread,position)=C_UDSI_G(c,t,0)[0]; } end_f_loop(f,t) } |
|
June 22, 2017, 07:13 |
|
#4 |
Member
I have to remain anonymous, I'm sorry.
Join Date: Jun 2017
Location: The Netherlands, Delft University of Technology
Posts: 48
Rep Power: 9 |
Hi,
Did you ever manage to figure this out? I have a similar issue... |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
mixed inflow/outflow downstream boundary condition question | peob | OpenFOAM Running, Solving & CFD | 3 | February 3, 2017 11:54 |
UDS problem with wall boundary condition | Alex F. | FLUENT | 15 | September 21, 2015 10:28 |
External Radiation Boundary Condition (Two sided wall), Grid Interface | CFD XUE | FLUENT | 0 | July 8, 2010 07:49 |
vorticity boundary condition | bearcharge | Main CFD Forum | 0 | May 14, 2010 12:32 |
Slip boundary condition what is inside | normunds | OpenFOAM Running, Solving & CFD | 2 | June 4, 2007 07:45 |