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.
Classes | Functions
pfem_check_and_prepare_fluid_model_process Namespace Reference

Classes

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

Functions

def StartTimeMeasuring ()
 This function starts time calculation. More...
 
def StopTimeMeasuring (time_ip, process, report)
 This function ends time calculation. More...
 
def Factory (settings, Model)
 This function creates the process. More...
 

Function Documentation

◆ Factory()

def pfem_check_and_prepare_fluid_model_process.Factory (   settings,
  Model 
)

This function creates the process.

◆ StartTimeMeasuring()

def pfem_check_and_prepare_fluid_model_process.StartTimeMeasuring ( )

This function starts time calculation.

◆ StopTimeMeasuring()

def pfem_check_and_prepare_fluid_model_process.StopTimeMeasuring (   time_ip,
  process,
  report 
)

This function ends time calculation.