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.
|
Planar surface in parabola benchark. More...
Public Member Functions | |
def | __init__ (self, model, settings) |
Constructor of the benchmark. More... | |
def | ExecuteInitialize (self) |
def | Check (self) |
This method checks if the input values have physical sense. More... | |
Public Attributes | |
h0 | |
a | |
g | |
B | |
C | |
L | |
Planar surface in parabola benchark.
O. Delestre, C. Lucas, P.-A. Ksinant, F. Darboux, C. Laguerre, T.N.T. Vo, F. James, S. Cordier SWASHES: a compilation of Shallow Water Analytic Solutions for Hydraulic and Environmental Studies International Journal for Numerical Methods in Fluids, Wiley, 2013, 72 (3), pp.269-300
def planar_surface_in_parabola_benchmark.PlanarSurfaceInParabolaBenchmark.__init__ | ( | self, | |
model, | |||
settings | |||
) |
Constructor of the benchmark.
The base class validates the settings and sets the model_part, the variables and the benchmark_settings
def planar_surface_in_parabola_benchmark.PlanarSurfaceInParabolaBenchmark.Check | ( | self | ) |
This method checks if the input values have physical sense.
def planar_surface_in_parabola_benchmark.PlanarSurfaceInParabolaBenchmark.ExecuteInitialize | ( | self | ) |
planar_surface_in_parabola_benchmark.PlanarSurfaceInParabolaBenchmark.a |
planar_surface_in_parabola_benchmark.PlanarSurfaceInParabolaBenchmark.B |
planar_surface_in_parabola_benchmark.PlanarSurfaceInParabolaBenchmark.C |
planar_surface_in_parabola_benchmark.PlanarSurfaceInParabolaBenchmark.g |
planar_surface_in_parabola_benchmark.PlanarSurfaceInParabolaBenchmark.h0 |
planar_surface_in_parabola_benchmark.PlanarSurfaceInParabolaBenchmark.L |