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

What's the use of Jacobian in Grid Generation?

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 23, 2004, 22:52
Default What's the use of Jacobian in Grid Generation?
  #1
Pete
Guest
 
Posts: n/a
Hi,

I come across the Jacobian very frequently in the Grid generation book. However, I'm not quite understand the application of this Jacobian. It seems like a derivative of the physical coord with respect to the cartersian coord. Can anyone kind enough to briefly point out its physical meaning or significance in grid generation? I looked at several books and they all showed me a full lot of equations without much explanation.

Thank you for your time.
  Reply With Quote

Old   May 24, 2004, 04:18
Default Re: What's the use of Jacobian in Grid Generation?
  #2
Rami
Guest
 
Posts: n/a
The Jacobian is used to transform from one coordinate system to another. In the case of general grid, which may be in general curvilinear and nonorthogonal, some operations (e.g., calculation of derivatives wrt this sytem or a cell volume) may be more conveinetly done in this system and then transformed to the Cartesian system, or vice versa.
  Reply With Quote

Old   May 24, 2004, 11:28
Default Re: What's the use of Jacobian in Grid Generation?
  #3
Pete
Guest
 
Posts: n/a
Thanks for your advice.

Can Jacobian be used as a measure of grid quality? Each grid point should have its unique Jacobian, right? If so, will there be any effect if the Jacobian of a grid point is negative/positive or too large/small?

Sorry for the long question here. I tried to understand how this can be applied in the CFD. I read thru some books about the simple algorithm used by most commercial code to solve the flow problem. The equation used are all expressed in terms of the catersian coord.

So what you are saying here is we have to first transform the grid points from physical coord into the cartesian coord before solving the flow equations on these grid points, right?
  Reply With Quote

Old   May 24, 2004, 11:29
Default Re: What's the use of Jacobian in Grid Generation?
  #4
ag
Guest
 
Posts: n/a
The significance of the Jacobian is that it represents the validity of the mapping from physical space to computational space. In order for a mapping to be valid the Jacobian should have the same sign throughout the domain, i.e. for a transformation from a right-handed coordinate system to a right-handed coordinate system the Jacobian should be greater than zero. Where the Jacobian goes to zero, the mapping fails to be one-to-one and the inverse transformation no longer exists. In practical terms the Jacobian can be used as a measure of grid quality - since it also can be thought of as the volume of a grid cell the Jacobian distribution should be smoothly varying in the domain.
  Reply With Quote

Old   May 24, 2004, 18:04
Default Re: What's the use of Jacobian in Grid Generation?
  #5
Jonas Holdeman
Guest
 
Posts: n/a
These remarks are in the context of the finite element method, in particular for incompressible flow using primative variables, but similar considerations apply in other methods.

To find the flow field, one needs to solve a set of equations, which in matrix equation form involves assembling a global stiffness matrix involving integrals over each element of the grid. These integrals are usually evaluated by transforming from the global coordinates to a standard reference element (square or triangle in 2D or cube or tet in 3D) and using Gaussian quadrature. It can easily be demonstrated using the chain rule that solenoidal fields transform as V(x,y)=J/D*V(q,r), where J is the Jacobian matrix of the transformation and D is the determinant of J (hint: write V as the curl of a stream function in 2D). (x,y) are the global coordinates and (q,r) are the local coordinates. This relation is still true in 3D, but the proof is a bit more difficult to demonstrate. If one uses divergence-free elements, the field on each element must transform as above. To evaluate the needed integrals, one needs to know the Jacobian at each integration point. Further, the global velocities at the nodes must be transformed using the inverse or the above transformation. If one knows the Jacobian at the corner nodes, then the values at the integration points can be found by interpolation. Of course if one is using rectangular elements and scalar functions for the vector components (enforcing mass conservation with a seperate equation), the transformations commute through the shape functions and cancel, and the Jacobian is contained implicitly in the values of h_x and h_y. That is why you don't see much discussion of the material above.

But you can also generate curved meshes using Hermite geometric functions at the corner nodes of blocks. The derivative DOFs of the Hermite functions are just the Jacobian. This is an attractive alternative to using the coordinates at midside nodes. With curved meshes or meshes where opposite sides are not parallel, the full formalism above is important.

Similar considerations apply to irrotational fields, but the transformation is different (curls transform differently from gradients).
  Reply With Quote

Old   April 6, 2014, 22:23
Default
  #6
Senior Member
 
Crank-Shaft's Avatar
 
Ovi
Join Date: Oct 2012
Location: Sydney, Australia
Posts: 166
Rep Power: 13
Crank-Shaft is on a distinguished road
Hey everyone,

I am currently involved in the development of a research CFD code for compressible flows, which will be eventually used to implement hybrid RANS/LES models.

I have been trying to find a robust, direct way to calculate cell volumes using the Jacobian matrix. This code accepts grids in structured, curvilinear format and hence a coordinate transformation from the physical to the computational domain would be represented by J = d(\xi, \eta, \zeta)/d(x,y,z) however, does the reciprocal of this give me the cell volume.

I am trying to find a representative cell size definition and wanted to use a definition such as \sqrt{|V|} based on each cell volume V.

I look forward to your comments. Thanks in advance.
__________________
--
Mechanical Engineering
Sydney, Australia


Crank-Shaft is offline   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
Grid generation of an airfoil in Ansys workbench 12.1 sunish5 ANSYS 1 October 27, 2010 00:29
need help for generation grid aya FLUENT 11 March 4, 2008 15:46
3D Hyperbolic Grid Generation - Help Requested... Marcus Lobbia Main CFD Forum 2 November 9, 2003 06:53
Combustion Convergence problems Art Stretton Phoenics 5 April 2, 2002 06:59
Latest news in mesh generation Robert Schneiders Main CFD Forum 0 March 2, 1999 05:07


All times are GMT -4. The time now is 02:03.