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
decompressed_material_bts_test.DecompressedMaterialBTSTest Class Reference
Inheritance diagram for decompressed_material_bts_test.DecompressedMaterialBTSTest:
Collaboration diagram for decompressed_material_bts_test.DecompressedMaterialBTSTest:

Public Member Functions

def __init__ (self, model, parameters)
 
def Initialize (self)
 
def ApplyLoadingVelocityToBTSPlates (self)
 
def ApplyPreCompression (self)
 
def ResetLoadingVelocity (self)
 
def ApplyDeCompression (self)
 
def RunSolutionLoop (self)
 
def OutputSolutionStep (self)
 
def FinalizeSolutionStepPreCompression (self)
 
def FinalizeSolutionStepDeCompression (self)
 
def FinalizeSolutionStep (self)
 
def Finalize (self)
 
def InitializeMaterialTest (self)
 
def MeasureForcesAndPressurePreCompression (self)
 
def MeasureForcesAndPressureDeCompression (self)
 
def MeasureForcesAndPressure (self)
 
def ComputeLoadingVelocity (self)
 
def ComputeMeasuringSurface (self)
 
def PrepareTestTriaxialHydro (self)
 
def PrepareBTSTest (self)
 
def PrepareTests (self)
 
def CylinderSkinDetermination (self)
 
def ApplyLateralPressure (self, Pressure, XLAT, XBOT, XTOP, XBOTCORNER, XTOPCORNER, alpha_top, alpha_bot, alpha_lat)
 
def PrepareDataForGraph (self)
 
def PrintGraph (self, time)
 
def FinalizeGraphs (self)
 

Public Attributes

 parameters
 
 compression_stage_completed
 
 decompression_stage_completed
 
 time_to_print_bts_graph
 
 SigmaHorizontal
 
 SigmaVertical
 
 SigmaVerticalAlmostZero
 
 PlatesDecompressionVelocity
 
 time
 
 top_mesh_nodes
 
 bot_mesh_nodes
 
 top_mesh_nodes_bts
 
 bot_mesh_nodes_bts
 
 xtop_area
 
 xbot_area
 
 xlat_area
 
 xtopcorner_area
 
 xbotcorner_area
 
 SKIN
 
 LAT
 
 BOT
 
 TOP
 
 XLAT
 
 XTOP
 
 XBOT
 
 XTOPCORNER
 
 XBOTCORNER
 
 bond_00_05
 
 bond_05_10
 
 bond_10_15
 
 bond_15_20
 
 bond_20_25
 
 bond_25_30
 
 bond_30_35
 
 bond_35_40
 
 bond_40_45
 
 bond_45_50
 
 bond_50_55
 
 bond_55_60
 
 bond_60_65
 
 bond_65_70
 
 bond_70_75
 
 bond_75_80
 
 bond_80_85
 
 bond_85_90
 
 sizes
 
 sigma_mean_table
 
 tau_mean_table
 
 sigma_rel_std_dev_table
 
 tau_rel_std_dev_table
 
 sigma_ratio_table
 
 graph_counter
 
 renew_pressure
 
 Pressure
 
 pressure_to_apply
 
 CN_graph_counter
 
 length_correction_factor
 
 graph_frequency
 
 strain
 
 strain_bts
 
 volumetric_strain
 
 radial_strain
 
 first_time_entry
 
 first_time_entry_2
 
 total_stress_top
 
 total_stress_bot
 
 total_stress_mean
 
 LoadingVelocity
 
 MeasuringSurface
 
 height
 
 diameter
 
 ConfinementPressure
 
 y_coordinate_of_cylinder_bottom_base
 
 z_coordinate_of_cylinder_bottom_base
 
 problem_name
 
 initial_time
 
 chart
 
 aux
 
 PreUtilities
 
 total_stress_bts
 
 alpha_top
 Correction Coefs TODO 0.25* for cylinder section EXXON. More...
 
 alpha_bot
 
 alpha_lat
 
 graph_export_5
 
 graph_export_1
 
 graph_export_2
 
 graph_export_3
 
 graph_export_4
 
 CN_export
 
 total_check
 

Constructor & Destructor Documentation

◆ __init__()

def decompressed_material_bts_test.DecompressedMaterialBTSTest.__init__ (   self,
  model,
  parameters 
)

Member Function Documentation

◆ ApplyDeCompression()

def decompressed_material_bts_test.DecompressedMaterialBTSTest.ApplyDeCompression (   self)

◆ ApplyLateralPressure()

def decompressed_material_bts_test.DecompressedMaterialBTSTest.ApplyLateralPressure (   self,
  Pressure,
  XLAT,
  XBOT,
  XTOP,
  XBOTCORNER,
  XTOPCORNER,
  alpha_top,
  alpha_bot,
  alpha_lat 
)

