Skip to content

This repository contains codes for two-dimensional Kraichnan turbulence. Below is the brief description of each folder:

License

Notifications You must be signed in to change notification settings

surajp92/DD-LES

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DD-LES

This repository contains codes for different machine learning algorithms for two-dimensional Kraichnan turbulence. We investigate decision tree regreesor, random forest regressor, feedforward neural network, and convolutional neural network in this study.

A top-level directory layout

.
├── data_spectral    # data for training and testing (Fine grid = 1024 x 1024, coarse grid = 64 x 64)
├── ml_codes         # Codes related to decision tree, random forest, and neural network (ANN, CNN) 
├── spectral_solver  # Spectral solver codes for 2D decaying homegenous turbulence problem
├── LICENSE
└── README.md

Required python packages:

  • Numpy, SciPy, Matplotlib
  • scikit-learn, Keras, Tensorflow

About

This repository contains codes for two-dimensional Kraichnan turbulence. Below is the brief description of each folder:

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages