CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   ParaView (https://www.cfd-online.com/Forums/paraview/)
-   -   [OpenFOAM] ParaVIew error what are bsizeb and bvalueb (https://www.cfd-online.com/Forums/paraview/61303-paraview-error-what-bsizeb-bvalueb.html)

ploceus January 5, 2006 02:30

ParaVIew error what are bsizeb and bvalueb
 
Hi.
I have the following error after some runs.
It looks like twoPhaseEulerFoam application produced some output
inconsistent with paraView data format.

I changed somethings in input files, and after that I can't reproduce
this error. Just wondering what might cause this.

Regards,


ju>/OpenFOAM/ju-1.2/run/tutorials/twoPhaseEulerFoam> paraFoam . water_air
/*---------------------------------------------------------------------------*\
| ========= | |
| \ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \ / O peration | Version: 1.2 |
| \ / A nd | Web: http://www.openfoam.org |
| \/ M anipulation | |
\*---------------------------------------------------------------------------*/



--> FOAM FATAL IO ERROR : size 2624 is not equal to the given value of 3734

file: ..//water_air/0.006/p from line 25 to line 2686.

From function Field<type>::Field(const word& keyword, const dictionary& dict, const label s)
in file /home/dm2/henry/OpenFOAM/OpenFOAM-1.2/src/OpenFOAM/lnInclude/Field.C at line 225.

FOAM exiting

niklas January 5, 2006 07:17

This is typical when you run a
 
This is typical when you run a case and have some results lying around and then change the mesh size
and try to look at the results with the new mesh, but using the old data.

The fields are just an array of values and these correspond to the cells in 'constant/polyMesh/cells'

So if you change the mesh you must remove all the old results.


All times are GMT -4. The time now is 08:06.