◆ ApplyLoadingVelocityToBTSPlates()

def decompressed_material_bts_test.DecompressedMaterialBTSTest.ApplyLoadingVelocityToBTSPlates (   self)

◆ ApplyPreCompression()

def decompressed_material_bts_test.DecompressedMaterialBTSTest.ApplyPreCompression (   self)

◆ ComputeLoadingVelocity()

def decompressed_material_bts_test.DecompressedMaterialBTSTest.ComputeLoadingVelocity (   self)

◆ ComputeMeasuringSurface()

def decompressed_material_bts_test.DecompressedMaterialBTSTest.ComputeMeasuringSurface (   self)

◆ CylinderSkinDetermination()

def decompressed_material_bts_test.DecompressedMaterialBTSTest.CylinderSkinDetermination (   self)

◆ Finalize()

def decompressed_material_bts_test.DecompressedMaterialBTSTest.Finalize (   self)

◆ FinalizeGraphs()

def decompressed_material_bts_test.DecompressedMaterialBTSTest.FinalizeGraphs (   self)

◆ FinalizeSolutionStep()

def decompressed_material_bts_test.DecompressedMaterialBTSTest.FinalizeSolutionStep (   self)

◆ FinalizeSolutionStepDeCompression()

def decompressed_material_bts_test.DecompressedMaterialBTSTest.FinalizeSolutionStepDeCompression (   self)

◆ FinalizeSolutionStepPreCompression()

def decompressed_material_bts_test.DecompressedMaterialBTSTest.FinalizeSolutionStepPreCompression (   self)

◆ Initialize()

def decompressed_material_bts_test.DecompressedMaterialBTSTest.Initialize (   self)

◆ InitializeMaterialTest()

def decompressed_material_bts_test.DecompressedMaterialBTSTest.InitializeMaterialTest (   self)

◆ MeasureForcesAndPressure()

def decompressed_material_bts_test.DecompressedMaterialBTSTest.MeasureForcesAndPressure (   self)

◆ MeasureForcesAndPressureDeCompression()

def decompressed_material_bts_test.DecompressedMaterialBTSTest.MeasureForcesAndPressureDeCompression (   self)

◆ MeasureForcesAndPressurePreCompression()

def decompressed_material_bts_test.DecompressedMaterialBTSTest.MeasureForcesAndPressurePreCompression (   self)

◆ OutputSolutionStep()

def decompressed_material_bts_test.DecompressedMaterialBTSTest.OutputSolutionStep (   self)

◆ PrepareBTSTest()

def decompressed_material_bts_test.DecompressedMaterialBTSTest.PrepareBTSTest (   self)

◆ PrepareDataForGraph()

def decompressed_material_bts_test.DecompressedMaterialBTSTest.PrepareDataForGraph (   self)

◆ PrepareTests()

def decompressed_material_bts_test.DecompressedMaterialBTSTest.PrepareTests (   self)

◆ PrepareTestTriaxialHydro()

def decompressed_material_bts_test.DecompressedMaterialBTSTest.PrepareTestTriaxialHydro (   self)

◆ PrintGraph()

def decompressed_material_bts_test.DecompressedMaterialBTSTest.PrintGraph (   self,
  time 
)

◆ ResetLoadingVelocity()

def decompressed_material_bts_test.DecompressedMaterialBTSTest.ResetLoadingVelocity (   self)

◆ RunSolutionLoop()

def decompressed_material_bts_test.DecompressedMaterialBTSTest.RunSolutionLoop (   self)

Member Data Documentation

◆ alpha_bot

decompressed_material_bts_test.DecompressedMaterialBTSTest.alpha_bot

◆ alpha_lat

decompressed_material_bts_test.DecompressedMaterialBTSTest.alpha_lat

◆ alpha_top

decompressed_material_bts_test.DecompressedMaterialBTSTest.alpha_top

Correction Coefs TODO 0.25* for cylinder section EXXON.

◆ aux

decompressed_material_bts_test.DecompressedMaterialBTSTest.aux

◆ bond_00_05

decompressed_material_bts_test.DecompressedMaterialBTSTest.bond_00_05

◆ bond_05_10

decompressed_material_bts_test.DecompressedMaterialBTSTest.bond_05_10

◆ bond_10_15

decompressed_material_bts_test.DecompressedMaterialBTSTest.bond_10_15

◆ bond_15_20

decompressed_material_bts_test.DecompressedMaterialBTSTest.bond_15_20

◆ bond_20_25

decompressed_material_bts_test.DecompressedMaterialBTSTest.bond_20_25

