rocky_sph_model_api
Last update: 16.07.2025 4// Includes =======================================================================================
12// ================================================================================================
14// ================================================================================================
144// ================================================================================================
146// ================================================================================================
490inline ROCKY_FUNCTIONS float IRockySPHDeviceModel::get_boundary_distance_tangential_factor() const
495inline ROCKY_FUNCTIONS ESPHBoundaryType IRockySPHDeviceModel::get_boundary_condition_type(int geometry_index) const
Definition rocky_point_cloud_api.hpp:16
Definition rocky_sph_model_api.hpp:155
ROCKY_FUNCTIONS float get_minimum_distance_squared() const
Definition rocky_sph_model_api.hpp:408
ROCKY_FUNCTIONS float get_smoothing_length() const
Definition rocky_sph_model_api.hpp:398
ROCKY_FUNCTIONS float get_turbulent_prandtl_number() const
Definition rocky_sph_model_api.hpp:435
ROCKY_FUNCTIONS float get_fluid_viscosity() const
Definition rocky_sph_model_api.hpp:415
ROCKY_FUNCTIONS float get_minimum_distance() const
Definition rocky_sph_model_api.hpp:403
ROCKY_FUNCTIONS float get_sph_timestep() const
Definition rocky_sph_model_api.hpp:362
ROCKY_FUNCTIONS ESPHKernelType get_kernel_type() const
Definition rocky_sph_model_api.hpp:357
ROCKY_FUNCTIONS float get_element_mass() const
Definition rocky_sph_model_api.hpp:372
ROCKY_FUNCTIONS float get_fluid_density() const
Definition rocky_sph_model_api.hpp:420
ROCKY_FUNCTIONS float get_fluid_specific_heat() const
Definition rocky_sph_model_api.hpp:430
ROCKY_FUNCTIONS float get_speed_of_sound() const
Definition rocky_sph_model_api.hpp:440
ROCKY_FUNCTIONS float get_fluid_thermal_conductivity() const
Definition rocky_sph_model_api.hpp:425
ROCKY_FUNCTIONS IRockyCloudPoint get_element_cloud_point(int point_cloud_index, const IRockySPHElement &element)
Definition rocky_sph_model_api.hpp:510
ROCKY_FUNCTIONS float get_damping_coefficient() const
Definition rocky_sph_model_api.hpp:450
ROCKY_FUNCTIONS float get_kernel_derivative(float distance) const
Definition rocky_sph_model_api.hpp:391
ROCKY_FUNCTIONS float get_wall_turbulent_thermal_conductance(float velocity, float distance) const
Definition rocky_sph_model_api.hpp:502
ROCKY_FUNCTIONS ESPHBoundaryType get_boundary_condition_type(int geometry_index) const
Definition rocky_sph_model_api.hpp:495
ROCKY_FUNCTIONS float get_initial_element_spacing() const
Definition rocky_sph_model_api.hpp:377
ROCKY_FUNCTIONS float get_stiffness() const
Definition rocky_sph_model_api.hpp:455
ROCKY_FUNCTIONS float get_kernel_weight(float distance) const
Definition rocky_sph_model_api.hpp:384
ROCKY_FUNCTIONS float get_surface_tension() const
Definition rocky_sph_model_api.hpp:445
ROCKY_FUNCTIONS bool has_turbulence_modeling() const
Definition rocky_sph_model_api.hpp:519
Definition rocky_sph_element_scalars.hpp:30
Definition rocky_sph_element_api.hpp:21
Definition rocky_sph_model_api.hpp:22
ROCKY_FUNCTIONS float get_fluid_density() const
Definition rocky_sph_model_api.cpp:58
ROCKY_FUNCTIONS void set_htc_distance_factor(float htc_distance_factor) const
Definition rocky_sph_model_api.cpp:88
float get_initial_element_spacing() const
Definition rocky_sph_model_api.cpp:39
ROCKY_FUNCTIONS float get_speed_of_sound() const
Definition rocky_sph_model_api.cpp:73
float get_smoothing_length() const
Definition rocky_sph_model_api.cpp:43
ESPHKernelType get_kernel_type() const
Definition rocky_sph_model_api.cpp:34
int get_number_of_active_sph_elements() const
Definition rocky_sph_model_api.cpp:19
int get_number_of_sph_elements() const
Definition rocky_sph_model_api.cpp:14
int get_number_of_active_free_sph_elements() const
Definition rocky_sph_model_api.cpp:29
IRockySPHElementScalarsModel get_sph_element_scalars() const
Definition rocky_sph_model_api.cpp:7
int get_number_of_active_linked_sph_elements() const
Definition rocky_sph_model_api.cpp:24
ROCKY_FUNCTIONS float get_fluid_viscosity() const
Definition rocky_sph_model_api.cpp:53
ROCKY_FUNCTIONS float get_fluid_thermal_conductivity() const
Definition rocky_sph_model_api.cpp:63
ROCKY_FUNCTIONS float get_fluid_specific_heat() const
Definition rocky_sph_model_api.cpp:68
ROCKY_FUNCTIONS float get_surface_tension() const
Definition rocky_sph_model_api.cpp:78