Coder Social home page Coder Social logo

fbosio / elasticas Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 597 KB

Estimation of elastic waves velocities in anisotropic solids

Home Page: https://www.elasticas.app/

License: MIT License

Python 5.40% JavaScript 91.01% HTML 3.60%
acoustics anisotropic anisotropic-elastic-properties anisotropic-media anisotropy elastic physics solids waves anisotropic-solid

elasticas's Introduction

elasticas

Web application for calculating velocities of elastic waves in solids.

Currently hosted in https://www.elasticas.app/

There's a new, responsive UI made with Cascade Framework in https://www.elasticas.app/ui

Get source code

Clone the repository using for example HTTPS

git clone https://github.com/fbosio/elasticas.git

you can also clone it using SSH or Github CLI, or downloading the ZIP as usual.

If you're on Windows and you don't have git installed, take a look at git for windows.

Prepare environment

Command syntax differs a little bit from one operating system to another but the underlying idea is always the same.

  1. Make sure you're in the application folder.
  2. Create a virtual environment.
  3. Activate the virtual environment.
  4. Install requirements.

Example: Ubuntu

cd elasticas  # assuming you just cloned the repository
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Similar commands work on Windows from a Powershell, you just probably have to change python3 to py and source .venv/bin/activate to .venv/Scripts/activate/. Make sure you have a proper execution policy.

Run locally

Make sure the virtual enviroment is activated and then

flask run

A local address like http://127.0.0.1:5000 should be displayed, go there with your browser and you will see the web application.

Contribute

  • Report Issues.
  • Provide the density and elastic constants of new materials you want to add.
  • Follow the fork and pull model if you want to change code for one of the reasons below.
    • Fix bugs.
    • Enhance current features.
    • Propose new ones.
  • Send feedback to [email protected]

elasticas's People

Contributors

fbosio avatar

Stargazers

 avatar

Watchers

 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.