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 | Functions
steady_wind_kratos_inlet_process Namespace Reference

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)
 

Detailed Description

An inlet boundary condition process for KratosMultiphysics.

license: license.txt

Function Documentation

◆ Factory()

def steady_wind_kratos_inlet_process.Factory (   settings,
  Model 
)

◆ isclose()

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