rocky_fluid_scalars
Last update: 16.07.2025 4// Includes ========================================================================================
7// =================================================================================================
9// =================================================================================================
47 int find_species_scalar(const SpeciesVariableType type,const std::string species_name = "", const std::string phase_name = "");
92// =================================================================================================
94// =================================================================================================
Definition rocky_fluid_scalars.hpp:18
SpeciesVariableType
Definition rocky_fluid_scalars.hpp:28
int find_species_scalar(const SpeciesVariableType type, const std::string species_name="", const std::string phase_name="")
Definition rocky_fluid_scalars.cpp:32
std::string get_scalar_name(int index)
Definition rocky_fluid_scalars.cpp:55
void enable_storage_cell_volume()
Definition rocky_fluid_scalars.cpp:23
std::string get_scalar_unit(int index)
Definition rocky_fluid_scalars.cpp:65
void reset(int scalar_index)
int find(const char *name)
int add(const char *name, const char *unit, bool output=true)
Definition rocky_fluid_scalars.cpp:17
void set_dimension(int scalar_index, double dimension_factor)
Definition rocky_fluid_scalars.hpp:103
ROCKY_FUNCTIONS void add_scalar(int scalar_index, double value) const
ROCKY_FUNCTIONS double get_scalar(int scalar_index) const
ROCKY_FUNCTIONS void max_scalar(int scalar_index, double value) const
ROCKY_FUNCTIONS void set_scalar(int scalar_index, double value) const