include/meltpooldg/compressible_flow/multiphase_level_set_advection.hpp Source File
|
Developer Documentation
|
multiphase_level_set_advection.hpp
Go to the documentation of this file.
Class for the analytical advection of a 1D test case.
Definition multiphase_level_set_advection.hpp:78
static LevelSetOscillatingWaterColumn< dim, number > level_set_oscillating_water_column
Object for the oscillating water column test case.
Definition multiphase_level_set_advection.hpp:86
void clear_interface_velocity()
Clear current interface velocity field.
Definition multiphase_level_set_advection.hpp:150
void move_level_set(auto &level_set, const number &time_step, const std::string &case_name, const auto &scratch_data, const int level_set_dof_idx)
Function for analytical advection of a level-set field according to computed interface velocities for...
Definition multiphase_level_set_advection.hpp:104
void set_interface_velocity(const number &interface_velocity_in)
Setter function for the computed interface velocity.
Definition multiphase_level_set_advection.hpp:141
static std::vector< number > interface_velocity
Definition multiphase_level_set_advection.hpp:158
Class for the analytical advection of a 1D test case with two phase interfaces.
Definition multiphase_level_set_advection.hpp:26
std::vector< number > interface_coordinates
Vector of interface coordinates.
Definition multiphase_level_set_advection.hpp:68
void update_interface_positions(const number &time_step, const std::vector< number > &interface_velocity)
Function to update the two interface coordinates for the case that two phase interfaces exist.
Definition multiphase_level_set_advection.hpp:46
number value(const dealii::Point< dim, number > &p, const unsigned int) const final
Analytical function for the level-set field for the "oscillating_water_column" case.
Definition multiphase_level_set_advection.hpp:59
LevelSetOscillatingWaterColumn()
Constructor.
Definition multiphase_level_set_advection.hpp:31
A collection of functions for the computation of the interface terms for compressible two-phase flows...
Definition multiphase_interface_kernels.hpp:31
Definition dealii_tensor.hpp:10
Generated by