|
[Sponsors] |
Case works on Single Core, but not Multi Core |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
August 29, 2016, 10:44 |
Case works on Single Core, but not Multi Core
|
#1 |
New Member
Dominic
Join Date: May 2016
Posts: 27
Rep Power: 10 |
Hello,
I have an OpenFOAM case which runs perfectly fine on a single processor, yet always seems to crash at the "Solve" portion with multicore processing. I'm using my own implementation of fsiFoam, and was wondering if anyone has encountered a similar problem? Code:
for (label i=0; i<2; i++) { Foam::solve ( fvm::laplacian ( diffusivityPtr_->operator()(), cellMotionU_, "laplacian(diffusivity,cellMotionU)" ) ); } |
|
Tags |
own laplacian equation, parallel computing |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
General question - Fluent on multi core PC | jpo | FLUENT | 0 | March 10, 2010 14:20 |
Any other way of converting a multi part to a single part avoiding ANSYS Design Model | LusoMundo | ANSYS Meshing & Geometry | 1 | May 14, 2009 15:35 |
solving multi case one after another automaticly | Alshroof | CFX | 2 | July 17, 2007 21:30 |
Free surface boudary conditions with SOLA-VOF | Fan | Main CFD Forum | 10 | September 9, 2006 13:24 |
Multi Block case. | Constantinos Constantinou | FLUENT | 1 | October 26, 2001 03:00 |