All Projects → KratosMultiphysics → GiDInterface

KratosMultiphysics / GiDInterface

Licence: other
The graphical user interface of Kratos for GiD. Featuring CFD, CSM, DEM, PFEM, etc

Programming Languages

tcl
693 projects
python
139335 projects - #7 most used programming language

KratosMultiphysics <-> GiD Interface

Codacy Badge

The user interface of Kratos with GiD.

If you need the latest stable release, launch your GiD, navigate to Data > Problemtype > Internet retrieve and download Kratos there. Available for Linux. Windows, and macOS.

If you need the developer version, you are on the right place.

First steps

  • 1- Clone this repository, or install a stable release
  • 2- Install the latest GiD developer version -> Developer version
  • 3- Navigate to GiD's problemtype folder and delete any previous kratos.gid
    • Create there a link to our kratos.gid downloaded in step 1
      • Windows: Simple shortcut to kratos.gid folder
  • 4- Navigate to kratos.gid/exec/
    • Create there a symbolic link to the kratos installation folder (where runkratos is located)
      • Unix : ln -s ~/Kratos Kratos or maybe ln -s ~/Kratos/bin/Release Kratos if that's the destination folder
      • Windows : mklink /J Kratos C:\kratos\bin\Release (choose actual Kratos installation folder)

Step by step video

https://www.youtube.com/watch?v=zZq7ypDdudo

Launch modea

In Kratos preferences, select the execution mode:

  • Pip packages: Kratos will be installed via pip install
  • local compiled: If you are a developer and build your applications, use this one
  • docker: If you do not want to install any dependency, just run via docker!

Usage

  • Run GiD
  • Go to: Data / Problem type / kratos
  • kratos top menu / Developer mode (recommended)

Examples

Warnings

  • This repository is in Beta version. This means that everything can change.

Want to develop?

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].