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
cubic_law.h_and_phi_function Class Reference
Collaboration diagram for cubic_law.h_and_phi_function:

Public Member Functions

def __init__ (self, pp)
 
def f (self, x)
 
def f_phi_h (self, x)
 

Public Attributes

 Omega
 
 L0
 
 sin_semi_alpha
 
 cos_semi_alpha
 
 delta_0
 
 gamma
 
 OmegaL0
 

Constructor & Destructor Documentation

◆ __init__()

def cubic_law.h_and_phi_function.__init__ (   self,
  pp 
)

Member Function Documentation

◆ f()

def cubic_law.h_and_phi_function.f (   self,
  x 
)

◆ f_phi_h()

def cubic_law.h_and_phi_function.f_phi_h (   self,
  x 
)

Member Data Documentation

◆ cos_semi_alpha

cubic_law.h_and_phi_function.cos_semi_alpha

◆ delta_0

cubic_law.h_and_phi_function.delta_0

◆ gamma

cubic_law.h_and_phi_function.gamma

◆ L0

cubic_law.h_and_phi_function.L0

◆ Omega

cubic_law.h_and_phi_function.Omega

◆ OmegaL0

cubic_law.h_and_phi_function.OmegaL0

◆ sin_semi_alpha

cubic_law.h_and_phi_function.sin_semi_alpha

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