Skip to content

Deltares-research/KratosElementTestSuite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

303 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kratos Element Test Suite

The Kratos Element Test Suite, a collection of programs and scripts designed to model the laboratory within the geotechnical laboratories. This repository will be extended in the future with additional tooling to support advanced analysis workflows, such as parameter estimation.

Note: Due to limitations with dependent packages, this suite can only be installed on machines with Python 3.10 - 3.14.

Requirements

Installation

To keep your system clean and avoid conflicts, it's recommended to set up and run the Element Test Suite inside a virtual environment. From a blank Command Prompt (not Anaconda Prompt or PowerShell):

Create a virtual environment (Name of this Python environment is element_env)

python -m venv element_env 

(If you have multiple Python versions, you can replace python with py -3.13 in the command above —see here— assuming Python 3.13 is available on your system.)

Activate the environment:

element_env\Scripts\activate

After activation of the virtual environment, the name of your environment (element_env) should be visible in parentheses at the start of the line.

To install the library into your current and active Python environment, use:

pip install git+https://github.com/Deltares-research/KratosElementTestSuite

Once installed, you can run the Element Test Suite by:

startElementTest

Running after installation

Please make sure that the virtual environment is active before running the suite (the name of your environment element_env should be visible in parentheses at the start of the line.) After activating the virtual environment, you can run the Element Test Suite by:

startElementTest

Note: For proper rendering of the user interface, your display scaling must be set to 125% or lower. The interface may not render correctly at higher scaling settings (e.g. 150% or above).

About

The Kratos Element Test Suite, a collection of programs and scripts designed to model the laboratory within the geotechnical laboratories. This repo also contains associated tooling providing additional analysis functionality, such as parameter estimation.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages