|
[Sponsors] |
November 28, 2010, 03:16 |
Compute Intensive case [PCG solver]???
|
#1 |
Member
Join Date: Nov 2010
Posts: 33
Rep Power: 15 |
Hi,
I am looking at nonNewtonianIcoFoam under incompresible. It invokes PCG solver to solve Ax=b kind of equation. I am interested in increasing the size of the matrix such that each iteration of matrix-vector multiplication takes large amount of time to complete. Currently, I managed to increase the n_cells to ~14K by running the fineMesh utility. But the matrix-vector multiplication just takes 0.1 ms per invocation. Please suggest how can I increase upon the computation inside matrix-vector multiplication. Thanks!!! |
|
November 28, 2010, 06:59 |
|
#2 |
New Member
Dennis Ernens
Join Date: Sep 2010
Posts: 9
Rep Power: 16 |
Can you elaborate on why you want PCG to take longer? At the moment you still have a relatively small system to solve, so increasing the amount of dofs can increase the time somewhat. Creating a badly conditioned system will also increase your PCG solve time, but this is probably difficult as OpenFOAM will try to avoid that for obvious reasons.
|
|
November 28, 2010, 12:07 |
|
#3 | |
Member
Join Date: Nov 2010
Posts: 33
Rep Power: 15 |
Quote:
Can you please suggest the way of increasing the amount of dofs? |
||
February 16, 2011, 09:37 |
Problems with PCG?
|
#4 |
New Member
Join Date: Nov 2010
Posts: 5
Rep Power: 16 |
Hey pkr,
how are you doing with your evaluation of PCG-Solvers on multi-core-systems? Do you compute on just 1 machine or in a network on more than one? By looking around in the forum I saw this Thread (named 'Cluster OpenFOAM [Solved]'): http://www.cfd-online.com/Forums/ope...am-solved.html Have you seen some problems with computing the pressure with PCG-algorithm on more than 1 machine, like it is said in post nr. 6? With best reagrds, CST |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Is Playstation 3 cluster suitable for CFD work | hsieh | OpenFOAM | 9 | August 16, 2015 15:53 |
Interfoam Droplet under shear test case | adona058 | OpenFOAM Running, Solving & CFD | 3 | May 3, 2010 19:46 |
Cloning a case or creating a new case for 16 processes | mellanoxuser | OpenFOAM Running, Solving & CFD | 0 | February 8, 2008 17:52 |
new mesh, same case file | student | FLUENT | 1 | January 29, 2007 11:37 |
Doubt in unsteady case | vijay | FLUENT | 1 | April 24, 2006 12:11 |