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.
|
An inlet boundary condition process for KratosMultiphysics. More...
Classes | |
class | Parameters |
DONE: added support for power law DONE: read all mean profile parameters from json file DONE: can choose between power law and logarithmic profile. More... | |
class | LogMeanProfile |
class | ImposeWindInletProcess |
Functions | |
def | isclose (a, b, rel_tol=1e-9, abs_tol=0.) |
def | Factory (settings, Model) |
An inlet boundary condition process for KratosMultiphysics.
license: license.txt
def steady_wind_kratos_inlet_process.Factory | ( | settings, | |
Model | |||
) |
def steady_wind_kratos_inlet_process.isclose | ( | a, | |
b, | |||
rel_tol = 1e-9 , |
|||
abs_tol = 0. |
|||
) |