|
[Sponsors] |
June 3, 2004, 05:29 |
Poisson equation Cfx 4.4
|
#1 |
Guest
Posts: n/a
|
I need model the value of a user scalar V in the fluid domain (but indipendent by the fluid).
The associated equation is similar to the heat conducting in solid. D=gradient D.(k*D V)=S How can I solve this equation in Cfx 4.4? Thanks Andrea |
|
June 3, 2004, 20:49 |
Re: Poisson equation Cfx 4.4
|
#2 |
Guest
Posts: n/a
|
Set up an additional scalar (V) and under the DIFFERENCING SCHEME set NO CONVECTION.
Set values on all walls or leave alone for zero flux. Unfortunately, inlets are a bit trickier as they will still try to convect or diffuse a zero value into the domain. I've solved this before in USRBCS by: * Loop over each cell in the inlet patch * examine the first adjacent cell to the boundary node * set the inlet to that value This, in essence, gives a zero flux condition on the INLET patch. You may have to do this on PRESSURE patches as well if there is inflow. Good luck, Jeff |
|
August 17, 2004, 06:34 |
Re: Poisson equation Cfx 4.4
|
#3 |
Guest
Posts: n/a
|
I heard it is possible to solve the NO CONVECTION problem for inlets by using BCSEXT subroutine, but I have no idea about this, because it is not included in the document. How does it works?
Thanks |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
CFX Additional Variable Transport Equation | Scott Nordsen | CFX | 3 | January 30, 2010 06:36 |
pressure poisson equation on staggerred grid | chandra | Main CFD Forum | 9 | May 5, 2005 07:01 |
Modified Equation for CFX algorithm | Craig Johansen | CFX | 0 | August 28, 2004 00:02 |
Tecplot & CFX 4.4 | S. H. Kim | CFX | 3 | December 20, 2001 07:07 |
CFX 4.4 installation problem | Pandu Sattvika | CFX | 1 | December 1, 2001 05:07 |