Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.6 KB

README.rst

File metadata and controls

30 lines (22 loc) · 1.6 KB

Pseudo-Spectral Fluid Dynamics in Python

This package contains some simple tools for writing fluid-dynamics solvers using pseudo-spectral methods. The basic structure of the package is closely patterned on the spectral DNS code of Mortensen and Langtangen, which can be found here and is described here. That package requires a substantial software stack, and is built on a generic spectral Galerkin package, which makes it more difficult to tinker with. This package is designed to be a transparent and easy to modify as possible, for use as a research code.

Examples

Example scripts can be found in the examples directory.

License

This code was approved for open source release (C21086) under the BSD-3 license (see :file:`LICENSE.txt`)

©2021. Triad National Security, LLC. All rights reserved.

This program was produced under U.S. Government contract 89233218CNA000001 for Los Alamos National Laboratory (LANL), which is operated by Triad National Security, LLC for the U.S. Department of Energy/National Nuclear Security Administration. All rights in the program are reserved by Triad National Security, LLC, and the U.S. Department of Energy/National Nuclear Security Administration. The Government is granted for itself and others acting on its behalf a nonexclusive, paid-up, irrevocable worldwide license in this material to reproduce, prepare derivative works, distribute copies to the public, perform publicly and display publicly, and to permit others to do so.