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

some confusion about the inner product

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 10, 2006, 09:18
Default some confusion about the inner product
  #1
ztdep
Guest
 
Posts: n/a
hi:

i don not know how to caculate the (ui,uj) (,) means a inner product, but what exactly is the meanning of the inner product.

where u is a matrix which record a two dimensional velocity field (only u velocity).

regards

  Reply With Quote

Old   January 10, 2006, 09:40
Default Re: some confusion about the inner product
  #2
Jonas Holdeman
Guest
 
Posts: n/a
Your matrix is a data structure. You could have used a linear array, or a linked list as well. So don't confuse the the vector inner product with the way you store your data.

The inner product at the point represented by the matrix indices (i,j) is (u(i,j)_x*u(i,j)_x + u(i,j)_y*u(i,j)_y). That is, inner products of the the velocities in the array are the array of inner products.
  Reply With Quote

Old   January 10, 2006, 22:37
Default Re: some confusion about the inner product
  #3
ztdep
Guest
 
Posts: n/a
hi Jonas Holdeman:

thank you for your feedback!

but i have saw some people describe it in a definite integral format:

integral( u u ) while some pelple says the integral format is only use for the case that u is a function of coordinate x, y. when we perform numerical simulation, we can only get the u in a discreate format, then how should i do !

any feedback is welcome!
  Reply With Quote

Old   January 10, 2006, 23:30
Default Re: some confusion about the inner product
  #4
Kasyap
Guest
 
Posts: n/a
hi....

wat i feel on ur problem is to go for any numerical integration method like simson's rule...m not sure about this...pls correct me if m giving a wrong idea...

thanks in advance

Kasyap
  Reply With Quote

Old   January 11, 2006, 02:23
Default Re: some confusion about the inner product
  #5
ztdep
Guest
 
Posts: n/a
but what is the meaning of :

discretised version of inner product ?

i think i can use the simpson's rule in a one-dimensional region, but how to use it in a two-dimensional region..

i have confused between the matrix and a grid system in a lid-driven problem? regards
  Reply With Quote

Old   January 11, 2006, 05:30
Default Re: some confusion about the inner product
  #6
TITAN Algorithms, Staff
Guest
 
Posts: n/a
Ztdep

the inner product of a matrix (tensor) can be thought of as the analogy of a dot product of a vector. Example, the turbulence production rate:

G = SQRT(Vi,j + Vj,i) * Vi,j))

is a scalar that is defined at each node or control volume in your simulation. It is the inner product of two tensors:

Vi,j + Vj,i = GRAD(V.i).j + GRAD(V.j).i

and

Vj,i = GRAD(V.j).i

where i and j indicate row and column format for a 3x3 matrix.

The inner product takes each element of the matrix (tensor) and multiplies it by the adjoining element in the other matrix and sums it together to create the scalar.

Kind Regards

DSS

www.TITANAlgorithms.com
  Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
double dot tensor product (double inner product) implementation yogzebul OpenFOAM Programming & Development 2 July 28, 2011 11:28
Cross Product in Vorticity Confinement Kastenfrosch Main CFD Forum 6 July 30, 2010 06:45
Combusting particles model with more than one product Ekiguy FLUENT 0 July 6, 2010 15:27
distribution of product droplet mepgzzi STAR-CD 1 April 29, 2010 03:08
VisiSage Product Announcement Ted Lin Main CFD Forum 0 June 6, 1999 22:09


All times are GMT -4. The time now is 13:33.