◆ bond_25_30

decompressed_material_bts_test.DecompressedMaterialBTSTest.bond_25_30

◆ bond_30_35

decompressed_material_bts_test.DecompressedMaterialBTSTest.bond_30_35

◆ bond_35_40

decompressed_material_bts_test.DecompressedMaterialBTSTest.bond_35_40

◆ bond_40_45

decompressed_material_bts_test.DecompressedMaterialBTSTest.bond_40_45

◆ bond_45_50

decompressed_material_bts_test.DecompressedMaterialBTSTest.bond_45_50

◆ bond_50_55

decompressed_material_bts_test.DecompressedMaterialBTSTest.bond_50_55

◆ bond_55_60

decompressed_material_bts_test.DecompressedMaterialBTSTest.bond_55_60

◆ bond_60_65

decompressed_material_bts_test.DecompressedMaterialBTSTest.bond_60_65

◆ bond_65_70

decompressed_material_bts_test.DecompressedMaterialBTSTest.bond_65_70

◆ bond_70_75

decompressed_material_bts_test.DecompressedMaterialBTSTest.bond_70_75

◆ bond_75_80

decompressed_material_bts_test.DecompressedMaterialBTSTest.bond_75_80

◆ bond_80_85

decompressed_material_bts_test.DecompressedMaterialBTSTest.bond_80_85

◆ bond_85_90

decompressed_material_bts_test.DecompressedMaterialBTSTest.bond_85_90

◆ BOT

decompressed_material_bts_test.DecompressedMaterialBTSTest.BOT

◆ bot_mesh_nodes

decompressed_material_bts_test.DecompressedMaterialBTSTest.bot_mesh_nodes

◆ bot_mesh_nodes_bts

decompressed_material_bts_test.DecompressedMaterialBTSTest.bot_mesh_nodes_bts

◆ chart

decompressed_material_bts_test.DecompressedMaterialBTSTest.chart

◆ CN_export

decompressed_material_bts_test.DecompressedMaterialBTSTest.CN_export

◆ CN_graph_counter

decompressed_material_bts_test.DecompressedMaterialBTSTest.CN_graph_counter

◆ compression_stage_completed

decompressed_material_bts_test.DecompressedMaterialBTSTest.compression_stage_completed

◆ ConfinementPressure

decompressed_material_bts_test.DecompressedMaterialBTSTest.ConfinementPressure

◆ decompression_stage_completed

decompressed_material_bts_test.DecompressedMaterialBTSTest.decompression_stage_completed

◆ diameter

decompressed_material_bts_test.DecompressedMaterialBTSTest.diameter

◆ first_time_entry

decompressed_material_bts_test.DecompressedMaterialBTSTest.first_time_entry

◆ first_time_entry_2

decompressed_material_bts_test.DecompressedMaterialBTSTest.first_time_entry_2

◆ graph_counter

decompressed_material_bts_test.DecompressedMaterialBTSTest.graph_counter

◆ graph_export_1

decompressed_material_bts_test.DecompressedMaterialBTSTest.graph_export_1

◆ graph_export_2

decompressed_material_bts_test.DecompressedMaterialBTSTest.graph_export_2

◆ graph_export_3

decompressed_material_bts_test.DecompressedMaterialBTSTest.graph_export_3

◆ graph_export_4

decompressed_material_bts_test.DecompressedMaterialBTSTest.graph_export_4

◆ graph_export_5

decompressed_material_bts_test.DecompressedMaterialBTSTest.graph_export_5

◆ graph_frequency

decompressed_material_bts_test.DecompressedMaterialBTSTest.graph_frequency

◆ height

decompressed_material_bts_test.DecompressedMaterialBTSTest.height

◆ initial_time

decompressed_material_bts_test.DecompressedMaterialBTSTest.initial_time

◆ LAT

decompressed_material_bts_test.DecompressedMaterialBTSTest.LAT

◆ length_correction_factor

decompressed_material_bts_test.DecompressedMaterialBTSTest.length_correction_factor

◆ LoadingVelocity

decompressed_material_bts_test.DecompressedMaterialBTSTest.LoadingVelocity

◆ MeasuringSurface

decompressed_material_bts_test.DecompressedMaterialBTSTest.MeasuringSurface

◆ parameters

decompressed_material_bts_test.DecompressedMaterialBTSTest.parameters

◆ PlatesDecompressionVelocity

decompressed_material_bts_test.DecompressedMaterialBTSTest.PlatesDecompressionVelocity

◆ Pressure

decompressed_material_bts_test.DecompressedMaterialBTSTest.Pressure

◆ pressure_to_apply

