rocky_sph_element_scalars
Last update: 16.07.2025 4// Includes =======================================================================================
10// Forward declarations ===========================================================================
Definition rocky_sph_element_scalars.hpp:30
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:12
void enable_variable_molecular_viscosity() const
Definition rocky_sph_element_scalars.cpp:37
void reset(int scalar_index)
int add(const char *name, const char *unit, bool output=true)
Definition rocky_sph_element_scalars.hpp:113
void enable_velocity_gradient() const
Definition rocky_sph_element_scalars.cpp:32
Definition rocky_sph_element_scalars.hpp:136
ROCKY_FUNCTIONS float3 get_velocity_gradient_y() const
Definition rocky_sph_element_scalars.hpp:197
ROCKY_FUNCTIONS float3 get_velocity_gradient_x() const
Definition rocky_sph_element_scalars.hpp:186
ROCKY_FUNCTIONS void add_turbulent_viscosity(const float value)
Definition rocky_sph_element_scalars.hpp:269
ROCKY_FUNCTIONS void set_scalar(int scalar_index, _data_type value) const
Definition rocky_sph_element_scalars.hpp:217
ROCKY_FUNCTIONS void add_scalar(int scalar_index, _data_type value) const
Definition rocky_sph_element_scalars.hpp:259
ROCKY_FUNCTIONS float get_heat_transfer() const
Definition rocky_sph_element_scalars.hpp:175
ROCKY_FUNCTIONS void set_temperature(const float value)
Definition rocky_sph_element_scalars.hpp:239
ROCKY_FUNCTIONS float get_temperature() const
Definition rocky_sph_element_scalars.hpp:165
ROCKY_FUNCTIONS void add_heat_transfer(const float value)
Definition rocky_sph_element_scalars.hpp:291
ROCKY_FUNCTIONS float3 get_velocity_gradient_z() const
Definition rocky_sph_element_scalars.hpp:208
ROCKY_FUNCTIONS _data_type get_scalar(int scalar_index) const
Definition rocky_sph_element_scalars.hpp:145
ROCKY_FUNCTIONS void add_temperature(const float value)
Definition rocky_sph_element_scalars.hpp:279
ROCKY_FUNCTIONS void set_turbulent_viscosity(const float value)
Definition rocky_sph_element_scalars.hpp:228
ROCKY_FUNCTIONS void max_scalar(int scalar_index, _data_type value) const
Definition rocky_sph_element_scalars.hpp:300
ROCKY_FUNCTIONS void set_heat_transfer(const float value)
Definition rocky_sph_element_scalars.hpp:250
ROCKY_FUNCTIONS float get_turbulent_viscosity() const
Definition rocky_sph_element_scalars.hpp:155