Git Product home page Git Product logo

LiquEc

Liquefaction According to Eurocode

LiquEc

Authors

Dr. José Luis Pastor Navarro (Civil and Geological Engineer)

Pablo Benito González (Civil Engineer and Java Developer)

Prerequisites

You will need Java 8 to build and run LiquEc. You can download it from the Oracle Website. Everything else, including Gradle, will be downloaded by the build process.

LiquEc is built for Java 8.

How To Run LiquEc

Go to the download page of the website to get the latest release of LiquEc. Alternatively, you can run the development version from the command line as follows:

$ ./gradlew :gui:run

How to Use LiquEc

Do you want to use LiquEc to calculate liquefaction? You'll find everything you need to know to get you started in the guide How to Use LiquEc.

How To Build LiquEc

You can build the entire system with the following command:

$ ./gradlew clean build

How To Build An Installable Bundle

LiquEc is distributed as an installable bundle, with everything the user needs packed into the file. On Windows this is an .exe installer and on Linux a .deb package. On Windows you need to install Inno Setup.

You can launch the following command to create the bundle:

$ ./gradlew clean build jfxNative

When the build is complete, you will find the bundle file in the directory package/build/jfx/native.

Using the OpenJDK

LiquEc works well if you choose the OpenJDK 8 instead of the Oracle JDK. If you choose the OpenJDK you may find you need to install JavaFX separately. For example, on Ubuntu 16.04 you can install the OpenJDK 8 and JavaFX as follows:

$ sudo apt-get install openjdk-8-jdk
$ sudo apt-get install openjfx

Screenshots

LiquEc

LiquEc

LiquEc

Download Releases

Microsoft Windows

The latest release of LiquEc can be downloaded as a Zip file here.

First extract the contents of the Zip file into a directory. Then run the LiquEc.bat file found in the bin directory. Depending on your Windows version and settings you may see an error preventing you from running the program. If you do, click the ‘More Info’ hyperlink and then choose the ‘Run Anyway’ option.

Alternatively, you can try the experimental new Windows installer (.exe).

Double click on the file and you will be taken through the process of installing LiquEc on your PC.

Linux

The latest release of Linux can be downloaded as a Deb file here.

You can install the package as follows (changing the release version in the file name for de downloaded one):

$ sudo dpkg -i LiquEc-0.0.0.deb

LiquEc will now run like any other Linux desktop application.

Apple Mac

At the moment there is no installable version for MAC and it is not planned to develop it in the immediate future.

Special Thanks

This project is based on the structure of the great VocabHunter, developed by @AdamCarroll.

This project uses emxsys chart extensions.

Responsability

Authors are not responsible for any potential harm that may arise from the use and/or the interpretation of results obtained when running LiquEc.

LiquEc's Projects

liquec icon liquec

Liquefaction According to Eurocode

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.