|
1 | | -# GiDInterface |
| 1 | +# KratosMultiphysics <-> GiD Interface |
2 | 2 |
|
3 | 3 | [](https://www.codacy.com/gh/KratosMultiphysics/GiDInterface/dashboard?utm_source=github.com&utm_medium=referral&utm_content=KratosMultiphysics/GiDInterface&utm_campaign=Badge_Grade) |
4 | 4 |
|
5 | | -The interface of Kratos with [GiD](http://www.gidhome.com). |
| 5 | +The user interface of Kratos with [GiD](http://www.gidhome.com). |
6 | 6 |
|
7 | | -If you need the latest 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 |
| 7 | +If you need the latest stable release, launch your GiD, navigate to Data > Problemtype > Internet retrieve and download Kratos there. |
| 8 | +Available for Linux. Windows, and macOS. |
| 9 | + |
| 10 | +If you need the developer version, you are on the right place. |
8 | 11 |
|
9 | 12 | ## First steps |
10 | | -* 1- Clone this repository, or install a [release](https://github.com/KratosMultiphysics/GiDInterface/releases) |
| 13 | +* 1- Clone this repository, or install a stable [release](https://github.com/KratosMultiphysics/GiDInterface/releases) |
11 | 14 | * 2- Install the latest GiD developer version -> [Developer version](http://www.gidhome.com/download/developer-versions) |
12 | | -* 3- Navigate to GiD's problemtype folder and delete previous kratos.gid |
| 15 | +* 3- Navigate to GiD's problemtype folder and delete any previous kratos.gid |
13 | 16 | * Create there a link to our [kratos.gid](./kratos.gid/) downloaded in step 1 |
| 17 | + * Windows: Simple shortcut to kratos.gid folder |
14 | 18 | * 4- Navigate to kratos.gid/exec/ |
15 | 19 | * Create there a symbolic link to the kratos installation folder (where runkratos is located) |
16 | | - * Unix : `ln -s ~/Kratos Kratos` or maybe `ln -s ~/Kratos/bin/Release Kratos` if that's the destination folder |
17 | | - * Windows : `mklink /J Kratos C:\kratos` or maybe `mklink /J Kratos C:\kratos\bin\Release` (choose actual Kratos installation folder) |
| 20 | + * Unix : `ln -s ~/Kratos Kratos` or maybe `ln -s ~/Kratos/bin/Release Kratos` if that's the destination folder |
| 21 | + * Windows : `mklink /J Kratos C:\kratos\bin\Release` (choose actual Kratos installation folder) |
18 | 22 |
|
19 | | -### More information on this video |
20 | | -https://studio.youtube.com/video/zZq7ypDdudo/edit |
| 23 | +### Step by step video |
| 24 | +https://www.youtube.com/watch?v=zZq7ypDdudo |
21 | 25 |
|
22 | 26 | ## Usage |
23 | 27 | * Run GiD |
24 | 28 | * Go to: Data / Problem type / kratos |
25 | 29 | * kratos top menu / Developer mode (recommended) |
| 30 | + |
| 31 | +### Examples |
26 | 32 | * [Fluid dynamics example](https://github.com/KratosMultiphysics/Kratos/wiki/Running-an-example-from-GiD#3-set-a-fluid-dynamics-problem) |
27 | 33 | * [Structural mechanics example](https://github.com/KratosMultiphysics/Kratos/wiki/Running-an-example-from-GiD#4-set-a-structural-mechanics-problem) |
28 | 34 | * [Fluid-Structure interaction example](https://github.com/KratosMultiphysics/Kratos/wiki/Running-an-example-from-GiD#5-set-a-fluid-structure-interaction-problem) |
|
0 commit comments