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

sparse martix in unstructured grid

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 16, 2013, 23:00
Default sparse martix in unstructured grid
  #1
Senior Member
 
Mehdi Baba Mehdi
Join Date: Jan 2011
Posts: 158
Rep Power: 15
mb.pejvak is on a distinguished road
hi friends;
Coefficient matrix in NS equations (Turbulence model equations and ...) are extremely large, and if it is defined as A(E,E) (E: number of cells), computer can not compile this huge data. one way is using the methods were introduced in dealing with sparse matrix [1] (CDS,CRS, ... ).
now I want to know whether or not specific methods have been introduced which are suitable for CFD particularly in unstructured Grid?

thank you so much in advance.

[1] Templates for the Solution of Linear Systems: Building Blocks for Iterative Methods", Ch. 4, available in: http://www.siam.org/books
mb.pejvak is offline   Reply With Quote

Old   June 17, 2013, 22:23
Default
  #2
Senior Member
 
cdegroot's Avatar
 
Chris DeGroot
Join Date: Nov 2011
Location: Canada
Posts: 414
Rep Power: 17
cdegroot is on a distinguished road
Yes, sparse matrix representations are absolutely mandatory for CFD problems. I have developed in a number of CFD codes and certainly we store our matrices in a sparse format, e.g. Yale sparse matrix format.
cdegroot is offline   Reply With Quote

Old   June 18, 2013, 02:37
Default
  #3
Senior Member
 
Mehdi Baba Mehdi
Join Date: Jan 2011
Posts: 158
Rep Power: 15
mb.pejvak is on a distinguished road
Quote:
Originally Posted by cdegroot View Post
Yes, sparse matrix representations are absolutely mandatory for CFD problems. I have developed in a number of CFD codes and certainly we store our matrices in a sparse format, e.g. Yale sparse matrix format.
Dear cdegroot;
Thank you so much. do you know which method is more suitable for CFD, particularly in unstructured grid which does not have a regular data structure or is not a banded matrix?
mb.pejvak is offline   Reply With Quote

Old   June 18, 2013, 10:55
Default
  #4
Senior Member
 
cdegroot's Avatar
 
Chris DeGroot
Join Date: Nov 2011
Location: Canada
Posts: 414
Rep Power: 17
cdegroot is on a distinguished road
Quote:
Originally Posted by mb.pejvak View Post
Dear cdegroot;
Thank you so much. do you know which method is more suitable for CFD, particularly in unstructured grid which does not have a regular data structure or is not a banded matrix?
https://en.wikipedia.org/wiki/Sparse_matrix

I typically use the Yale format, but I am sure others are suitable.
cdegroot is offline   Reply With Quote

Old   June 18, 2013, 22:13
Default
  #5
Senior Member
 
ztdep's Avatar
 
p ding
Join Date: Mar 2009
Posts: 427
Rep Power: 19
ztdep is on a distinguished road
Send a message via Yahoo to ztdep Send a message via Skype™ to ztdep
any sparse matrix storage form is suitable for the cfd computation.
for example, coordiniate form, csr form, csc form, and the other.
you can download the sparskit from
http://www-users.cs.umn.edu/~saad/software/
to find transformation between different matrix form.
ztdep is offline   Reply With Quote

Reply


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
unstructured grid using Gridgen prapanj Pointwise & Gridgen 5 April 30, 2008 23:49
help with Intro to unstructured grid mc Main CFD Forum 1 June 8, 2006 13:36
to Identify unstructured grid and structrued grid harry Main CFD Forum 4 February 17, 2006 02:10
log - velocity profile in unstructured grid michael Rasmussen CFX 7 December 15, 2003 19:59
Unstructured Grid Generation MSc Marcio Aredes Main CFD Forum 3 April 7, 1999 03:40


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