CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM (https://www.cfd-online.com/Forums/openfoam/)
-   -   Can't run channelFoam!! (https://www.cfd-online.com/Forums/openfoam/71849-cant-run-channelfoam.html)

Tek January 18, 2010 01:56

Can't run channelFoam!!
 
when i run a channelFoam ,there was a error



--> FOAM FATAL IO ERROR:
Illegal master cellID 1001. Should be 0..24

file: /home/lequilam/Desktop/testpaallel/GEOM_2954_TestParal/system/fvSolution::PISO from line 71 to line 74.

From function void Foam::setRefCell
(
const volScalarField&,
const dictionary&,
label& scalar&,
bool
)
in file cfdTools/general/findRefCell/findRefCell.C at line 65.


can anybody help me to answer that problem?

thank in advance.

fs82 January 18, 2010 04:04

Look into the system directory of your case. There should be a dictionary file named fvSolution. Change the pRefCell to a valid value.

PISO
{
nCorrectors 3;
nNonOrthogonalCorrectors 5;
pRefCell 0;
pRefValue 0;
}

All information you need to avoid or to find this error was written by OpenFoam to your terminal. Please read the output carefully before asking :-D

Fabian

Tek January 18, 2010 04:51

:D Thanks. That's a big mistake...I will take care next time.Thanks again !!


All times are GMT -4. The time now is 16:17.