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.
Classes | Namespaces | Functions
steady_wind_kratos_inlet_process.py File Reference

Classes

class  steady_wind_kratos_inlet_process.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  steady_wind_kratos_inlet_process.LogMeanProfile
 
class  steady_wind_kratos_inlet_process.ImposeWindInletProcess
 

Namespaces

 steady_wind_kratos_inlet_process
 An inlet boundary condition process for KratosMultiphysics.
 

Functions

def steady_wind_kratos_inlet_process.isclose (a, b, rel_tol=1e-9, abs_tol=0.)
 
def steady_wind_kratos_inlet_process.Factory (settings, Model)