CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM

Case works on Single Core, but not Multi Core

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 29, 2016, 09:44
Default Case works on Single Core, but not Multi Core
  #1
New Member
 
Dominic
Join Date: May 2016
Posts: 27
Rep Power: 9
Verse is on a distinguished road
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)"
            )
        );
    }
Verse is offline   Reply With Quote

Reply

Tags
own laplacian equation, parallel computing


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
General question - Fluent on multi core PC jpo FLUENT 0 March 10, 2010 13: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 14:35
solving multi case one after another automaticly Alshroof CFX 2 July 17, 2007 20:30
Free surface boudary conditions with SOLA-VOF Fan Main CFD Forum 10 September 9, 2006 12:24
Multi Block case. Constantinos Constantinou FLUENT 1 October 26, 2001 02:00


All times are GMT -4. The time now is 09:48.