Coder Social home page Coder Social logo

spatel7286 / nek5000 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nek5000/nek5000

0.0 1.0 0.0 5.32 MB

The open-source, highly-scalable, always-portable spectral element CFD code

Home Page: https://nek5000.mcs.anl.gov/

License: Other

Fortran 74.48% Assembly 0.77% C 19.07% Shell 0.07% PHP 0.60% CMake 0.03% Makefile 0.14% Python 4.69% C++ 0.01% MATLAB 0.13%

nek5000's Introduction

Nek5000

https://travis-ci.org/Nek5000/Nek5000 GPLv3 licensed

Nek5000 is an open source, highly scalable and portable spectral element code designed to simulate:

  • unsteady Stokes
  • unsteady incompressible Navier-Stokes
  • low Mach-number flows
  • heat transfer and species transport
  • incompressible magnetohydrodynamics (MHD)

Written in Fortran 77 and C, it relies on MPI for parallelization and on a subset of LAPACK routines for eigenvalue computations, depending on the particular solver employed. Nek5000 output formats can be read by the parallel visualization package VisIt developed at LLNL/LBNL. VisIt is mandatory for large problems (e.g. more than 100,000 spectral elements).

Features

  • Scales to over a million processes
  • High-order spatial discretization using spectral elements
  • High-order semi-implicit timestepping
  • Incompressible + low Mach number (variable density) flows
  • Efficient preconditioners (multigrid + scalable coarse grid solves)
  • Highly optimized computational kernels (e.g. matrix-matrix multiply)
  • Low memory footprint and scalable memory design
  • High performance parallel I/O
  • ALE / moving meshes and free surface flow
  • Accurate Lagrangian particle tracking
  • Conjugate fluid-solid heat transfer
  • Scalable communication kernels
  • Built-in profiling analysis
  • Interface to VisIt for parallel data analysis and visualization

Download

You can download the latest release of nek5000 as a zip or a tarball.

You can also clone the repository with git:

git clone https://github.com/Nek5000/nek5000.git -b master

or even check it out with svn:

svn co https://github.com/Nek5000/nek5000.git/branches/master nek5000

User Guide

For more information, see the user guide.

Notes for users of legacy SVN repo

With the move to Git, the Nek5000 source directories have been reorganized to improve modularity. Most of the contents of trunk/nek/ (including the all-important makenek) are now located in the core/ directory. Scripts for running Nek5000 (such as nekmpi and nekb) are located in the bin/ directory. Tools such as genbox and genmap are located in tools/. A small subset of the examples (useful for quick regression tests) are located in short_tests/. All examples are kept in a separate repository, NekExamples, to keep this one light-weight.

Nek5000 works the same way it used to: build cases with core/makenek and run them with a script, e.g. bin/nekmpi.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.