Git Product home page Git Product logo

simson_w64's Introduction


README file for the Simson code (on public github)

Welcome to Simson!

Simson is a code containing a pseudo-spectral solver for the incompressible Navier-Stokes equations together with selected pre- and postprocessing tools. Both direct numerical simulations (DNS) and large-eddy simulations (LES) are supported. This version does only include one-dimensional parallelisation.

Copyright and contact

See COPYRIGHT file.

Content of main directories of Simson

  • bla - Main program
  • bls - Program to generate initial velocity (with or without heat) fields
  • common - Common subroutines between programs
  • doc - Documentation
  • examples - Example flow cases
  • matlab - Matlab scripts
  • pxyst - Program to do xy statistics plotting
  • rit - Program to plot solutions from complete velocity fields
  • lambda2 - Program co compute lambda2, Q for visualisation

Root directory files of Simson

  • COPYRIGHT - Copyright and contact information document
  • README - This document
  • todo.txt - A text file including things to correct/fix/add etc.

Installing

Compile using make in each subdirectory the various codes. Make sure to adapt par.f in each subdirectory. For bla there are additional compilation options such as omp, mpi and arch. Concretely, in the directories bls, pxyst, lambda2, rit, just type

make In the bla directory, type for an OpenMP parallel case make omp=yes

As discussed, before starting to compile the code the resolution and some other compile-time parameters have to be chosen for the flow problem that you want to run. These parameters are fetched from the par.f file located in the same directory as the application that is about to be compiled.

Running

For more details on how to install, compile and run the code read the manual located in the doc directory. Also view the examples directory.

Usually, the stacksize of the shell needs to be extended, e.g. using

ulimit -s unlimited

The visualisation codes typically require an xterm. Thus run rit, pxyst, etc. from an xterm (rather than the built in terminal).

A good starting point is the example case "channel" in the examples directory. A step by step readme file guides you through running the first case.


simson_w64's People

Contributors

pschlatt1 avatar indiano68 avatar

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.