include/meltpooldg/flow/characteristic_numbers.hpp Source File
|
Developer Documentation
|
characteristic_numbers.hpp
Go to the documentation of this file.
Computes dimensionless characteristic numbers for fluid flow.
Definition characteristic_numbers.hpp:15
number capillary(const number &characteristic_velocity, const number &surface_tension_coefficient) const
Compute the capillary number Ca.
Definition characteristic_numbers.cpp:39
number Reynolds(const number &characteristic_velocity, const number &characteristic_length) const
Compute the Reynolds number Re.
Definition characteristic_numbers.cpp:17
const MaterialParameterValues< number, number > material
Material parameter struct which provides all relevant physical properties.
Definition characteristic_numbers.hpp:93
number Mach(const number &characteristic_velocity, const number &characteristic_length) const
Compute the Mach number Ma.
Definition characteristic_numbers.cpp:28
Definition equation_of_state.hpp:17
Definition material.hpp:15
Generated by