rocky_sph_model_api
Last update: 17.07.2025 3// Includes =======================================================================================
11// ================================================================================================
13// ================================================================================================
135// ================================================================================================
137// ================================================================================================
470inline ROCKY_FUNCTIONS float IRockySPHDeviceModel::get_boundary_distance_tangential_factor() const
475inline ROCKY_FUNCTIONS ESPHBoundaryType IRockySPHDeviceModel::get_boundary_condition_type(int geometry_index) const
Definition rocky_point_cloud_api.hpp:15
Definition rocky_sph_model_api.hpp:146
ROCKY_FUNCTIONS float get_minimum_distance_squared() const
Definition rocky_sph_model_api.hpp:390
ROCKY_FUNCTIONS float get_smoothing_length() const
Definition rocky_sph_model_api.hpp:380
ROCKY_FUNCTIONS float get_turbulent_prandtl_number() const
Definition rocky_sph_model_api.hpp:415
ROCKY_FUNCTIONS float get_fluid_viscosity() const
Definition rocky_sph_model_api.hpp:395
ROCKY_FUNCTIONS float get_minimum_distance() const
Definition rocky_sph_model_api.hpp:385
ROCKY_FUNCTIONS float get_sph_timestep() const
Definition rocky_sph_model_api.hpp:350
ROCKY_FUNCTIONS ESPHKernelType get_kernel_type() const
Definition rocky_sph_model_api.hpp:345
ROCKY_FUNCTIONS float get_element_mass() const
Definition rocky_sph_model_api.hpp:360
ROCKY_FUNCTIONS float get_fluid_density() const
Definition rocky_sph_model_api.hpp:400
ROCKY_FUNCTIONS float get_fluid_specific_heat() const
Definition rocky_sph_model_api.hpp:410
ROCKY_FUNCTIONS float get_speed_of_sound() const
Definition rocky_sph_model_api.hpp:420
ROCKY_FUNCTIONS float get_fluid_thermal_conductivity() const
Definition rocky_sph_model_api.hpp:405
ROCKY_FUNCTIONS IRockyCloudPoint get_element_cloud_point(int point_cloud_index, const IRockySPHElement &element)
Definition rocky_sph_model_api.hpp:487
ROCKY_FUNCTIONS float get_damping_coefficient() const
Definition rocky_sph_model_api.hpp:430
ROCKY_FUNCTIONS float get_kernel_derivative(float distance) const
Definition rocky_sph_model_api.hpp:375
ROCKY_FUNCTIONS float get_wall_turbulent_thermal_conductance(float velocity, float distance) const
Definition rocky_sph_model_api.hpp:481
ROCKY_FUNCTIONS ESPHBoundaryType get_boundary_condition_type(int geometry_index) const
Definition rocky_sph_model_api.hpp:475
ROCKY_FUNCTIONS float get_initial_element_spacing() const
Definition rocky_sph_model_api.hpp:365
ROCKY_FUNCTIONS float get_stiffness() const
Definition rocky_sph_model_api.hpp:435
ROCKY_FUNCTIONS float get_kernel_weight(float distance) const
Definition rocky_sph_model_api.hpp:370
ROCKY_FUNCTIONS float get_surface_tension() const
Definition rocky_sph_model_api.hpp:425
ROCKY_FUNCTIONS bool has_turbulence_modeling() const
Definition rocky_sph_model_api.hpp:496
Definition rocky_sph_element_scalars.hpp:29
Definition rocky_sph_element_api.hpp:106
Definition rocky_sph_model_api.hpp:21
ROCKY_FUNCTIONS float get_fluid_density() const
Definition rocky_sph_model_api.cpp:56
float get_initial_element_spacing() const
Definition rocky_sph_model_api.cpp:36
ROCKY_FUNCTIONS float get_speed_of_sound() const
Definition rocky_sph_model_api.cpp:71
float get_smoothing_length() const
Definition rocky_sph_model_api.cpp:41
ESPHKernelType get_kernel_type() const
Definition rocky_sph_model_api.cpp:31
int get_number_of_active_sph_elements() const
Definition rocky_sph_model_api.cpp:16
int get_number_of_sph_elements() const
Definition rocky_sph_model_api.cpp:11
int get_number_of_active_free_sph_elements() const
Definition rocky_sph_model_api.cpp:26
IRockySPHElementScalarsModel get_sph_element_scalars() const
Definition rocky_sph_model_api.cpp:4
int get_number_of_active_linked_sph_elements() const
Definition rocky_sph_model_api.cpp:21
ROCKY_FUNCTIONS float get_fluid_viscosity() const
Definition rocky_sph_model_api.cpp:51
ROCKY_FUNCTIONS float get_fluid_thermal_conductivity() const
Definition rocky_sph_model_api.cpp:61
ROCKY_FUNCTIONS float get_fluid_specific_heat() const
Definition rocky_sph_model_api.cpp:66
ROCKY_FUNCTIONS float get_surface_tension() const
Definition rocky_sph_model_api.cpp:76