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.
|
Functions | |
def | IntervalIndex (x, bottom, top, number_of_intervals) |
def | RobustQuotient (a, b) |
def | TooNew (creation_time) |
def | z_init (z) |
def | CalculateProbabilityOfGettingTrapped () |
Variables | |
float | L = 0.0048 |
float | z_plane_of_symmetry = -0.0024 |
int | n_intervals = 30 |
float | max_creation_time = 1.0 |
string | fluid_run_name = 'mesh_38288_nodes' |
string | snapshot_name = '1' |
float | a = 0.00024 / L |
def t_junction.plot_trap_probabilities.CalculateProbabilityOfGettingTrapped | ( | ) |
def t_junction.plot_trap_probabilities.IntervalIndex | ( | x, | |
bottom, | |||
top, | |||
number_of_intervals | |||
) |
def t_junction.plot_trap_probabilities.RobustQuotient | ( | a, | |
b | |||
) |
def t_junction.plot_trap_probabilities.TooNew | ( | creation_time | ) |
def t_junction.plot_trap_probabilities.z_init | ( | z | ) |
float t_junction.plot_trap_probabilities.a = 0.00024 / L |
string t_junction.plot_trap_probabilities.fluid_run_name = 'mesh_38288_nodes' |
float t_junction.plot_trap_probabilities.L = 0.0048 |
float t_junction.plot_trap_probabilities.max_creation_time = 1.0 |
int t_junction.plot_trap_probabilities.n_intervals = 30 |
string t_junction.plot_trap_probabilities.snapshot_name = '1' |
float t_junction.plot_trap_probabilities.z_plane_of_symmetry = -0.0024 |