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
replace_properties_process.ReplacePropertiesProcess Class Reference

All the processes python should be derived from "Process". More...

Inheritance diagram for replace_properties_process.ReplacePropertiesProcess:
Collaboration diagram for replace_properties_process.ReplacePropertiesProcess:

Public Member Functions

def __init__ (self, Model, settings)
 The default constructor of the class. More...
 
def ExecuteInitializeSolutionStep (self)
 This method is executed in order to initialize the current step. More...
 

Public Attributes

 model
 
 model_part
 
 interval
 
 reinitialize_entities
 
 materials_filename
 

Detailed Description

All the processes python should be derived from "Process".

This process replaces the properties in a given instant

Only the member variables listed below should be accessed directly.

Public member variables:
Model -- the container of the different model parts.
settings -- Kratos parameters containing solver settings.

Constructor & Destructor Documentation

◆ __init__()

def replace_properties_process.ReplacePropertiesProcess.__init__ (   self,
  Model,
  settings 
)

The default constructor of the class.

   Keyword arguments:
   self -- It signifies an instance of a class.
   Model -- the container of the different model parts.
   settings -- Kratos parameters containing solver settings.

Member Function Documentation

◆ ExecuteInitializeSolutionStep()

def replace_properties_process.ReplacePropertiesProcess.ExecuteInitializeSolutionStep (   self)

This method is executed in order to initialize the current step.

   Keyword arguments:
   self -- It signifies an instance of a class.

Member Data Documentation

◆ interval

replace_properties_process.ReplacePropertiesProcess.interval

◆ materials_filename

replace_properties_process.ReplacePropertiesProcess.materials_filename

◆ model

replace_properties_process.ReplacePropertiesProcess.model

◆ model_part

replace_properties_process.ReplacePropertiesProcess.model_part

◆ reinitialize_entities

replace_properties_process.ReplacePropertiesProcess.reinitialize_entities

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