CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

DNS: how to compute nonlinear term in the spectral kinetic energy equation

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 8, 2011, 13:40
Question DNS: how to compute nonlinear term in the spectral kinetic energy equation
  #1
New Member
 
Join Date: Jul 2011
Posts: 8
Rep Power: 14
magicsquirrel is on a distinguished road
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
magicsquirrel is offline   Reply With Quote

Old   December 12, 2011, 13:38
Default
  #2
Senior Member
 
cfdnewbie
Join Date: Mar 2010
Posts: 557
Rep Power: 20
cfdnewbie is on a distinguished road
pseudospectrally in physical space is out of the question, I guess?
cfdnewbie is offline   Reply With Quote

Old   December 13, 2011, 02:53
Default
  #3
New Member
 
nima vaziri
Join Date: Aug 2011
Posts: 5
Rep Power: 14
nimav is on a distinguished road
I think you must use a transformation method first and compute parameters on that.
nimav is offline   Reply With Quote

Old   December 13, 2011, 12:35
Default
  #4
New Member
 
Join Date: Jul 2011
Posts: 8
Rep Power: 14
magicsquirrel is on a distinguished road
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))
magicsquirrel is offline   Reply With Quote

Old   December 13, 2011, 17:45
Default
  #5
Senior Member
 
cfdnewbie
Join Date: Mar 2010
Posts: 557
Rep Power: 20
cfdnewbie is on a distinguished road
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....
cfdnewbie is offline   Reply With Quote

Reply

Tags
dns, energy, fourier, nonlinear, transfer


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
question about turbulent kinetic energy junker4236 Main CFD Forum 19 April 19, 2017 04:46
Is it possible to use divergence in the source term of an scalar transport equation? jannnesss CFX 0 January 8, 2010 19:53
SIMPLE and energy equation convergence Fabio Main CFD Forum 0 June 1, 2007 06:06
bouyancy term in epsilon equation Michael Main CFD Forum 1 June 25, 1999 10:20
Why FVM for high-Re flows? Zhong Lei Main CFD Forum 23 May 14, 1999 13:22


All times are GMT -4. The time now is 22:28.