Git Product home page Git Product logo

psi3d's Introduction

pSi3D

pSi3D is a semi-implicit 3D hydrodynamic model written in Fortran 90 and parallelized for computation across CPU threads using the OpenMP directive framework. For more technical details regarding governing equations and numerical schemes, see this paper.

Installation

Compilation of the source code requires an environment configured with the Intel Fortran Compiler (ifort) and OpenMP (bundled with ifort in the Intel oneAPI HPC Toolkit).

To download the source code, clone the repository:

git clone https://github.com/SI3DL/psi3d.git
cd psi3d

Then, to compile the source code into a binary file (psi3d), simply run

bash ./Compiler.sh

This should create a psi3d binary in the working directory (Note: you may need to chmod for execution permissions).

Quickstart

The pSi3D repository comes with template input files for setting up a model (./SampleFiles/) as well as an sample model run (./sampleRuns/windDrivenFlow). Details for this sample model are included as a readme.txt file in its subdirectory.

To run the sample model, simply copy the psi3d binary to the sample run directory and execute it:

cp ./psi3d ./sampleRuns/windDrivenFlow/
cd ./sampleRuns/windDrivenFlow/
./psi3d

The terminal will stream information as the program runs and model logs/outputs will be stored in the working directory.

Documentation

For more details regarding how to setup models, prepare input files, and analyze outputs, see the Si3D user manual.

Troubleshooting

Users are welcome to report any issues/bugs on the GitHub Issues page.

Contributing

Contributions to pSi3D are welcome. Please reach out to the current developers for contribution guidelines.

psi3d's People

Contributors

klarrieu avatar savalbuena 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.