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
cpp_process_factory.RansCheckScalarBoundsProcess Class Reference

Checks bounds of a scalar variable for given model part. More...

Inheritance diagram for cpp_process_factory.RansCheckScalarBoundsProcess:
Collaboration diagram for cpp_process_factory.RansCheckScalarBoundsProcess:

Public Member Functions

def __init__ (self, model, settings)
 
def Execute (self)
 
def ExecuteAfterCouplingSolveStep (self)
 
def __str__ (self)
 

Public Attributes

 variable
 
 model_part
 

Detailed Description

Checks bounds of a scalar variable for given model part.

Args: model (Kratos.Model): Kratos model settings (Kratos.Parameters): Settings for process

Constructor & Destructor Documentation

◆ __init__()

def cpp_process_factory.RansCheckScalarBoundsProcess.__init__ (   self,
  model,
  settings 
)

Member Function Documentation

◆ __str__()

def cpp_process_factory.RansCheckScalarBoundsProcess.__str__ (   self)

◆ Execute()

def cpp_process_factory.RansCheckScalarBoundsProcess.Execute (   self)

◆ ExecuteAfterCouplingSolveStep()

def cpp_process_factory.RansCheckScalarBoundsProcess.ExecuteAfterCouplingSolveStep (   self)

Member Data Documentation

◆ model_part

cpp_process_factory.RansCheckScalarBoundsProcess.model_part

◆ variable

cpp_process_factory.RansCheckScalarBoundsProcess.variable

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