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_initial_state_process.SetInitialStateProcess Class Reference

This process sets a given value for a certain flag in all the nodes of a submodelpart. More...

Inheritance diagram for set_initial_state_process.SetInitialStateProcess:
Collaboration diagram for set_initial_state_process.SetInitialStateProcess:

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...
 
def SetInitialState (self)
 This method creates the c++ process and sets each entity. More...
 

Public Attributes

 interval
 
 model_part
 
 dimension
 
 strain_functions
 
 imposed_strain
 
 stress_functions
 
 imposed_stress
 
 deformation_functions
 
 imposed_deformation_gradient
 

Detailed Description

This process sets a given value for a certain flag in all the nodes of a submodelpart.

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 set_initial_state_process.SetInitialStateProcess.__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 set_initial_state_process.SetInitialStateProcess.ExecuteInitializeSolutionStep (   self)

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

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

◆ SetInitialState()

def set_initial_state_process.SetInitialStateProcess.SetInitialState (   self)

This method creates the c++ process and sets each entity.

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

Member Data Documentation

◆ deformation_functions

set_initial_state_process.SetInitialStateProcess.deformation_functions

◆ dimension

set_initial_state_process.SetInitialStateProcess.dimension

◆ imposed_deformation_gradient

set_initial_state_process.SetInitialStateProcess.imposed_deformation_gradient

◆ imposed_strain

set_initial_state_process.SetInitialStateProcess.imposed_strain

◆ imposed_stress

set_initial_state_process.SetInitialStateProcess.imposed_stress

◆ interval

set_initial_state_process.SetInitialStateProcess.interval

◆ model_part

set_initial_state_process.SetInitialStateProcess.model_part

◆ strain_functions

set_initial_state_process.SetInitialStateProcess.strain_functions

◆ stress_functions

set_initial_state_process.SetInitialStateProcess.stress_functions

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