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.
|
The structural mechanics contact static solver. More...
Public Member Functions | |
def | __init__ (self, model, custom_settings) |
def | ValidateSettings (self) |
This function validates the settings of the solver. More... | |
def | AddVariables (self) |
def | AddDofs (self) |
def | Initialize (self) |
def | Solve (self) |
def | SolveSolutionStep (self) |
def | ExecuteFinalizeSolutionStep (self) |
def | ComputeDeltaTime (self) |
def | AddProcessesList (self, processes_list) |
def | AddPostProcess (self, post_process) |
def | GetDefaultParameters (cls) |
Public Attributes | |
contact_settings | |
linear_solver_settings | |
echo_level | |
processes_list | |
post_process | |
mechanical_scheme | |
linear_solver | |
mechanical_convergence_criterion | |
builder_and_solver | |
The structural mechanics contact static solver.
This class creates the mechanical solvers for contact static analysis. It currently supports line search, linear, arc-length, form-finding and Newton-Raphson strategies. Public member variables: arc_length_settings -- settings for the arc length method. See structural_mechanics_solver.py for more information.
def contact_structural_mechanics_static_solver.ContactStaticMechanicalSolver.__init__ | ( | self, | |
model, | |||
custom_settings | |||
) |
def contact_structural_mechanics_static_solver.ContactStaticMechanicalSolver.AddDofs | ( | self | ) |
def contact_structural_mechanics_static_solver.ContactStaticMechanicalSolver.AddPostProcess | ( | self, | |
post_process | |||
) |
def contact_structural_mechanics_static_solver.ContactStaticMechanicalSolver.AddProcessesList | ( | self, | |
processes_list | |||
) |
def contact_structural_mechanics_static_solver.ContactStaticMechanicalSolver.AddVariables | ( | self | ) |
def contact_structural_mechanics_static_solver.ContactStaticMechanicalSolver.ComputeDeltaTime | ( | self | ) |
def contact_structural_mechanics_static_solver.ContactStaticMechanicalSolver.ExecuteFinalizeSolutionStep | ( | self | ) |
def contact_structural_mechanics_static_solver.ContactStaticMechanicalSolver.GetDefaultParameters | ( | cls | ) |
def contact_structural_mechanics_static_solver.ContactStaticMechanicalSolver.Initialize | ( | self | ) |
def contact_structural_mechanics_static_solver.ContactStaticMechanicalSolver.Solve | ( | self | ) |
def contact_structural_mechanics_static_solver.ContactStaticMechanicalSolver.SolveSolutionStep | ( | self | ) |
def contact_structural_mechanics_static_solver.ContactStaticMechanicalSolver.ValidateSettings | ( | self | ) |
This function validates the settings of the solver.
contact_structural_mechanics_static_solver.ContactStaticMechanicalSolver.builder_and_solver |
contact_structural_mechanics_static_solver.ContactStaticMechanicalSolver.contact_settings |
contact_structural_mechanics_static_solver.ContactStaticMechanicalSolver.echo_level |
contact_structural_mechanics_static_solver.ContactStaticMechanicalSolver.linear_solver |
contact_structural_mechanics_static_solver.ContactStaticMechanicalSolver.linear_solver_settings |
contact_structural_mechanics_static_solver.ContactStaticMechanicalSolver.mechanical_convergence_criterion |
contact_structural_mechanics_static_solver.ContactStaticMechanicalSolver.mechanical_scheme |
contact_structural_mechanics_static_solver.ContactStaticMechanicalSolver.post_process |
contact_structural_mechanics_static_solver.ContactStaticMechanicalSolver.processes_list |