Grids | Φ-Flow Tutorial 2

preview_player
Показать описание
This tutorial video introduces the CenteredGrid and StaggeredGrid classes of Φ-Flow, showing different extrapolations, resampling and simple physics.

0:00 Introduction and Recap
0:30 Create Box for Domain
0:59 Fields and Grids
1:42 Centered Grids
2:56 Resampling
3:49 Extrapolations
4:41 Vector Fields & Batch Dimensions
5:26 Simulating Burgers' Equation
7:50 Staggered Grids
8:34 Outro
Рекомендации по теме
Комментарии
Автор

Phiflow's courses are very good, hope more updates continue。

刘子豪-pw
Автор

Hello, first I want to say that I really like these videos, I think they are well done.
As a student, I am currently working with a team on a project around fluid simulation and artificial intelligence. We want to use a simulator to generate data that can help us in training a deep neural network.
I am studying this simulator, I try to understand how it works and what it can do. I believe your videos can help me, so I wanted to thank you.

clementbrehard
Автор

@00:48 the latest Box class constructor would be ```bounds = Box['x, y', 0:1, 0:1]```

Achrononmaster
Автор

I am very interested in your great work. I follow your work well in coolab but I have a problem when I use 'vis.plot(gird)' in pycharm in my local computer, It crashed and said'_tkinter.TclError: invalid command name ".!navigationtoolbar2tk.!button2"', how can I sovle it ?

张滨兰-dp