KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
|
Main script for FSI simulations using the FSI family of python solvers. More...
Public Member Functions | |
def | Initialize (self) |
Construct and initialize all classes and tools used in the simulation loop. More... | |
def | InitializeSolutionStep (self) |
def | OutputSolutionStep (self) |
Public Attributes | |
fluid_main_model_part | |
structure_main_model_part | |
end_time | |
Stepping and time settings. More... | |
time | |
load_restart | |
save_restart | |
parallel_type | |
Main script for FSI simulations using the FSI family of python solvers.
def fsi_analysis.FsiAnalysis.Initialize | ( | self | ) |
Construct and initialize all classes and tools used in the simulation loop.
def fsi_analysis.FsiAnalysis.InitializeSolutionStep | ( | self | ) |
def fsi_analysis.FsiAnalysis.OutputSolutionStep | ( | self | ) |
fsi_analysis.FsiAnalysis.end_time |
Stepping and time settings.
fsi_analysis.FsiAnalysis.fluid_main_model_part |
fsi_analysis.FsiAnalysis.load_restart |
fsi_analysis.FsiAnalysis.parallel_type |
fsi_analysis.FsiAnalysis.save_restart |
fsi_analysis.FsiAnalysis.structure_main_model_part |
fsi_analysis.FsiAnalysis.time |