Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2D Incompressible Navier-Stocks Data Dimension Description #40

Open
FengMingquan-sjtu opened this issue Jun 28, 2023 · 1 comment
Open
Assignees
Labels
PDE-2D: Navier Stokes question Further information is requested

Comments

@FengMingquan-sjtu
Copy link

FengMingquan-sjtu commented Jun 28, 2023

Hi, I downloaded the "ns_incom_inhom_2d_512-0.h5" from the link and tried using the data in my experiments. The data consists of four items, whose names and dimensions are:

Key=force, shape=(4, 512, 512, 2)
Key=particles, shape=(4, 1000, 512, 512, 1)
Key=t, shape=(4, 1000)
Key=velocity, shape=(4, 1000, 512, 512, 2)

I have several questions about them:

  1. what's the meaning of the first dimension of all data? E.g. t.shape=(4, 1000), I guess the '1000' means 1000 time steps, but the '4' is unclear.
  2. what do the 'velocity' and 'particles' mean? I guess the 'velocity' means the average velocity of the fluid in the grid, and the 'particles' means the average number of particles in the grid. Is it correct?

Thank you!

@kmario23 kmario23 self-assigned this Jul 12, 2023
@kmario23 kmario23 added question Further information is requested PDE-2D: Navier Stokes labels Jul 12, 2023
@finger-monkey
Copy link

finger-monkey commented Jul 29, 2024

Hi, do you know how to draw pdebench_examples.PNG? This is the visualization picture shown by the author on the code homepage

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PDE-2D: Navier Stokes question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants