Starting with LiquEc
Liquefaction According to Eurocode
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
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.