Fourier Neural Operater for Darcy Flow

Core v0.4.0

This example demonstrates how to set up a data-driven model for a 2D Darcy flow using the Fourier Neural Operator (FNO) architecture inside of Modulus.

To train the model, run

Copy
Copied!
            

python train_fno_darcy.py

training data will be generated on the fly.

Progress can be monitored using MLFlow. Open a new terminal and navigate to the training directory, then run:

Copy
Copied!
            

mlflow ui -p 2458

View progress in a browser at http://127.0.0.1:2458

Previous MeshGraphNet for transient vortex shedding
Next Nested Fourier Neural Operater for Darcy Flow
© Copyright 2023, NVIDIA Modulus Team. Last updated on Jan 25, 2024.