Kratos Tutorials
From KratosWiki
(Difference between revisions)
(→Python Script) |
(→Python Script) |
||
Line 34: | Line 34: | ||
* [[Python Script Tutorial: Using Kratos Solvers]] | * [[Python Script Tutorial: Using Kratos Solvers]] | ||
* [[Python Script Tutorial: Main Solution]] | * [[Python Script Tutorial: Main Solution]] | ||
+ | * [[Python Script Tutorial: Going for a unified script]] | ||
[[Category:Tutorials]] | [[Category:Tutorials]] |
Revision as of 19:10, 2 June 2016
Contents |
New GiD interface
This is the recommended version for end users. These tutorials use the nice GiD interface, which is more user-friendly but currently only supports the most common applications.
Development GiD interface
These tutorials are based on the development GiD interface, which is less user-friendly but supports all Kratos applications
- LevelSet_FreeSurface Analysis Tutorial and GiD Problem type The zip file you donwload from this link contains the GiD problem type and the tutorial to use a code to treat free surface problems in presence or not of a porous medium (i.e. seepage is as well considered).
- NonNewtonian_PFEM Analysis Tutorial The zip file you donwload from this link contains the GiD problem type and the tutorial to use a code to solve Lagrangian Non-Newtonian problems with PFEM [1].
Kratos Installation
Kratos Structure
- Kratos Structure: Kernel and applications
- Kratos Structure: Basic Components
- Kratos Structure: Node and Nodal Data
- Kratos Structure: Elements and Conditions
- Kratos Structure: Mesh and ModelPart
- Kratos Structure: Strategies and Processes
- Kratos Structure: Workflow
Python Script
- Python Script Tutorial: Getting Started
- Python Script Tutorial: Hello Kratos
- Python Script Tutorial: Reading ModelPart From Input File
- Python Script Tutorial: Writing Output File
- Python Script Tutorial: ModelPart Nodes and Nodal Data
- Python Script Tutorial: ModelPart Elements and Conditions
- Python Script Tutorial: Writing a JSon configuration file
- Python Script Tutorial: Using Kratos Solvers
- Python Script Tutorial: Main Solution
- Python Script Tutorial: Going for a unified script