Paraview basics tutorial

Поделиться
HTML-код
  • Опубликовано: 16 сен 2024
  • Tutorial practice files here:
    drive.google.c...
    VTK file format information for those of you who are wondering how to produce VTK files
    www.vtk.org/VTK...

Комментарии • 55

  • @ZuoZhou
    @ZuoZhou 7 лет назад +1

    OMG I was looking for tutorials for Paraview and thought your voice sounds familiar.
    Can't believe I found you here Ethan! lol.

  • @carlingjoe1
    @carlingjoe1 4 года назад

    Nice tutorial Ethan. Thank you very much for sharing

  • @zhaodanspz
    @zhaodanspz 7 лет назад

    Thank for the tutorial video, very nice presentation! Good for paraview beginners like me.

  • @shugangzhang1179
    @shugangzhang1179 6 лет назад

    What an amazing tutorial! Thanks about what you have done, Ethan!

  • @pakpoomTon
    @pakpoomTon 9 лет назад

    Ethan, I found this youtube by accident. Very helpful. Thanks!

    • @ethankung1607
      @ethankung1607  8 лет назад

      haha cool. Actually I was just talking to another friend recently who also found this randomly on RUclips. Hope it was helpful!

  • @Dmitrij_S
    @Dmitrij_S 5 лет назад

    Tnka you. Very useful video.

  • @carlos010581sv
    @carlos010581sv 10 лет назад

    Hello Ethan. How did you create that vtu model? is there any easy-to-use tool like a CAD software you can use in Linux to create your models and then use them into Paraview? thank you!

    • @ethankung1607
      @ethankung1607  10 лет назад +2

      Hey Carlos. The specific vtu files in the tutorial were created by our custom flowsolver software. But you can also easily write some code to create vtk files with some knowledge of the appropriate format for vtk files www.vtk.org/VTK/img/file-formats.pdf In fact I have published some Matlab code that creates vtk files from PCMRI data here free tools | etkung

  • @amadkayani9226
    @amadkayani9226 7 лет назад

    Thanks for the video Ethan!- was a great intro

  • @alicarlos13
    @alicarlos13 9 лет назад +1

    Hi Ethan,
    Thanks for the introductory session.
    I was wondering if there was a way to use paraview to get (Stress/Strain) value at a particular point as a time function. Meaning a have 10 time steps and want to calculate the stress and strain at that particular point during each step.
    Thanks

    • @ethankung1607
      @ethankung1607  8 лет назад +1

      +Aly Abdelaziz Yes you can use the calculator to calculate the quantity you want (as long as you have all the required information for the calculation in the data). Then you can plot the quantity over time by using a combination of appropriate filters in Paraview. I might make a video on how to do that at some point since it is a fairly useful thing to do.

  • @sassanhashemi83
    @sassanhashemi83 9 лет назад

    fantastic tutorial. I wanted to ask you a question, as someone with less engineering and more medical knowledge:
    you mentioned WSS visualization in Paraview. I wanted to know if I could use the calculator function in Paraview or import the WSS equation in Paraview using Python or Matlab. Would Paraview be able to calculate and visualize it?
    Also, do I need to open my flow data (MRI 3D flow dataset in DICOM format) in other applications like VTK first and save them as .vtu or something else for Paraview to properly open it? (because my first attempts to open DICOm flow data in Paraview did not work!)
    Thank you in advance for your help

    • @ethankung1607
      @ethankung1607  9 лет назад

      As far as I am aware, Paraview can not read DICOM files. I am also not aware of any good way you can calculate WSS from the velocity field in Paraview. The dataset you are viewing needs to already contain WSS information in order for you to view it using Paraview.

    • @ethankung1607
      @ethankung1607  6 лет назад

      Paraview will not open DICOM data, but it will open VTK data. The calculator function can perform calculations to each node, but it is not able to perform calculations involving values from different nodes. So depending on what information you have stored in the nodes, you may or may not be able to calculate WSS with Paraview.

  • @rmznbyk149
    @rmznbyk149 8 лет назад

    Sorry for my poor english. Can you help me? I want to make cfd analysis to a 3d wing (drawed with catia). Can ı import catia file to paraview. And what is role paraview about cfd?

  • @yazanatrash
    @yazanatrash 5 лет назад

    Thank you, very informative video

  • @ΚΩΝΣΤΑΝΤΙΝΟΣΠΑΝΑΓΙΩΤΟΥ-ψ5ζ

    Excellent work, well done :) Ethan, i wanted to ask if you have done any video regarding particle tracking. in particular,assuming few particles which are moving, while the points at which they are passing are connected, creating at the end the particles' path.

    • @kr7799
      @kr7799 8 лет назад

      You can use Paraview to visualize particle movements if you have the particle location information in the file for every time step. I'm not sure if you can create a pathline from the particle movements though. You'd probably have to do some post-processing on your data to combine all of the particle paths into the same file to visualize the path in Paraview.

    • @ethankung1607
      @ethankung1607  6 лет назад

      Paraview can plot streamlines based on instantaneous velocity, but I am not aware that it can plot the pathline of a particle as you are describing..

  • @grishp8203
    @grishp8203 5 лет назад

    Hi Ethan, great video. I have a question. When I import my vtk file to paraview, when I turn the legend 'on', I see that the legend starts with some value as opposed to zero (in your case you have zero and I feel that makes sense). Do you know what that is? Could you please help me with this? Thanks

    • @ethankung1607
      @ethankung1607  Год назад

      Depending on what parameter you have the legend showing, the legend might not start from zero if the lowest value of the parameter is not zero. You can adjust how the legend shows up via the legend window shown in the video around 2:40

  • @zanelatoeb
    @zanelatoeb 6 лет назад

    Great tutorial! Thanks for all tricks. About the selection data, if I make two groups on mesh, can I select different groups to show in Paraview? Think about a tube with steam flow: there are two groups of mesh: one for tube and one for steam. Can I select them separately to analyze in Paraview? Thank you so much for helping!

    • @ethankung1607
      @ethankung1607  5 лет назад

      You can load multiple VTK files in the same Paraview session and view them together. You can perform analysis on each on separately since each calculation you add is applied to whichever "entity" you apply it to.

  • @nasmusic2487
    @nasmusic2487 8 лет назад

    hi ethan. I'm working on a school project to detect vortexes. however I need lots of data to work on. I've found some however they are not enough. do you know where I can find such data?

    • @ethankung1607
      @ethankung1607  8 лет назад

      +Drinking Curry I don't know where you can find lots of vortex data. you might look up researchers working on related fields and see if any of them has data published online that you can download.

    • @NasruddinAaidilShari
      @NasruddinAaidilShari 8 лет назад

      +Ethan Kung thank you!

  • @hushi3403
    @hushi3403 7 лет назад

    A good tutorial, thanks!

  • @High9231
    @High9231 9 лет назад

    Great Tutorial!

  • @correiapaulo
    @correiapaulo 10 лет назад

    Very nice!

  • @ashok305
    @ashok305 2 года назад

    do u happend to know how to import paraview simulation or animation results into unity or blender...??

    • @ethankung1607
      @ethankung1607  2 года назад

      Paraview does not perform simulations, only allows you to manipulate and visualize data. You can export the processed results as a file so if one of the export file formats is compatible with your target software then it could work.

  • @MahmoudWali
    @MahmoudWali 5 лет назад

    Hello, could you please can you guide me to data that simulate vein and blood flow in paraview?

  • @MarkFloresEducation
    @MarkFloresEducation 9 лет назад

    How big is an individual file. I'm having trouble with it reading my 45 MB file. It reads smaller files...

    • @ethankung1607
      @ethankung1607  9 лет назад

      45 MB should be okay, I think I've opened larger files before. So the trouble you're having might not be a file size issue..

  • @alinuman15
    @alinuman15 6 лет назад

    Thanks for that valuable information. Could you go over running paraview in parallel?

    • @ethankung1607
      @ethankung1607  6 лет назад

      I've never used parallel processing in Paraview, so am afraid cannot help there...

  • @garylaughlin1270
    @garylaughlin1270 10 лет назад +1

    Ethan:
    I like your instruction in this presentation. Could you give some specific help with opening a 3 column CSV file and presenting the data. The concept seems simple enough, but I have managed not been successful in doing it.
    Thanks,
    Gary

    • @ethankung1607
      @ethankung1607  10 лет назад +1

      It depends on what you want to do with the 3 columns of data. If you just want to produce a line plot or something of similar nature, you can easily load it into Matlab using load('filename'), or just open it with excel and plot them that way.

    • @ethankung1607
      @ethankung1607  6 лет назад

      You should be able to use Matlab or Excel to open a simple CSV file

  • @mathewchukwudi2900
    @mathewchukwudi2900 Год назад

    please how do you lump multiple files into one file ?

    • @ethankung1607
      @ethankung1607  Год назад

      Name all the files with the same prefix and load them as one entity as shown in the video around 1:00

  • @BoLeee
    @BoLeee 7 лет назад

    Hi ethan, ur surname in swedish means King. ur the King.

    • @ethankung1607
      @ethankung1607  6 лет назад

      lol actually people mis-spell my last name as King all the time...

  • @xukai5899
    @xukai5899 8 лет назад

    well done. I am thinking, how transfer vtk into vtu

    • @ethankung1607
      @ethankung1607  6 лет назад

      Paraview can open VTK as well, so you don't need to convert it to VTU

  • @nickhallman496
    @nickhallman496 10 лет назад

    Does the program not open .vtk files?

    • @ethankung1607
      @ethankung1607  10 лет назад

      it should open .vtk files provided the file is written in correct vtk format...

    • @ethankung1607
      @ethankung1607  6 лет назад

      Yes Paraview will open VTK files

  • @DrunkenUFOPilot
    @DrunkenUFOPilot 10 лет назад

    Hard to see your cursor. Especially with a fruit fly buzzing around in front of my monitor. Please make more videos like this, but find a why to highlight the cursor. Some people make a yellow spot surround the cursor.

    • @ethankung1607
      @ethankung1607  10 лет назад +1

      Good point-- never thought of that... haha. Thanks for the suggestion.

  • @ashok305
    @ashok305 2 года назад

    google drive link not working

    • @ethankung1607
      @ethankung1607  2 года назад +1

      Should work, I just tried it. Maybe google server was down when you tried...

    • @ashok305
      @ashok305 2 года назад

      @@ethankung1607 thank you so much its working....:-)