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
depth_integration_input_process.DepthIntegrationInputProcess Class Reference

DepthIntegrationInputProcess. More...

Inheritance diagram for depth_integration_input_process.DepthIntegrationInputProcess:
Collaboration diagram for depth_integration_input_process.DepthIntegrationInputProcess:

Public Member Functions

def GetDefaultParameters (self)
 
def __init__ (self, model, settings)
 The constructor of the DepthIntegrationInputProcess. More...
 
def Check (self)
 Check the processes. More...
 
def ExecuteInitialize (self)
 Read the input_model_part and set the variables. More...
 
def ExecuteInitializeSolutionStep (self)
 Set the variables in the input_model_part at the current time. More...
 

Public Attributes

 settings
 
 interface_model_part
 
 input_model_part
 
 interval
 
 variables
 
 variables_to_fix
 
 hdf5_import
 
 hdf5_process
 
 times
 
 mapper
 

Detailed Description

DepthIntegrationInputProcess.

Read the depth integrated values from an HDF5 file and set them as boundary conditions.

Constructor & Destructor Documentation

◆ __init__()

def depth_integration_input_process.DepthIntegrationInputProcess.__init__ (   self,
  model,
  settings 
)

The constructor of the DepthIntegrationInputProcess.

Member Function Documentation

◆ Check()

def depth_integration_input_process.DepthIntegrationInputProcess.Check (   self)

Check the processes.

◆ ExecuteInitialize()

def depth_integration_input_process.DepthIntegrationInputProcess.ExecuteInitialize (   self)

Read the input_model_part and set the variables.

◆ ExecuteInitializeSolutionStep()

def depth_integration_input_process.DepthIntegrationInputProcess.ExecuteInitializeSolutionStep (   self)

Set the variables in the input_model_part at the current time.

◆ GetDefaultParameters()

def depth_integration_input_process.DepthIntegrationInputProcess.GetDefaultParameters (   self)

Member Data Documentation

◆ hdf5_import

depth_integration_input_process.DepthIntegrationInputProcess.hdf5_import

◆ hdf5_process

depth_integration_input_process.DepthIntegrationInputProcess.hdf5_process

◆ input_model_part

depth_integration_input_process.DepthIntegrationInputProcess.input_model_part

◆ interface_model_part

depth_integration_input_process.DepthIntegrationInputProcess.interface_model_part

◆ interval

depth_integration_input_process.DepthIntegrationInputProcess.interval

◆ mapper

depth_integration_input_process.DepthIntegrationInputProcess.mapper

◆ settings

depth_integration_input_process.DepthIntegrationInputProcess.settings

◆ times

depth_integration_input_process.DepthIntegrationInputProcess.times

◆ variables

depth_integration_input_process.DepthIntegrationInputProcess.variables

◆ variables_to_fix

depth_integration_input_process.DepthIntegrationInputProcess.variables_to_fix

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