Skip to content

Python Script Tutorial: Hello Kratos

Vicente Mataix Ferrándiz edited this page Jun 6, 2018 · 5 revisions

The first step in writing a python script for Kratos is importing the KratosMultiphysics as follow:

from KratosMultiphysics import *

This imports the Kratos and shows a logo of Kratos:

 |  /           |             
 ' /   __| _` | __|  _ \   __|
 . \  |   (   | |   (   |\__ \ 
_|\_\_|  \__,_|\__|\___/ ____/
           Multi-Physics 6.0.0

Now Kratos is ready to use and waiting for you.

Next Reading ProjectParameters
Prev Getting Started

Project information

Getting Started

Tutorials

Developers

Kratos structure

Conventions

Solvers

Debugging, profiling and testing

HOW TOs

Utilities

Kratos API

Kratos Structural Mechanics API

Clone this wiki locally