|
[Sponsors] |
January 10, 2006, 10:18 |
some confusion about the inner product
|
#1 |
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 |
|
January 10, 2006, 10:40 |
Re: some confusion about the inner product
|
#2 |
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. |
|
January 10, 2006, 23:37 |
Re: some confusion about the inner product
|
#3 |
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! |
|
January 11, 2006, 00:30 |
Re: some confusion about the inner product
|
#4 |
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 |
|
January 11, 2006, 03:23 |
Re: some confusion about the inner product
|
#5 |
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 |
|
January 11, 2006, 06:30 |
Re: some confusion about the inner product
|
#6 |
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 |
|
|
|
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 12:28 |
Cross Product in Vorticity Confinement | Kastenfrosch | Main CFD Forum | 6 | July 30, 2010 07:45 |
Combusting particles model with more than one product | Ekiguy | FLUENT | 0 | July 6, 2010 16:27 |
distribution of product droplet | mepgzzi | STAR-CD | 1 | April 29, 2010 04:08 |
VisiSage Product Announcement | Ted Lin | Main CFD Forum | 0 | June 6, 1999 23:09 |