|
[Sponsors] |
January 19, 2004, 18:45 |
How to solve Poisson equation in CFX 4?
|
#1 |
Guest
Posts: n/a
|
Hi, all I want to solve a semi-Poisson equation for a user scalar, it is in the form: D^2(PHI)/DX^2 + D^2(PHI)/DY^2 = f(PHI). Because the right term is a function of scalar PHI, it may cause some converge problem as I think, how to make this works in CFX 4.4 by command file or by user subroutine? aks for help. Thanks
|
|
January 19, 2004, 22:49 |
Re: How to solve Poisson equation in CFX 4?
|
#2 |
Guest
Posts: n/a
|
This is just a diffusion equation with a linear source. Turn off convection (NO CONVECTION under the diffusion scheme) and set your source coeffient in the SP term which will be multiplied by PHI by the solver.
This has been done to solve for electric fields. Jeff |
|
January 20, 2004, 04:29 |
Re: How to solve Poisson equation in CFX 4?
|
#3 |
Guest
Posts: n/a
|
OK, thanks, it work for SUM[AM(PHI_P-PHI_M)] = S_U + S_P *PHI_P, but if the right side is not simply S_P * PHI_P but a function of PHI, for example EXP(PHI), is there any differency?
|
|
January 27, 2004, 22:09 |
Re: How to solve Poisson equation in CFX 4?
|
#4 |
Guest
Posts: n/a
|
Depending on the form of the expression, separate any terms out that are multiplied by just PHI, and put those into S_P. Evaluate everything else (including functions of PHI) and assign it to S_U. The more you can put into S_P the better (see documentation on linearization of sources).
Jeff |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Singular Pressure Poisson Equation | Allan | Main CFD Forum | 13 | January 14, 2013 13:49 |
Poisson equation fourier transform before discretization | yohey44 | Main CFD Forum | 0 | November 9, 2010 13:00 |
how solve a scalar equation with Fluent | tomik | FLUENT | 0 | January 5, 2006 07:38 |
Modified Equation for CFX algorithm | Craig Johansen | CFX | 0 | August 28, 2004 00:02 |
Poisson equation Cfx 4.4 | Andrea | CFX | 2 | August 17, 2004 06:34 |