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

destination not big enough - paraview

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 20, 2014, 18:25
Default destination not big enough - paraview
  #1
Member
 
ziehjay
Join Date: Jul 2013
Posts: 45
Rep Power: 12
sanjar is on a distinguished road
Hey guys,

i habe a question about a problem with paraview. After I started it, it runs pretty well for a while (i simulate a multiphase-flow), but when i want to use some of the filters for example particel Tracer the following problem occurs:

Code:
 p, li { white-space: pre-wrap; }  ERROR: In /home/sanjar/OpenFOAM/ThirdParty-2.2.x/ParaView-3.12.0/VTK/Graphics/vtkAppendPolyData.cxx, line 705
 vtkAppendPolyData (0x13cb84c8): Destination not big enough
the source code describes the following, but i dont know how to deal with it:

Code:
 if (src->GetNumberOfTuples() + offset > dest->GetNumberOfTuples())
    {
    vtkErrorMacro("Destination not big enough");
    return;
    }
  
  // convert from tuples to components.
  offset *= src->GetNumberOfComponents();
  length = src->GetMaxId() + 1;

thank you guys
sanjar is offline   Reply With Quote

Old   September 14, 2016, 05:49
Default
  #2
New Member
 
Michael Hoss
Join Date: Sep 2016
Posts: 8
Rep Power: 9
Knusper is on a distinguished road
There is a very similar bug report.. not line 705 but line 690. Seems like it got fixed in paraView 3.14

I also got that message while displaying glyphs in paraView 3.12

(ERROR: In /usr/local/OpenFOAM/ThirdParty-2.3.x/ParaView-3.12.0/VTK/Graphics/vtkAppendPolyData.cxx, line 705
vtkAppendPolyData (0x57e5690): Destination not big enough)

http://www.paraview.org/Bug/print_bu...hp?bug_id=9334
Knusper is offline   Reply With Quote

Reply


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
Paraview version update errors Dan Pearce OpenFOAM Installation 5 January 8, 2014 05:47
[OpenFOAM] Annoying issue of automatic "Rescale to Data Range " with paraFoam/paraview 3.12 keepfit ParaView 60 September 18, 2013 03:23
Installing OpenFOAM and ParaView in VirtualBox(Ubuntu on Win8) chrisb2244 OpenFOAM Installation 2 August 21, 2013 13:24
Newbie: Install ParaView 3.81 on OF-1.6-ext/OpenSuse 11.2? lentschi OpenFOAM Installation 1 March 9, 2011 02:32
paraFoam reader for OpenFOAM 1.6 smart OpenFOAM Installation 13 November 16, 2009 21:41


All times are GMT -4. The time now is 00:54.