Giter Site home page Giter Site logo

babiskir / wave-model Goto Github PK

View Code? Open in Web Editor NEW

This project forked from janerikhy/wave-model

0.0 0.0 0.0 844.32 MB

Wave model simulator used in master project and master thesis

License: GNU General Public License v3.0

C++ 45.90% Python 49.02% C 0.22% CMake 4.86%

wave-model's Introduction

MCSimPython

License: GPL v3 Python: v3.8 Python: v3.9

Vessel simulator used in master project and master thesis of M. Kongshaug, H. Mo and J. Hygen. The project is developed at Norwegian University of Science and Technology, Institue of Marine Technology.

The python package is not complete and there is no guarantee for the validity of the vessel models.

The complete documentation can be found at: https://wave-model.readthedocs.io/en/latest/index.html

How to use MCSimPython

PyPi

The MCSimPython package can be installed from PyPi using pip:

pip install MCSimPython

From GitHub:

Install from GitHub in the following:

  • Clone the GitHub repository to your local computer.
  • Create a virtual environment py -m venv name-of-venv
  • Activate virtual environment name-of-venv\scripts\activate
  • Update pip and setuptools: py -m pip install --upgrade pip setuptools
  • Install the python package locally: pip install . (alternatively you can install as an editable pip install -e .)
  • Verify that the python package MCSimPython has been installed properly by running a demo script, or simply in the command promt:
(venv) C:\path\to\dir> python
>>> import MCSimPython
>>>

Demos

Demonstration of how the individual components of the python package can be used is given in demos. Some demos of combination of the different components are also given here.

Visualization

RVG 6DOF model in beam sea

6DOF RVG 2D Visualization

RVG 6DOF model in head sea

6DOF RVG 3D Visualization

wave-model's People

Contributors

janerikhy avatar mariefko avatar harald-mo avatar eirikmidtun 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.