Skip to content

Commit f932b90

Browse files
update readme
1 parent 011efa0 commit f932b90

1 file changed

Lines changed: 13 additions & 7 deletions

File tree

README.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,24 @@
1-
# GiDInterface
1+
# KratosMultiphysics <-> GiD Interface
22

33
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/36d3d305c87e4bb398bc87ea2e3b890e)](https://www.codacy.com/gh/KratosMultiphysics/GiDInterface/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=KratosMultiphysics/GiDInterface&amp;utm_campaign=Badge_Grade)
44

5-
The interface of Kratos with [GiD](http://www.gidhome.com).
5+
The user interface of Kratos with [GiD](http://www.gidhome.com).
66

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.
811

912
## 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)
1114
* 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
1316
* Create there a link to our [kratos.gid](./kratos.gid/) downloaded in step 1
17+
* Windows: Simple shortcut to kratos.gid folder
1418
* 4- Navigate to kratos.gid/exec/
1519
* 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)
1822

1923
### Step by step video
2024
https://www.youtube.com/watch?v=zZq7ypDdudo
@@ -23,6 +27,8 @@ https://www.youtube.com/watch?v=zZq7ypDdudo
2327
* Run GiD
2428
* Go to: Data / Problem type / kratos
2529
* kratos top menu / Developer mode (recommended)
30+
31+
### Examples
2632
* [Fluid dynamics example](https://github.com/KratosMultiphysics/Kratos/wiki/Running-an-example-from-GiD#3-set-a-fluid-dynamics-problem)
2733
* [Structural mechanics example](https://github.com/KratosMultiphysics/Kratos/wiki/Running-an-example-from-GiD#4-set-a-structural-mechanics-problem)
2834
* [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

Comments
 (0)