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 fluid dynamics simulations using the navier_stokes family of python solvers. More...
Public Member Functions | |
def | __init__ (self, model, parameters) |
def | KeepAdvancingSolutionLoop (self) |
This function specifies the stopping criteria for breaking the solution loop It can be overridden by derived classes. More... | |
Main script for fluid dynamics simulations using the navier_stokes family of python solvers.
def rans_analysis.RANSAnalysis.__init__ | ( | self, | |
model, | |||
parameters | |||
) |
def rans_analysis.RANSAnalysis.KeepAdvancingSolutionLoop | ( | self | ) |
This function specifies the stopping criteria for breaking the solution loop It can be overridden by derived classes.