[Paraview] No such file or directory: vtkCommonCoreModule.h

2017-05-23 Thread SeongMo
to find vtkCommonCoreModule.h. That file was not found in even VTK-7.1.1. Where can I find the header file? Regards. SeongMo ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource

[Paraview] need a small working source code for testing OpenFOAM reader

2017-12-03 Thread SeongMo
Hi, I am trying to work on the vtkOpenFOAMReader class to add a support for decomposedBlockData introduced in OpenFOAM 5.x. I need a small testing code which should invoke OpenFOAMReader's requestInformation and requestData function so check and trace how the reader is working. But I am

[Paraview] filename_%t is not expanded to current time in Catalyst

2018-01-17 Thread SeongMo
SetGrid(multiBlockDataSet);    Processor->CoProcess(dataDescription.GetPointer());    } } -- SeongMo Yeon, Ph.D, Senior Engineer Offshore Hydrodynamics Research SAMSUNG HEAVY INDUSTRIES CO., LTD. Central Research Institute E-mail : seongmo.y...@gmail.com Tel : ---

[Paraview] filename_%t is not expanded to current time in Catalyst

2018-01-17 Thread SeongMo
SetGrid(multiBlockDataSet);    Processor->CoProcess(dataDescription.GetPointer());    } } -- SeongMo Yeon, Ph.D, Senior Engineer Offshore Hydrodynamics Research SAMSUNG HEAVY INDUSTRIES CO., LTD. Central Research Institute E-mail : seongmo.y...@gmail.com Tel : ---

[Paraview] filename_%t is not expanded to current time in Catalyst

2018-01-17 Thread SeongMo
mesh.readUpdate();    if(meshState != Foam::polyMesh::UNCHANGED)    {    BuildVTKGrid(mesh);    }    UpdateVTKAttributes(mesh); dataDescription->GetInputDescriptionByName("input")->SetGrid(multiBlockDataSet);    Processor->CoProce

Re: [Paraview] How to insert annotate time info into catalyst?

2018-01-25 Thread SeongMo
ributes(mesh); dataDescription->GetInputDescriptionByName("input")->    SetGrid(multiBlockDataSet);    Processor->CoProcess(dataDescription.GetPointer());    } } Regards. SeongMo SeongMo Yeon, Ph.D, Senior Engineer Offshore Hydrodynamics Research SAMSUNG HEAVY

[Paraview] x3d export issue : only transform nodes exists in x3d

2016-09-26 Thread SeongMo Yeon
Hi, I am trying to postprocess OpenFOAM results with paraview and export a scene into x3d format. OpenFOAM results are in remote server and I have to use paraview client/server to work with them. After reading the results with OpenFOAM reader and postprocessing them, the scene is exported

[Paraview] OSPRay rendering issue: 1) opacity 2) moving body rendering 3) ospray , shadow option

2016-10-14 Thread SeongMo Yeon
I am using ParaView 5.1.2. today, what I found with OSPRay is three things. 1) Once OSPRay is enabled, opacity is not applied. is it normal or ParaView bug? 2) I have CFD results of sloshing tank which is moving around. To visualize tank boundary, extrack block filter and generate surface

[Paraview] What is LIBPROJ_USE_THREAD for?

2016-10-11 Thread SeongMo Yeon
I am working on RHEL 6 and pthread is installed in /usr/lib and /usr/lib64. for Paraview 5.1.2, cmake complains it cannot find thread with LIBPROJ_USE_THREAD ON and failed configurgation. After LIBPROJ_USE_THREAD OFF, configuration is finished with success. I want to know what