How to combine the result data with the mesh data

Hi, everyone, I’m new with Paraview but I’m expecting the flexible usage.
Now I have two data files. One is Nastran .nas file and the result with .cvs file.
The cvs data includes grid point coordinates, pressure and three velocity components. I need to combine the result data with the geometry (.nas) data.
I found the similar topics in this forum, but the cvs file was not of grid points but cells.
Two files are attached as a zip file.
I would greatly appreciate if you give me how to combine.
Kinds regards, Makoto
Paraview.zip (1.1 MB)

You need to use TableToPoints and PointDatasetInterpolator.
Here is a statefile to help you.

  • File -> LoadState -> interp.pvsm
  • Set the path to your files

Thanks you very much for a quick response.
I confirmed it works !
But I have the following message at loading the pvsm file.
It seemed warning about fonts. May I ignore it or can I edit some parts of the pvsm file ?
Best reagrds,
Makoto


DirectWrite: CreateFontFaceFromHDC() failed (�t�H���g �t�@�C���Ȃǂ̓��̓t�@�C���̃G���[�������܂��B) for QFontDef(Family=“FixedSys”, pointsize=9, pixelsize=18, styleHint=5, weight=50, stretch=100, hintingPreference=0) LOGFONT(“FixedSys”, lfWidth=0, lfHeight=-18) dpi=96
DirectWrite: CreateFontFaceFromHDC() failed (�t�H���g �t�@�C���Ȃǂ̓��̓t�@�C���̃G���[�������܂��B) for QFontDef(Family=“FixedSys”, pointsize=12, pixelsize=18, styleHint=2, weight=50, stretch=100, hintingPreference=0) LOGFONT(“FixedSys”, lfWidth=0, lfHeight=-18) dpi=96

Just ignore it.

Thanks a lot !