OpenFoam - Paraview: Extract Data for All Time Steps

Поделиться
HTML-код
  • Опубликовано: 28 янв 2025

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

  • @hemanthHK11
    @hemanthHK11 4 года назад +1

    Thank you soo much Asmaa Hadane :) , I was the one who asked this answer... It helped a lot... Thank you .... Keep going

  • @ulissesjesusgutierrezherna6318
    @ulissesjesusgutierrezherna6318 3 года назад +1

    Thanks so much! I didn't even know this i what I was looking for :)

  • @wikie23
    @wikie23 3 года назад +1

    perfect, exactly what I was looking for

  • @lukefairbanks8622
    @lukefairbanks8622 3 года назад +1

    one of the first tutorials I've seen done by a woman haha respect :)

  • @cianwarby6157
    @cianwarby6157 3 года назад

    Thank you so much this was exactly what I was looking for and very clear!!

  • @HarsimranSingh-e9o
    @HarsimranSingh-e9o 10 месяцев назад +2

    Is there any way to extract data of all the time steps in one file, instead of separate files? Thank yo.

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

    Thank you for sharing this useful technique!

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

    Thank you very much for this great information

  • @adamczykj89
    @adamczykj89 3 года назад +1

    Thank, very useful video

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

    Thank you so much!😁

  • @youssefph-c0916
    @youssefph-c0916 2 года назад

    thank you it was very useful.

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

    Hi, Thanks for your video! It helps me a lot. I have one question: if we have 4000 time steps and 90,000 cell points in a structure.... how to extract all quantities at each time step at each node in one file and get all the output files of different nodes in one folder? The nodes in my structure are too many, so selecting each node over and over again will waste a lot of time. Are there any simple methods? Thank you.

  • @johngardner-i3g
    @johngardner-i3g Месяц назад

    Thank you!

  • @juliemafronczak8769
    @juliemafronczak8769 3 года назад +1

    I would like to know if it is possible to generate the average of the results. In 'controldict' I changed the 'functionObject' to find the Cp, but I couldn't generate the average. Thanks.

    • @CFDAsmaaHadane
      @CFDAsmaaHadane  3 года назад

      You can average the field of your interest using the function object fieldAverage in the controlDict file. Below is an example of velocity averaging, you can apply the same thing to pressure, temperature...
      /*********************************
      functions
      {
      fieldAverage1
      {
      type fieldAverage;
      libs ("libfieldFunctionObjects.so");
      writeControl writeTime;
      fields
      (
      U
      {
      mean on;
      base time;
      }
      );
      }
      }

  • @BurningPXG
    @BurningPXG 3 года назад

    Thank you! Very useful!

  • @TheGreatAquiles
    @TheGreatAquiles 3 года назад

    Thank you for this !!!

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

    Hi , thank you very so mucho for the video was very useful!. I have a problem regarding the values that appear un the table, the simulation is running and working but then in the velocity column appears NaN. Do you what can happened?

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

    Thank you soo much.
    Is it possible to extract the average alpha values ​​at each time step in a simulation with interFoam?

    • @CFDAsmaaHadane
      @CFDAsmaaHadane  3 года назад

      It is much easier to do it in OpenFoam as a functionObject written in controlDict, then you can visualize it in paraview.

  • @AhsanKhanPhD
    @AhsanKhanPhD 3 года назад +1

    You are a life saver!!!

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

    I m trying to create a Macro for plotSelectionOverTime. But, when I run Macro. It does not select data as per the selection criteria. plotSelectionOverTime runs without selecting any cells. What should i do?

    • @CFDAsmaaHadane
      @CFDAsmaaHadane  3 года назад

      Open you macro file and check the name of the active selection, because if you set your macro for a specific case then you apply it on another case with other name, you may have this problem.

  • @pratikpunj
    @pratikpunj 9 месяцев назад

    thanks a lot.

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

    No way of saving with the anotatted flow time? My time steps are not equally spaced and would like to track my contour over the flow time

  • @sundarrajn1003
    @sundarrajn1003 3 года назад +1

    awesome

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

    can we extract data from all node points?

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

      Yes you can do that, select spreadsheet view then choose Attribute: Point data and extract.

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

    One more question.... for example if we have 200 time steps and 90,000 cell points in a cylinder.... how to extract velocity or pressure or temperature at each time step at each cell point.... i mean how to get cell point/mesh point column in excel file .... as in this video. ( I am getting values at each time step like shown in this video but i am getting only through the length of my cylinder pipe)
    If my question is not clear please let me know i will try right again..... Thank you and waiting for your reply. It is so important for my project please.....

    • @CFDAsmaaHadane
      @CFDAsmaaHadane  4 года назад +1

      You mean you want to extract information in one point of the mesh.. If this is your case you need to define a probe in paraview and extract data on that probe.

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

    does anyone know how to export paraview results (Animation) into openfoam or blender or unity

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

    what does u0, u1, and u2 represent? is it like ux,uy,uz?

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

    When I try this method, it works well on Point Data but fails on Cell Data. I am using the latest version of Paraview.

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

    How can i get computational time in data rather than time steps?

  • @nourelislamlounis3328
    @nourelislamlounis3328 4 года назад +1

    tyvm

  • @thanatsaisaengtham9643
    @thanatsaisaengtham9643 3 года назад

    Can you show me how to use noiseDict

  • @netradipakdodke2539
    @netradipakdodke2539 3 года назад

    How to plot pressure coefficient over airfoil

    • @CFDAsmaaHadane
      @CFDAsmaaHadane  3 года назад

      Do you mean the drag coefficient?

    • @netradipakdodke2539
      @netradipakdodke2539 3 года назад

      @@CFDAsmaaHadane No, pressure coefficient

    • @CFDAsmaaHadane
      @CFDAsmaaHadane  3 года назад

      You need to set a functionObject of pressure in your controlDict, please check this link for more details www.openfoam.com/documentation/guides/latest/doc/guide-fos-field-pressure.html