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 | Variables
onthefly_kratos_inlet_process.py File Reference

Classes

class  onthefly_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  onthefly_kratos_inlet_process.RegularGrid1D
 
class  onthefly_kratos_inlet_process.SubGrid1D
 
class  onthefly_kratos_inlet_process.InletPanel3D
 
class  onthefly_kratos_inlet_process.LogMeanProfile
 
class  onthefly_kratos_inlet_process.ImposeWindInletProcess
 
class  onthefly_kratos_inlet_process.ImposeMPIWindInletProcess
 

Namespaces

 onthefly_kratos_inlet_process
 An inlet boundary condition process for KratosMultiphysics.
 

Functions

def onthefly_kratos_inlet_process.isclose (a, b, rel_tol=1e-9, abs_tol=0.)
 
def onthefly_kratos_inlet_process.Factory (settings, Model)
 
def onthefly_kratos_inlet_process.weak_min (nodes, key)
 
def onthefly_kratos_inlet_process.weak_max (nodes, key)
 
def onthefly_kratos_inlet_process.get_extent (nodes, key)
 

Variables

 onthefly_kratos_inlet_process.Extent = namedtuple('Extent', ['lower', 'upper'])
 
 onthefly_kratos_inlet_process.IndexSpan = namedtuple('IndexSpan', ['begin', 'end'])
 
 onthefly_kratos_inlet_process.Grid3D = namedtuple('Grid3D', ['x', 'y', 'z'])