|
[Sponsors] |
October 23, 2009, 09:33 |
Error when running in parallel
|
#1 | |
Member
vishwanath somashekar
Join Date: Apr 2009
Posts: 41
Rep Power: 17 |
Hi,
I have been running pisoFoam on a case for a like a week or so and have not encountered any problem. Since yesterday, the simualtion stops after like 20 mins into the run giving the following error Quote:
Have no clue what to do. Any help please.. Regards, Vishwa |
||
October 23, 2009, 09:42 |
|
#2 |
Member
vishwanath somashekar
Join Date: Apr 2009
Posts: 41
Rep Power: 17 |
here is the controlDict that I am using
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 1.6 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; location "system"; object controlDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // application pisoFoam; startFrom latestTime; startTime 0; stopAt endTime; endTime 954e-04; deltaT 2e-06; writeControl timeStep; writeInterval 400; purgeWrite 0; writeFormat binary;//ascii; writePrecision 6; writeCompression compressed; timeFormat general; timePrecision 6; runTimeModifiable yes; adjustTimeStep yes; maxCo 0.5; maxDeltaT 1e-04; functions { /*probes1 { type surfaces; functionObjectLibs ("libsampling.so"); //enabled true; outputControl timeStep; outputInterval 50; surfaceFormat vtk; interpolationScheme cellPointFace; fields ( U p ); surfaces ( midplane { type plane; basePoint (0 -0.086 0.00046); normalVector (0 0 1); } ); }*/ fieldAverage1 { type fieldAverage; functionObjectLibs ("libfieldFunctionObjects.so"); //cleanRestart true; enabled true; outputControl outputTime; fields ( U { mean on; prime2Mean on; base time; } p { mean on; prime2Mean on; base time; } ); } } /*functions { probes { type probes; functionObjectLibs ("libsampling.so"); enabled true; outputControl timeStep; outputInterval 1; probeLocations ( ( 0.0254 0.0253 0 ) ( 0.0508 0.0253 0 ) ( 0.0762 0.0253 0 ) ( 0.1016 0.0253 0 ) ( 0.127 0.0253 0 ) ( 0.1524 0.0253 0 ) ( 0.1778 0.0253 0 ) ); fields ( p ); } fieldAverage1 { type fieldAverage; functionObjectLibs ("libfieldFunctionObjects.so"); enabled true; outputControl outputTime; fields ( U { mean on; prime2Mean on; base time; } p { mean on; prime2Mean on; base time; } ); } */ } // ************************************************** *********************** // |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
User fortran error when running CFX-10 in parallel | CFDworker | CFX | 3 | September 22, 2015 09:59 |
running OpenFoam in parallel | vishwa | OpenFOAM Running, Solving & CFD | 22 | August 2, 2015 09:53 |
Statically Compiling OpenFOAM Issues | herzfeldd | OpenFOAM Installation | 21 | January 6, 2009 10:38 |
Kubuntu uses dash breaks All scripts in tutorials | platopus | OpenFOAM Bugs | 8 | April 15, 2008 08:52 |
running multiple Fluent parallel jobs | Michael Bo Hansen | FLUENT | 8 | June 7, 2006 09:52 |