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.
Public Member Functions | Public Attributes | List of all members
steady_wind_kratos_inlet_process.LogMeanProfile Class Reference
Collaboration diagram for steady_wind_kratos_inlet_process.LogMeanProfile:

Public Member Functions

def __init__ (self, friction_velocity, roughness_height, bulk_wind_speed, dim)
 
def get_height (self, node)
 
def wind_speed (self, node)
 

Public Attributes

 friction_velocity
 
 roughness_height
 
 bulk_wind_speed
 
 dim
 

Constructor & Destructor Documentation

◆ __init__()

def steady_wind_kratos_inlet_process.LogMeanProfile.__init__ (   self,
  friction_velocity,
  roughness_height,
  bulk_wind_speed,
  dim 
)

Member Function Documentation

◆ get_height()

def steady_wind_kratos_inlet_process.LogMeanProfile.get_height (   self,
  node 
)

◆ wind_speed()

def steady_wind_kratos_inlet_process.LogMeanProfile.wind_speed (   self,
  node 
)

Member Data Documentation

◆ bulk_wind_speed

steady_wind_kratos_inlet_process.LogMeanProfile.bulk_wind_speed

◆ dim

steady_wind_kratos_inlet_process.LogMeanProfile.dim

◆ friction_velocity

steady_wind_kratos_inlet_process.LogMeanProfile.friction_velocity

◆ roughness_height

steady_wind_kratos_inlet_process.LogMeanProfile.roughness_height

The documentation for this class was generated from the following file: