|
[Sponsors] |
DNS: how to compute nonlinear term in the spectral kinetic energy equation |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
December 8, 2011, 14:40 |
DNS: how to compute nonlinear term in the spectral kinetic energy equation
|
#1 |
New Member
Join Date: Jul 2011
Posts: 8
Rep Power: 15 |
Dear CFD Onliner,
What is the best way to compute the nonlinear term in the spectral kinetic energy equation in tri-periodic Fourier DNS code ? I mean the T(k)=-i sum_{k+p+q=0} P_ijm(k) u_j(p) u_m(q) u_i(k) with k,p,q waves numbers in R^3. Cheers |
|
December 12, 2011, 14:38 |
|
#2 |
Senior Member
cfdnewbie
Join Date: Mar 2010
Posts: 557
Rep Power: 20 |
pseudospectrally in physical space is out of the question, I guess?
|
|
December 13, 2011, 03:53 |
|
#3 |
New Member
nima vaziri
Join Date: Aug 2011
Posts: 5
Rep Power: 15 |
I think you must use a transformation method first and compute parameters on that.
|
|
December 13, 2011, 13:35 |
|
#4 |
New Member
Join Date: Jul 2011
Posts: 8
Rep Power: 15 |
Yes probably doing this pseudo-spectrally is the best way.
Something like that: Code:
1) (u.grad).u 2) FFT((u.grad).u) 3) P(FFT((u.grad).u)) 4) FFT(u).P(FFT((u.grad).u)) |
|
December 13, 2011, 18:45 |
|
#5 |
Senior Member
cfdnewbie
Join Date: Mar 2010
Posts: 557
Rep Power: 20 |
I'm no expert in this, but I'd guess it would have to look sth like this:
1) start with u(k) (velocity field in spectral space) 2) iFFT(u) (gives you u(x) in physical space) 3) evaluate non-linear products of u by collocation, i.e. u(x_i)*u(x_i) 4) FFT the product back to spectral space not sure if this is what you had in mind, it is just the approach i took to evaluate (double) products a while ago.... |
|
Tags |
dns, energy, fourier, nonlinear, transfer |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
question about turbulent kinetic energy | junker4236 | Main CFD Forum | 19 | April 19, 2017 05:46 |
Is it possible to use divergence in the source term of an scalar transport equation? | jannnesss | CFX | 0 | January 8, 2010 20:53 |
SIMPLE and energy equation convergence | Fabio | Main CFD Forum | 0 | June 1, 2007 07:06 |
bouyancy term in epsilon equation | Michael | Main CFD Forum | 1 | June 25, 1999 11:20 |
Why FVM for high-Re flows? | Zhong Lei | Main CFD Forum | 23 | May 14, 1999 14:22 |