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

Public Member Functions

def GetDefaultParameters (cls)
 
def __init__ (self, model, custom_settings)
 
def AddVariables (self)
 
def AddDofs (self)
 
def Initialize (self)
 

Public Attributes

 formulation
 
 element_name
 
 condition_name
 
 min_buffer_size
 
 domain_size
 
 reference_chord
 
 element_has_nodal_properties
 

Constructor & Destructor Documentation

◆ __init__()

def potential_flow_solver.PotentialFlowSolver.__init__ (   self,
  model,
  custom_settings 
)

Member Function Documentation

◆ AddDofs()

def potential_flow_solver.PotentialFlowSolver.AddDofs (   self)

◆ AddVariables()

def potential_flow_solver.PotentialFlowSolver.AddVariables (   self)

◆ GetDefaultParameters()

def potential_flow_solver.PotentialFlowSolver.GetDefaultParameters (   cls)

◆ Initialize()

def potential_flow_solver.PotentialFlowSolver.Initialize (   self)

Member Data Documentation

◆ condition_name

potential_flow_solver.PotentialFlowSolver.condition_name

◆ domain_size

potential_flow_solver.PotentialFlowSolver.domain_size

◆ element_has_nodal_properties

potential_flow_solver.PotentialFlowSolver.element_has_nodal_properties

◆ element_name

potential_flow_solver.PotentialFlowSolver.element_name

◆ formulation

potential_flow_solver.PotentialFlowSolver.formulation

◆ min_buffer_size

potential_flow_solver.PotentialFlowSolver.min_buffer_size

◆ reference_chord

potential_flow_solver.PotentialFlowSolver.reference_chord

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