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
polynomial_vortex.PolynomialVortex Class Reference
Inheritance diagram for polynomial_vortex.PolynomialVortex:
Collaboration diagram for polynomial_vortex.PolynomialVortex:

Public Member Functions

def __init__ (self, settings)
 
def f (self, x)
 
def g (self, t)
 
def df (self, x)
 
def dg (self, t)
 
def ddf (self, x)
 
def dddf (self, x)
 
def u1 (self, x1, x2, t)
 
def u2 (self, x1, x2, t)
 
def du1dt (self, x1, x2, t)
 
def du2dt (self, x1, x2, t)
 
def du11 (self, x1, x2, t)
 
def du12 (self, x1, x2, t)
 
def du21 (self, x1, x2, t)
 
def du22 (self, x1, x2, t)
 
def du111 (self, x1, x2, t)
 
def du122 (self, x1, x2, t)
 
def du211 (self, x1, x2, t)
 
def du222 (self, x1, x2, t)
 

Public Attributes

 a
 
 U
 
 sq_au
 
 L
 
 rho
 
 nu
 
 T
 
 omega
 
 damp
 

Constructor & Destructor Documentation

◆ __init__()

def polynomial_vortex.PolynomialVortex.__init__ (   self,
  settings 
)

Member Function Documentation

◆ dddf()

def polynomial_vortex.PolynomialVortex.dddf (   self,
  x 
)

◆ ddf()

def polynomial_vortex.PolynomialVortex.ddf (   self,
  x 
)

◆ df()

def polynomial_vortex.PolynomialVortex.df (   self,
  x 
)

◆ dg()

def polynomial_vortex.PolynomialVortex.dg (   self,
  t 
)

◆ du11()

def polynomial_vortex.PolynomialVortex.du11 (   self,
  x1,
  x2,
  t 
)

◆ du111()

def polynomial_vortex.PolynomialVortex.du111 (   self,
  x1,
  x2,
  t 
)

◆ du12()

def polynomial_vortex.PolynomialVortex.du12 (   self,
  x1,
  x2,
  t 
)

◆ du122()

def polynomial_vortex.PolynomialVortex.du122 (   self,
  x1,
  x2,
  t 
)

◆ du1dt()

def polynomial_vortex.PolynomialVortex.du1dt (   self,
  x1,
  x2,
  t 
)

◆ du21()

def polynomial_vortex.PolynomialVortex.du21 (   self,
  x1,
  x2,
  t 
)

◆ du211()

def polynomial_vortex.PolynomialVortex.du211 (   self,
  x1,
  x2,
  t 
)

◆ du22()

def polynomial_vortex.PolynomialVortex.du22 (   self,
  x1,
  x2,
  t 
)

◆ du222()

def polynomial_vortex.PolynomialVortex.du222 (   self,
  x1,
  x2,
  t 
)

◆ du2dt()

def polynomial_vortex.PolynomialVortex.du2dt (   self,
  x1,
  x2,
  t 
)

◆ f()

def polynomial_vortex.PolynomialVortex.f (   self,
  x 
)

◆ g()

def polynomial_vortex.PolynomialVortex.g (   self,
  t 
)

◆ u1()

def polynomial_vortex.PolynomialVortex.u1 (   self,
  x1,
  x2,
  t 
)

◆ u2()

def polynomial_vortex.PolynomialVortex.u2 (   self,
  x1,
  x2,
  t 
)

Member Data Documentation

◆ a

polynomial_vortex.PolynomialVortex.a

◆ damp

polynomial_vortex.PolynomialVortex.damp

◆ L

polynomial_vortex.PolynomialVortex.L

◆ nu

polynomial_vortex.PolynomialVortex.nu

◆ omega

polynomial_vortex.PolynomialVortex.omega

◆ rho

polynomial_vortex.PolynomialVortex.rho

◆ sq_au

polynomial_vortex.PolynomialVortex.sq_au

◆ T

polynomial_vortex.PolynomialVortex.T

◆ U

polynomial_vortex.PolynomialVortex.U

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