|
[Sponsors] |
June 26, 2007, 17:27 |
advection term discretization
|
#1 |
Guest
Posts: n/a
|
Hi,
I would like to use a 2nd order central difference scheme for discretization of the advective term. (laminar flow, steady state). Any clues, why this doesn't work? (Even something like including this in the CCL ADVECTION SCHEME: Option = Central Difference END will not work) Numerical stability is not a problem. Accuracy is very important... What could I use as a substitute, if CFX doesn't offer that feature? Thanks in advance, N.R. |
|
June 26, 2007, 17:37 |
Re: advection term discretization
|
#2 |
Guest
Posts: n/a
|
This should work. Pre will raise an error, but the solver will still run.
-Robin |
|
June 26, 2007, 18:10 |
Re: advection term discretization
|
#3 |
Guest
Posts: n/a
|
Thanks Robin,
How can you see that CFX is actually running the 2nd order central differencing scheme and not switching to the standard "high resolution" scheme? Just from residual data? When I use the QUICK solver, which is also not in the GUI, it will not give an error message. Thanks, N.R. |
|
June 27, 2007, 11:45 |
Re: advection term discretization
|
#4 |
Guest
Posts: n/a
|
Check the CCL in your OUT file.
|
|
June 29, 2007, 00:27 |
Re: advection term discretization
|
#5 |
Guest
Posts: n/a
|
Hi,N.R. and Robin:
As you know, there are many features that did not appear in the GUI, So how can i know much more these features and usage? Thanks a lot! |
|
June 29, 2007, 03:01 |
Re: advection term discretization
|
#6 |
Guest
Posts: n/a
|
Central Difference This option is available when using the large eddy simulation turbulence model and is recommended for these cases.
|
|
December 8, 2014, 07:26 |
|
#7 |
Member
David
Join Date: Aug 2013
Posts: 72
Rep Power: 13 |
Hi,
I have a question about ANSYS CFX discretization scheme of the Advection term, CFX uses this relation for calculation of variable "phi" value in advection term, phi_ip=phi_upwind+(betta*grad(phi)*deta_r) where "betta" is the Blend Factor and "r" is the vector from the upwind node to the ip (shown in the attached fig) In the central difference scheme "grad(phi)" is set to the local element gradient and in the "Specified Blend Factor" scheme "grad(phi)" is set to the average of the adjacent nodal gradients, Can anyone tell me what is the meaning of "local element gradient" and "average of the adjacent nodal gradients" in the attached grid network that is shown below, Last edited by mrkmrk; December 8, 2014 at 15:00. |
|
December 8, 2014, 14:45 |
|
#8 |
New Member
Adrian
Join Date: Jul 2013
Location: Dublin
Posts: 21
Rep Power: 14 |
local element gradient is explained a few pages after where you've grabbed that image from in the theory guide. It's the variable gradient at the node (n1, n2 or n3). I.e. single values are stored at the node. For some terms in the discretized equations, gradients are required at these nodes.
Average of the adjacent nodal gradients is where at the face of the 'computational cell' (or ip) you compute the average of the nodal gradients around it (average of gradients at n1, n2 and n3)
__________________
www.idacireland.com |
|
December 8, 2014, 15:22 |
|
#9 |
Member
David
Join Date: Aug 2013
Posts: 72
Rep Power: 13 |
Hi Adrian,
thanks for your help, and how this gradient is calculated regarding to the flow direction? (for simplification I attached another fig) As you know we are not allowed to use the central difference discretization scheme for this term then what is the second order backward expression for ip1? |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
ATTENTION! Reliability problems in CFX 5.7 | Joseph | CFX | 14 | April 20, 2010 16:45 |
Manipulating the advection term of the UDS | Ameya Durve | FLUENT | 0 | February 24, 2009 14:52 |
FVM discretization of diffusion term on crvlnr gr | Michail | Main CFD Forum | 3 | March 14, 2008 07:52 |
Advection Term | Anil | CFX | 4 | October 3, 2007 10:09 |
Convection Term Discretization | Maciej Matyka | Main CFD Forum | 3 | October 7, 2004 05:32 |