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
coupling_operations.reset_pfem_kinematics.ResetPfemKinematics Class Reference

This operation is used to reset the PFEM kinematic values on a given model part. More...

Inheritance diagram for coupling_operations.reset_pfem_kinematics.ResetPfemKinematics:
Collaboration diagram for coupling_operations.reset_pfem_kinematics.ResetPfemKinematics:

Public Member Functions

def __init__ (self, settings, solver_wrappers, process_info, data_communicator)
 
def InitializeCouplingIteration (self)
 

Public Attributes

 model_part_name
 
 model_part
 
 interval
 

Detailed Description

This operation is used to reset the PFEM kinematic values on a given model part.

It does not touch the SOLID/RIGID nodes (See the PfemFluidDynamicsApp - move_mesh_utility.cpp implementation) TODO:

Constructor & Destructor Documentation

◆ __init__()

def coupling_operations.reset_pfem_kinematics.ResetPfemKinematics.__init__ (   self,
  settings,
  solver_wrappers,
  process_info,
  data_communicator 
)

Member Function Documentation

◆ InitializeCouplingIteration()

def coupling_operations.reset_pfem_kinematics.ResetPfemKinematics.InitializeCouplingIteration (   self)

Member Data Documentation

◆ interval

coupling_operations.reset_pfem_kinematics.ResetPfemKinematics.interval

◆ model_part

coupling_operations.reset_pfem_kinematics.ResetPfemKinematics.model_part

◆ model_part_name

coupling_operations.reset_pfem_kinematics.ResetPfemKinematics.model_part_name

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