![]() |
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 stationary class for convection-diffusion solvers. More...
Public Member Functions | |
| def | __init__ (self, main_model_part, custom_settings) |
Public Member Functions inherited from convection_diffusion_solver.ConvectionDiffusionSolver | |
| def | GetDefaultParameters (cls) |
| def | AddVariables (self, target_model_part=None) |
| def | GetMinimumBufferSize (self) |
| def | AddDofs (self) |
| def | GetDofsList (self) |
| This function creates and returns a list with the DOFs defined in the Kratos parameters settings Note that element GetSpecifications method cannot be used in this case as DOF variables are a priori unknown. More... | |
| def | ImportModelPart (self) |
| This function imports the ModelPart. More... | |
| def | PrepareModelPart (self) |
| def | Initialize (self) |
| Perform initialization after adding nodal variables and dofs to the main model part. More... | |
| def | GetOutputVariables (self) |
| def | Solve (self) |
| def | InitializeSolutionStep (self) |
| def | Predict (self) |
| def | SolveSolutionStep (self) |
| def | FinalizeSolutionStep (self) |
| def | AdvanceInTime (self, current_time) |
| def | ComputeDeltaTime (self) |
| def | GetComputingModelPart (self) |
| def | ExportModelPart (self) |
| def | SetEchoLevel (self, level) |
| def | Clear (self) |
| def | Check (self) |
| def | import_materials (self) |
| def | is_restarted (self) |
| def | get_epetra_communicator (self) |
Public Attributes | |
| min_buffer_size | |
Public Attributes inherited from convection_diffusion_solver.ConvectionDiffusionSolver | |
| min_buffer_size | |
| main_model_part | |
| solver_imports_model_part | |
| distributed_model_part_importer | |
The stationary class for convection-diffusion solvers.
Public member variables: stationary_settings -- settings for the implicit dynamic solvers. See convection_diffusion_solver.py for more information.
| def convection_diffusion_stationary_solver.ConvectionDiffusionStationarySolver.__init__ | ( | self, | |
| main_model_part, | |||
| custom_settings | |||
| ) |
| convection_diffusion_stationary_solver.ConvectionDiffusionStationarySolver.min_buffer_size |