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
set_topography_process.SetTopographyProcess Class Reference

This process sets the value of a scalar variable using the AssignScalarVariableProcess. More...

Inheritance diagram for set_topography_process.SetTopographyProcess:
Collaboration diagram for set_topography_process.SetTopographyProcess:

Public Member Functions

def __init__ (self, Model, settings)
 
def ExecuteInitialize (self)
 
def ExecuteInitializeSolutionStep (self)
 

Public Attributes

 model_part
 
 depends_on_time
 
 set_mesh_z_to_zero
 
 process
 

Detailed Description

This process sets the value of a scalar variable using the AssignScalarVariableProcess.

Constructor & Destructor Documentation

◆ __init__()

def set_topography_process.SetTopographyProcess.__init__ (   self,
  Model,
  settings 
)

Member Function Documentation

◆ ExecuteInitialize()

def set_topography_process.SetTopographyProcess.ExecuteInitialize (   self)

◆ ExecuteInitializeSolutionStep()

def set_topography_process.SetTopographyProcess.ExecuteInitializeSolutionStep (   self)

Member Data Documentation

◆ depends_on_time

set_topography_process.SetTopographyProcess.depends_on_time

◆ model_part

set_topography_process.SetTopographyProcess.model_part

◆ process

set_topography_process.SetTopographyProcess.process

◆ set_mesh_z_to_zero

set_topography_process.SetTopographyProcess.set_mesh_z_to_zero

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