decompressed_material_bts_test.DecompressedMaterialBTSTest.pressure_to_apply

◆ PreUtilities

decompressed_material_bts_test.DecompressedMaterialBTSTest.PreUtilities

◆ problem_name

decompressed_material_bts_test.DecompressedMaterialBTSTest.problem_name

◆ radial_strain

decompressed_material_bts_test.DecompressedMaterialBTSTest.radial_strain

◆ renew_pressure

decompressed_material_bts_test.DecompressedMaterialBTSTest.renew_pressure

◆ sigma_mean_table

decompressed_material_bts_test.DecompressedMaterialBTSTest.sigma_mean_table

◆ sigma_ratio_table

decompressed_material_bts_test.DecompressedMaterialBTSTest.sigma_ratio_table

◆ sigma_rel_std_dev_table

decompressed_material_bts_test.DecompressedMaterialBTSTest.sigma_rel_std_dev_table

◆ SigmaHorizontal

decompressed_material_bts_test.DecompressedMaterialBTSTest.SigmaHorizontal

◆ SigmaVertical

decompressed_material_bts_test.DecompressedMaterialBTSTest.SigmaVertical

◆ SigmaVerticalAlmostZero

decompressed_material_bts_test.DecompressedMaterialBTSTest.SigmaVerticalAlmostZero

◆ sizes

decompressed_material_bts_test.DecompressedMaterialBTSTest.sizes

◆ SKIN

decompressed_material_bts_test.DecompressedMaterialBTSTest.SKIN

◆ strain

decompressed_material_bts_test.DecompressedMaterialBTSTest.strain

◆ strain_bts

decompressed_material_bts_test.DecompressedMaterialBTSTest.strain_bts

◆ tau_mean_table

decompressed_material_bts_test.DecompressedMaterialBTSTest.tau_mean_table

◆ tau_rel_std_dev_table

decompressed_material_bts_test.DecompressedMaterialBTSTest.tau_rel_std_dev_table

◆ time

decompressed_material_bts_test.DecompressedMaterialBTSTest.time

◆ time_to_print_bts_graph

decompressed_material_bts_test.DecompressedMaterialBTSTest.time_to_print_bts_graph

◆ TOP

decompressed_material_bts_test.DecompressedMaterialBTSTest.TOP

◆ top_mesh_nodes

decompressed_material_bts_test.DecompressedMaterialBTSTest.top_mesh_nodes

◆ top_mesh_nodes_bts

decompressed_material_bts_test.DecompressedMaterialBTSTest.top_mesh_nodes_bts

◆ total_check

decompressed_material_bts_test.DecompressedMaterialBTSTest.total_check

◆ total_stress_bot

decompressed_material_bts_test.DecompressedMaterialBTSTest.total_stress_bot

◆ total_stress_bts

decompressed_material_bts_test.DecompressedMaterialBTSTest.total_stress_bts

◆ total_stress_mean

decompressed_material_bts_test.DecompressedMaterialBTSTest.total_stress_mean

◆ total_stress_top

decompressed_material_bts_test.DecompressedMaterialBTSTest.total_stress_top

◆ volumetric_strain

decompressed_material_bts_test.DecompressedMaterialBTSTest.volumetric_strain

◆ XBOT

decompressed_material_bts_test.DecompressedMaterialBTSTest.XBOT

◆ xbot_area

decompressed_material_bts_test.DecompressedMaterialBTSTest.xbot_area

◆ XBOTCORNER

decompressed_material_bts_test.DecompressedMaterialBTSTest.XBOTCORNER

◆ xbotcorner_area

decompressed_material_bts_test.DecompressedMaterialBTSTest.xbotcorner_area

◆ XLAT

decompressed_material_bts_test.DecompressedMaterialBTSTest.XLAT

◆ xlat_area

decompressed_material_bts_test.DecompressedMaterialBTSTest.xlat_area

◆ XTOP

decompressed_material_bts_test.DecompressedMaterialBTSTest.XTOP

◆ xtop_area

decompressed_material_bts_test.DecompressedMaterialBTSTest.xtop_area

◆ XTOPCORNER

decompressed_material_bts_test.DecompressedMaterialBTSTest.XTOPCORNER

◆ xtopcorner_area

decompressed_material_bts_test.DecompressedMaterialBTSTest.xtopcorner_area

◆ y_coordinate_of_cylinder_bottom_base

decompressed_material_bts_test.DecompressedMaterialBTSTest.y_coordinate_of_cylinder_bottom_base

◆ z_coordinate_of_cylinder_bottom_base

decompressed_material_bts_test.DecompressedMaterialBTSTest.z_coordinate_of_cylinder_bottom_base

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