rocky_sph_element_scalars
Last update: 17.07.2025 3// Includes =======================================================================================
9// Forward declarations ===========================================================================
Definition rocky_sph_element_scalars.hpp:29
int find(const char *name)
void set_dimension(int scalar_index, double dimension_factor)
void set_operation(int scalar_index, ESPHOperationType operation, ESPHOperationPlace place)
Definition rocky_sph_element_scalars.cpp:11
void reset(int scalar_index)
int add(const char *name, const char *unit, bool output=true)
Definition rocky_sph_element_scalars.hpp:104
void enable_velocity_gradient() const
Definition rocky_sph_element_scalars.cpp:31
Definition rocky_sph_element_scalars.hpp:127
ROCKY_FUNCTIONS float3 get_velocity_gradient_y() const
Definition rocky_sph_element_scalars.hpp:188
ROCKY_FUNCTIONS float3 get_velocity_gradient_x() const
Definition rocky_sph_element_scalars.hpp:177
ROCKY_FUNCTIONS void add_turbulent_viscosity(const float value)
Definition rocky_sph_element_scalars.hpp:260
ROCKY_FUNCTIONS void set_scalar(int scalar_index, _data_type value) const
Definition rocky_sph_element_scalars.hpp:208
ROCKY_FUNCTIONS void add_scalar(int scalar_index, _data_type value) const
Definition rocky_sph_element_scalars.hpp:250
ROCKY_FUNCTIONS float get_heat_transfer() const
Definition rocky_sph_element_scalars.hpp:166
ROCKY_FUNCTIONS void set_temperature(const float value)
Definition rocky_sph_element_scalars.hpp:230
ROCKY_FUNCTIONS float get_temperature() const
Definition rocky_sph_element_scalars.hpp:156
ROCKY_FUNCTIONS void add_heat_transfer(const float value)
Definition rocky_sph_element_scalars.hpp:282
ROCKY_FUNCTIONS float3 get_velocity_gradient_z() const
Definition rocky_sph_element_scalars.hpp:199
ROCKY_FUNCTIONS _data_type get_scalar(int scalar_index) const
Definition rocky_sph_element_scalars.hpp:136
ROCKY_FUNCTIONS void add_temperature(const float value)
Definition rocky_sph_element_scalars.hpp:270
ROCKY_FUNCTIONS void set_turbulent_viscosity(const float value)
Definition rocky_sph_element_scalars.hpp:219
ROCKY_FUNCTIONS void max_scalar(int scalar_index, _data_type value) const
Definition rocky_sph_element_scalars.hpp:291
ROCKY_FUNCTIONS void set_heat_transfer(const float value)
Definition rocky_sph_element_scalars.hpp:241
ROCKY_FUNCTIONS float get_turbulent_viscosity() const
Definition rocky_sph_element_scalars.hpp:146