Skip to content
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 609 Bytes

File metadata and controls

16 lines (12 loc) · 609 Bytes

Flow over the circle

The time dependent Navier-Stokes equation is learned by the MarkovNeuralOperator with only one time step information. The result of this example can be found here.

Ground Truth Inferenced

Change directory to example/FlowOverCircle and use following commend to train model:

julia> using FlowOverCircle;
       FlowOverCircle.train();
$ julia --proj