www.GetXFactor.com

Leading Technology, Science,
Agriculture News and information


Part of the Identityscape.com network...

getxfactor.com jmoodmusic.com smartbusinesschoices.com mintdepot.com lowfaresalways.com evangelicalview.com shoppingpodder.com soproudlywehail.com webnews.ws currenthumor.com

 

 

Optimization of a finite volume differencing scheme for mult
   Science and Technology news... Forum Index -> Mechanics Forum  
View previous topic :: View next topic  
Author Message
Guest







PostPosted: Fri Aug 01, 2008 12:40 am    Post subject: Optimization of a finite volume differencing scheme for mult Reply with quote

I am working on a 3d finite volume scheme for an advection-diffusion-
reaction problem involving a large number of chemical species (more
than 60) and a large domain (an big lake for example). Since this
scheme will be used on large problem, I want it to be as efficient as
possible. The linear operators are splitted in 2 :

(1) advection-diffusion is solved using a fully implicit finite volume
discretisation with a multigrid method for solving the linear system
of equations
(2) chemistry is solved using a Runge-Kutta-Rosenbrock solver for
stiff ODE.

The transport (1) actually have the following form

foreach specie in speciesList {
construct_matrix();
solve_linear_system();

}

and takes a lot of time on the computer.

Assuming that diffusion coefficients are the same for all species, the
whole fluid (including all species) should follow the same path during
the transport. I wonder if it really necessairy to loop over all
species and compute the transport several time. It is possible to
compute the transport of the fluid once, and after reuse this
calculation to the different species ?

I would really appreciate suggestion or reference on this.
Back to top
Display posts from previous:   
   Science and Technology news... Forum Index -> Mechanics Forum  
Page 1 of 1
All times are GMT

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum