Download
(→Windows) |
(→Linux) |
||
Line 7: | Line 7: | ||
!Install Guide | !Install Guide | ||
|-style="background:#F1FAFF;" | |-style="background:#F1FAFF;" | ||
− | | [http://kratos.cimne.upc.es/releases/linux/ | + | | [http://kratos.cimne.upc.es/releases/linux/kratos_2_1_0_binary_linux.tar.gz Download source and binaries] |
− | | 2 | + | | 2.1.0 |
− | | | + | | October 15th, 2010 |
− | | [[Kratos 2 | + | | [[Kratos 2.1.0 Linux Installation|Linux Installation Guide]] |
|} | |} | ||
Line 19: | Line 19: | ||
!Release Date | !Release Date | ||
!Install Guide | !Install Guide | ||
+ | |-style="background:#F1FAFF;" | ||
+ | | [http://kratos.cimne.upc.es/releases/linux/kratos_2_0_1_binary_linux.tar.gz Download source and binaries] | ||
+ | | 2.0.1 | ||
+ | | June 15th, 2010 | ||
+ | | [[Kratos 2.0.1 Linux Installation|Linux Installation Guide]] | ||
|-style="background:#F1FAFF;" | |-style="background:#F1FAFF;" | ||
| [http://kratos.cimne.upc.es/releases/linux/kratos_2_0_0_binary_linux.tar.gz Download source and binaries] | | [http://kratos.cimne.upc.es/releases/linux/kratos_2_0_0_binary_linux.tar.gz Download source and binaries] |
Revision as of 09:25, 18 October 2010
Contents |
Linux
Current Linux Release
File | Release | Release Date | Install Guide |
---|---|---|---|
Download source and binaries | 2.1.0 | October 15th, 2010 | Linux Installation Guide |
Older Linux Releases
File | Release | Release Date | Install Guide |
---|---|---|---|
Download source and binaries | 2.0.1 | June 15th, 2010 | Linux Installation 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 |
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.
Windows
Current Windows Release
File | Release | Release Date | Install Guide |
---|---|---|---|
Kratos 2.1.0 setup | 2.1.0 | October 15th, 2010 | Windows Installation Guide |
Download Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)
Older Windows Releases
You can use this script to untar the files kratos_untar.py
File | Release | Release Date | Install Guide |
---|---|---|---|
Download binaries | 2.0.2 | June 29, 2010 | Windows Installation 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 |
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
|
Troubleshooting
In the case of having problem with rapidSVN 9.8 please use the rapidSVN 9.6 instead.
Problemtypes
This section contains some pre-generated GiD problemtypes for the Kratos Applications
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
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
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
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
Independent Libraries
This section contains libraries which were developed as a part of the kratos but that can be used as standalone
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.