rocky_cfd
Last update: 16.07.2025 4// Includes =======================================================================================
13// ================================================================================================
15// ================================================================================================
161 double omega_r = rocky::vector::get_norm(0.5 * this->compute_fluid_vorticity() - particle_angular_velocity);
251 // Equivalent to RockyParticle::get_sphericity but faster, as the equivalent diameter is already
316 double velocity = superficial_velocity + (1.0/porosity - 1.0)*(superficial_velocity - particle_vel);
Definition rocky_cfd.hpp:27
ROCKY_FUNCTIONS double get_cell_volume() const
Definition rocky_cfd.hpp:205
ROCKY_FUNCTIONS double get_fluid_thermal_conductivity() const
Definition rocky_cfd.hpp:75
ROCKY_FUNCTIONS double get_prandtl_number() const
Definition rocky_cfd.hpp:173
ROCKY_FUNCTIONS double get_cfd_time_step() const
Definition rocky_cfd.hpp:223
ROCKY_FUNCTIONS double3 get_fluid_pressure_gradient() const
Definition rocky_cfd.hpp:86
ROCKY_FUNCTIONS double get_reynolds_number() const
Definition rocky_cfd.hpp:126
ROCKY_FUNCTIONS double get_fluid_specific_heat() const
Definition rocky_cfd.hpp:65
ROCKY_FUNCTIONS double compute_vorticity_reynolds_number() const
Definition rocky_cfd.hpp:143
ROCKY_FUNCTIONS double3 get_relative_velocity() const
Definition rocky_cfd.hpp:113
ROCKY_FUNCTIONS double3 compute_fluid_vorticity() const
Definition rocky_cfd.hpp:98
ROCKY_FUNCTIONS IRockyFluidScalars get_scalars() const
Definition rocky_cfd.hpp:215
ROCKY_FUNCTIONS double get_fluid_temperature() const
Definition rocky_cfd.hpp:55
ROCKY_FUNCTIONS double get_fluid_viscosity() const
Definition rocky_cfd.hpp:44
ROCKY_FUNCTIONS double get_fluid_density() const
Definition rocky_cfd.hpp:33
ROCKY_FUNCTIONS double compute_relative_angular_reynolds_number(const double3 &particle_angular_velocity) const
Definition rocky_cfd.hpp:158
ROCKY_FUNCTIONS double get_solid_fraction() const
Definition rocky_cfd.hpp:195
Definition rocky_fluid_scalars.hpp:103