include/meltpooldg/phase_change/evaporation_source_terms_sharp.hpp Source File
|
Developer Documentation
|
evaporation_source_terms_sharp.hpp
Go to the documentation of this file.
Definition evaporation_source_terms_base.hpp:14
Definition evaporation_source_terms_sharp.hpp:15
const number density_liquid
Definition evaporation_source_terms_sharp.hpp:38
const BlockVectorType & normal_vector
Definition evaporation_source_terms_sharp.hpp:25
const unsigned int ls_quad_idx
Definition evaporation_source_terms_sharp.hpp:31
const unsigned int evapor_vel_dof_idx
Definition evaporation_source_terms_sharp.hpp:33
void register_surface_mesh(const std::vector< std::tuple< const typename dealii::Triangulation< dim, dim >::cell_iterator, std::vector< dealii::Point< dim > >, std::vector< number > > > &surface_mesh_info)
Definition evaporation_source_terms_sharp.cpp:49
const VectorType & level_set_as_heaviside
Definition evaporation_source_terms_sharp.hpp:24
const ScratchData< dim, dim, number > & scratch_data
Definition evaporation_source_terms_sharp.hpp:19
const unsigned int normal_dof_idx
Definition evaporation_source_terms_sharp.hpp:32
const unsigned int evapor_mass_flux_dof_idx
Definition evaporation_source_terms_sharp.hpp:35
const number tolerance_normal_vector
Definition evaporation_source_terms_sharp.hpp:36
dealii::LinearAlgebra::distributed::Vector< number > VectorType
Definition evaporation_source_terms_sharp.hpp:17
void compute_heat_source_term(VectorType &heat_source_term) final
Definition evaporation_source_terms_sharp.cpp:276
const std::vector< std::tuple< const typename dealii::Triangulation< dim, dim >::cell_iterator, std::vector< dealii::Point< dim > >, std::vector< number > > > * surface_mesh_info
Definition evaporation_source_terms_sharp.hpp:44
void compute_level_set_source_term(VectorType &level_set_source_term, const unsigned int ls_dof_idx, const VectorType &level_set, const unsigned int pressure_dof_idx) final
Definition evaporation_source_terms_sharp.cpp:61
dealii::LinearAlgebra::distributed::BlockVector< number > BlockVectorType
Definition evaporation_source_terms_sharp.hpp:18
const EvaporationData< number > & evapor_data
Definition evaporation_source_terms_sharp.hpp:20
const number density_vapor
Definition evaporation_source_terms_sharp.hpp:37
const unsigned int evapor_vel_quad_idx
Definition evaporation_source_terms_sharp.hpp:34
void compute_evaporation_velocity(VectorType &evaporation_velocity) final
Definition evaporation_source_terms_sharp.cpp:71
void compute_mass_balance_source_term(VectorType &mass_balance_source_term, const unsigned int pressure_dof_idx, const unsigned int pressure_quad_idx, bool zero_out) final
Definition evaporation_source_terms_sharp.cpp:182
const unsigned int ls_hanging_nodes_dof_idx
Definition evaporation_source_terms_sharp.hpp:30
const VectorType & evaporative_mass_flux
Definition evaporation_source_terms_sharp.hpp:26
Container for shared scratch data between operations/operators.
Definition scratch_data.hpp:61
Definition evaporation_data.hpp:15
Generated by