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

Handling 3D data like time evolution of 2D fluid flow. #2

Open
hammermm opened this issue Aug 20, 2022 · 1 comment
Open

Handling 3D data like time evolution of 2D fluid flow. #2

hammermm opened this issue Aug 20, 2022 · 1 comment

Comments

@hammermm
Copy link

hammermm commented Aug 20, 2022

Thank you Lu for such exciting work.

RIght now, I want to use DeepONet for flow problems. My input is of the dimension (Samples, Height, Width, Time) or images corresponding to different time steps depicting the evolution of flow. Being specific, my input is velocity from. t = 1 to m time steps and I want to predict the velocity for next n time steps [ batch, :,:,:m] -> [ batch,:,:, m: m+n].

How should I preprocess the data for such a problem? Is there any available code implementation for such flow problem using deepOnet?

Also, can we use DeepOnet like FNO-2D-time( more of RNN type structure)?

@lululxvi
Copy link
Member

Yes, you can use DeepONet. There are different possible ways for input and output. The easiest way is using time step t as the input, and time step t+1 as the output. Or you can use multiple time steps as the input.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants