![]() |
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.
|
Class to compute hydraulic inlet profile. More...
Public Member Functions | |
| def | __init__ (self, Model, settings) |
| def | ExecuteBeforeSolutionLoop (self) |
| def | ExecuteInitializeSolutionStep (self) |
| def | ExecuteFinalizeSolutionStep (self) |
| def | CalculateFroudeNumber (self, water_depth) |
Static Public Member Functions | |
| def | GetDefaultParameters () |
Class to compute hydraulic inlet profile.
| def apply_hydraulic_inlet_process.ApplyHydraulicInletProcess.__init__ | ( | self, | |
| Model, | |||
| settings | |||
| ) |
| def apply_hydraulic_inlet_process.ApplyHydraulicInletProcess.CalculateFroudeNumber | ( | self, | |
| water_depth | |||
| ) |
| def apply_hydraulic_inlet_process.ApplyHydraulicInletProcess.ExecuteBeforeSolutionLoop | ( | self | ) |
| def apply_hydraulic_inlet_process.ApplyHydraulicInletProcess.ExecuteFinalizeSolutionStep | ( | self | ) |
| def apply_hydraulic_inlet_process.ApplyHydraulicInletProcess.ExecuteInitializeSolutionStep | ( | self | ) |
|
static |
| apply_hydraulic_inlet_process.ApplyHydraulicInletProcess.aux_function |
| apply_hydraulic_inlet_process.ApplyHydraulicInletProcess.critical_depth_tolerance |
| apply_hydraulic_inlet_process.ApplyHydraulicInletProcess.discharge_value_is_constant |
| apply_hydraulic_inlet_process.ApplyHydraulicInletProcess.discharge_value_is_function |
| apply_hydraulic_inlet_process.ApplyHydraulicInletProcess.discharge_value_is_table |
| apply_hydraulic_inlet_process.ApplyHydraulicInletProcess.domain_size |
| apply_hydraulic_inlet_process.ApplyHydraulicInletProcess.function_string |
| apply_hydraulic_inlet_process.ApplyHydraulicInletProcess.gravity |
| apply_hydraulic_inlet_process.ApplyHydraulicInletProcess.initial_water_depth |
| apply_hydraulic_inlet_process.ApplyHydraulicInletProcess.inlet_discharge |
| apply_hydraulic_inlet_process.ApplyHydraulicInletProcess.inlet_model_part |
| apply_hydraulic_inlet_process.ApplyHydraulicInletProcess.interval |
| apply_hydraulic_inlet_process.ApplyHydraulicInletProcess.maximum_iterations |
| apply_hydraulic_inlet_process.ApplyHydraulicInletProcess.step_is_active |
| apply_hydraulic_inlet_process.ApplyHydraulicInletProcess.table |
| apply_hydraulic_inlet_process.ApplyHydraulicInletProcess.water_depth_tolerance |
| apply_hydraulic_inlet_process.ApplyHydraulicInletProcess.water_depth_variable |
| apply_hydraulic_inlet_process.ApplyHydraulicInletProcess.wetted_area |
| apply_hydraulic_inlet_process.ApplyHydraulicInletProcess.wetted_perimeter |