Download
From KratosWiki
Contents |
[edit] Linux
[edit] Current Linux Release
| File | Release | Release Date | Install Guide |
|---|---|---|---|
| Download source and binaries | 2.0.1 | June 15th, 2010 | Linux Installation Guide |
[edit] Older Linux Releases
| File | Release | Release Date | Install Guide |
|---|---|---|---|
| Download source and binaries | 2.0.0 | May 21st, 2010 | Linux Installation Guide |
| Download source and binaries | 1.2.0 | May 6th, 2010 | Linux Installation Guide |
| Download source | 1.1.0 | October 7th, 2009 | |
| Download source | 1.0.0 | May 9th, 2008 | Linux Installation Guide |
[edit] Developers Linux Source
Download package: svn (and related libsvn)
For using a graphical interface you can download rapidSVN
Using rapidSVN the kratos source files can be downloaded by taking the following steps:
- Go to Repository->Checkout and enter the following path to the kratos repository:
http://kratos.cimne.upc.es/svn/kratos/
- Choose a working directory where module: kratos will be created in your pc
- "recursive" option have to be signed
- Follow the compiling procedure on the next page: Linux Installation
For getting the code without graphical interface type the following commands in a shell,
svn checkout http://kratos.cimne.upc.es/svn/kratos/ .
The checkout should start immediately.
[edit] Windows
[edit] Current Windows Release
| File | Release | Release Date | Install Guide | |
|---|---|---|---|---|
| Download binaries | 2.0.2 | June 29, 2010 | Windows Installation Guide | kratos_untar.py |
Download Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)
[edit] Older Windows Releases
| File | Release | Release Date | Install Guide |
|---|---|---|---|
| Download binaries | 2.0.0 | May 21st, 2010 | Windows Installation Guide |
| Download binaries | 1.1.0 | October 7th, 2009 | Windows Installation Guide |
| Download source | 1.0.0 | May 9th, 2008 | Windows Installation Guide |
[edit] Developers Windows Source
Download: http://www.rapidsvn.org/download/release/0.9.6/
Using rapidSVN the kratos source files can be downloaded by taking the following steps:
- Go to Repository->Checkout and enter the following path to the kratos repository:
http://kratos.cimne.upc.es/svn/kratos/
- Choose a working directory where module: kratos will be created in your pc
- "recursive" option have to be signed
- Follow the compiling procedure on the next page: Windows Installation
|
|
[edit] Troubleshooting
In the case of having problem with rapidSVN 9.8 please use the rapidSVN 9.6 instead.
[edit] Problemtypes
This section contains some pre-generated GiD problemtypes for the Kratos Applications
[edit] Level Set Problemtype
Download the Level Set Problemtype
Provides an interface to a Free surface, level set solver
Responsible: rrossi@cimne.upc.edu
Instructions: Using The Level Set Problemtype
Example: Using The Kratos_level_set_Application An Example
[edit] Fluid Only Problemtype
Download the Fluid Only Problemtype
Provides an interface to CFD solvers
Responsible: kazem_kamran@yahoo.com
Instructions: Using The Kratos_fluid_only_Application Problemtype
Example: Using The Kratos_fluid_only_Application An Example
[edit] Structural Application Problemtype
Download the Kratos_Structural_Application
Provides an interface to structural solvers
Responsible: inglafontaine@gmail.com
Instructions: Using The Kratos_Structural_Application Problemtype
[edit] FSI Application Problemtype
Download the Kratos_FSI_Application
Provides an interface to FSI solvers (partitioned strongly coupled approach)
Responsible: pryzhakov@cimne.upc.edu
Instructions: Using The Kratos_FSI_Application Problemtype
Example: Fsi Model Fluid
[edit] Independent Libraries
This section contains libraries which were developed as a part of the kratos but that can be used as standalone
[edit] GPU Solvers Library
This library provides iterative solvers and preconditioners to be used on CUDA enabled hardware. The library provides C++ interface as well as C interface. We hope to be able to provide Fortran support as well in a close future.
