![]() |
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.
|
Main script for geomechanics simulations. More...
Public Member Functions | |
| def | __init__ (self, model, project_parameters) |
| def | FinalizeSolutionStep (self) |
| def | run_flow_calculation (self) |
| def | update_pipe_heights (self) |
| def | initialise_grow_step (self) |
| def | finalise_grow_step (self) |
| def | RunSolutionLoop (self) |
| This function executes the solution loop of the AnalysisStage It can be overridden by derived classes. More... | |
Public Member Functions inherited from geomechanics_analysis.GeoMechanicsAnalysisBase | |
| def | ResetIfHasNodalSolutionStepVariable (self, variable) |
| def | ModifyInitialGeometry (self) |
| def | Finalize (self) |
| def | KeepAdvancingSolutionLoop (self) |
| def | PrintAnalysisStageProgressInformation (self) |
Public Attributes | |
| new_delta_time | |
| delta_time | |
Public Attributes inherited from geomechanics_analysis.GeoMechanicsAnalysis | |
| start_time | |
| end_time | |
| delta_time | |
| reduction_factor | |
| increase_factor | |
| min_iterations | |
| max_delta_time_factor | |
| max_delta_time | |
| number_cycles | |
| max_iterations | |
| solution_type | |
| reset_displacements | |
| rebuild_level | |
Public Attributes inherited from geomechanics_analysis.GeoMechanicsAnalysisBase | |
| initial_time | |
| parallel_type | |
Main script for geomechanics simulations.
| def piping_analysis.PipingAnalysis.__init__ | ( | self, | |
| model, | |||
| project_parameters | |||
| ) |
Reimplemented from geomechanics_analysis.GeoMechanicsAnalysis.
| def piping_analysis.PipingAnalysis.finalise_grow_step | ( | self | ) |
| def piping_analysis.PipingAnalysis.FinalizeSolutionStep | ( | self | ) |
Reimplemented from geomechanics_analysis.GeoMechanicsAnalysis.
| def piping_analysis.PipingAnalysis.initialise_grow_step | ( | self | ) |
| def piping_analysis.PipingAnalysis.run_flow_calculation | ( | self | ) |
| def piping_analysis.PipingAnalysis.RunSolutionLoop | ( | self | ) |
This function executes the solution loop of the AnalysisStage It can be overridden by derived classes.
Reimplemented from geomechanics_analysis.GeoMechanicsAnalysis.
| def piping_analysis.PipingAnalysis.update_pipe_heights | ( | self | ) |
| piping_analysis.PipingAnalysis.delta_time |
| piping_analysis.PipingAnalysis.new_delta_time |