|
[Sponsors] |
March 5, 1999, 01:17 |
On the reduction of cpu time
|
#1 |
Guest
Posts: n/a
|
hi! I have been studied on the reduction of cpu time by using the stochastic approach in using the galekin method
in that result we reduced the cpu time about 1/100 compared to the general finite difference method. and we adopted this method to the inverse heat conduction problem /navier stokes equation solver and got very good result with drastically reduced cpu time.. what do you think about reducing the cpu time and i want to know the applicablity of this result.. thank you for reading |
|
March 5, 1999, 06:25 |
Re: On the reduction of cpu time
|
#2 |
Guest
Posts: n/a
|
Are there any publications on this question ? With best regards
|
|
March 5, 1999, 15:58 |
Re: On the reduction of cpu time
|
#3 |
Guest
Posts: n/a
|
Generally speaking stochastic methods (random walk for heat conduction) are very fast - for the conduction problem all you have to do is to call a Gaussian random number generator for each coordinate direction (3 calls for 3D) and to modify the positions of the collocation points (particles) according to the random numbers.
However, the major drawbacks of stochastic methods are their poor accuracy and slow rate of convergence (proportional to 1/sqrt(N) where N is the number of particles). There are ways of smoothing out the solution, but the accuracy can still be quite poor. So, although the stochastic computations are much faster (and easier to implement and parallelize) than other methods for the same number of degrees of freedom, the former may be more expensive for the same level of accuracy (because we would end up using a much larger number of particles or DOF's) Unless, you have come up with a new methodology that is smooth and converges faster? Adrin Gharakhani |
|
March 7, 1999, 22:59 |
Re: On the reduction of cpu time
|
#4 |
Guest
Posts: n/a
|
refer to " A method of solving inverse convection problems by means of mode reduction "
'H.M.Park, and J.H.Lee," "chemical engineering science, 99, 01 " I can't remember the date exactly thank you |
|
March 7, 1999, 23:02 |
Re: On the reduction of cpu time
|
#5 |
Guest
Posts: n/a
|
we use karhuenen-loeve galerkin method
'refer to "A method of solving inverse convection problems by means of mode reduction" "H.M.Park , and J.H.LEE" Chemical engineering science . 99/01 |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
TimeVaryingMappedFixedValue | irishdave | OpenFOAM Running, Solving & CFD | 32 | June 16, 2021 07:55 |
Computational time | sunnysun | OpenFOAM Running, Solving & CFD | 5 | March 16, 2009 04:32 |
Convergence moving mesh | lr103476 | OpenFOAM Running, Solving & CFD | 30 | November 19, 2007 15:09 |
CPU states | kris | Siemens | 0 | January 19, 2006 23:51 |
cpu time | Gengsheng Wei | Main CFD Forum | 1 | November 19, 1998 16:22 |