include/meltpooldg/compressible_flow/multiphase_operator.hpp Source File
|
Developer Documentation
|
multiphase_operator.hpp
Go to the documentation of this file.
Operator for the matrix-free of a compressible multiphase flow cutDG formulation.
Definition multiphase_operator.hpp:26
FECellIntegrator< dim, dim+2, number > create_cell_integrator(const CutUtil::CellCategory category, const unsigned int offset=0) const
Wrapper for the generation of a FECellIntegrator object.
Definition multiphase_operator.hpp:251
void local_apply_cell_lhs(const dealii::MatrixFree< dim, number > &matrix_free, VectorType &dst, const VectorType &src, const std::pair< unsigned int, unsigned int > &cell_range) const
Local applier for the cell integrals in the left-hand side matrix-vector product evaluation.
Definition multiphase_operator.cpp:1082
CompressibleFlow::SourceType< dim, number > FlowSourceType
Definition multiphase_operator.hpp:37
CutUtil::MappingInfoType< dim, number > MappingInfoType
Definition multiphase_operator.hpp:29
void vmult(VectorType &dst, const VectorType &src) const
Function for the matrix-free matrix-vector product evaluation.
Definition multiphase_operator.cpp:67
std::pair< FEFaceIntegrator< dim, dim+2, number >, FEFaceIntegrator< dim, dim+2, number > > create_face_integrators(const CutUtil::CellCategory category, const unsigned int offset=0) const
Wrapper for the generation of a pair of FEFaceIntegrator objects for the "interior" face and the "ext...
Definition multiphase_operator.hpp:302
void local_apply_face_rhs(const dealii::MatrixFree< dim, number > &matrix_free, VectorType &dst, const VectorType &src, const std::pair< unsigned int, unsigned int > &face_range) const
Local applier for the face integrals in the right-hand side evaluation.
Definition multiphase_operator.cpp:603
dealii::FESystem< dim > fe_point_temp
FESystem object, required by FEPointEvaluation.
Definition multiphase_operator.hpp:214
void local_apply_boundary_face_rhs(const dealii::MatrixFree< dim, number > &matrix_free, VectorType &dst, const VectorType &src, const std::pair< unsigned int, unsigned int > &face_range) const
Local applier for the boundary face integral in the right-hand side evaluation.
Definition multiphase_operator.cpp:873
number visc_ave_weight_phase_gas
Definition multiphase_operator.hpp:221
CompressibleFlow::ConservedVariablesType< dim, number > ConservedVariablesType
Definition multiphase_operator.hpp:32
void local_apply_face_lhs(const dealii::MatrixFree< dim, number > &matrix_free, VectorType &dst, const VectorType &src, const std::pair< unsigned int, unsigned int > &face_range) const
Local applier for the face integrals in the left-hand side matrix-vector product evaluation.
Definition multiphase_operator.cpp:1180
std::vector< std::shared_ptr< CompressibleFlow::ExternalFlowForce< dim, number > > > external_forces
Definition multiphase_operator.hpp:225
CompressibleFlow::ConvectiveFlux< dim, number, ConservedVariablesType, ConservedVariablesGradType > ConvectiveKernel
Definition multiphase_operator.hpp:40
CompressibleFlow::ConservedVariablesGradientType< dim, number > ConservedVariablesGradType
Definition multiphase_operator.hpp:34
CutUtil::MappingInfoVectorType< dim, number > MappingInfoVectorType
Definition multiphase_operator.hpp:30
void local_apply_boundary_face_lhs(const dealii::MatrixFree< dim, number > &matrix_free, VectorType &dst, const VectorType &src, const std::pair< unsigned int, unsigned int > &face_range) const
Local applier for the boundary face integrals in the left-hand side matrix-vector product evaluation.
Definition multiphase_operator.cpp:1312
void add_external_force(std::shared_ptr< CompressibleFlow::ExternalFlowForce< dim, number > > external_force)
Add external fluid forces (e.g. gravity, ...).
Definition multiphase_operator.cpp:94
const MappingInfoVectorType & mapping_info_cells
Mapping information for integration over cut cells.
Definition multiphase_operator.hpp:208
const MappingInfoType & mapping_info_interface
Mapping information for integration over the phase interface.
Definition multiphase_operator.hpp:205
const MappingInfoVectorType & mapping_info_faces
Mapping information for integration over cut faces.
Definition multiphase_operator.hpp:211
number current_time
Current time.
Definition multiphase_operator.hpp:234
LevelSetAdvection< dim, number > level_set_advection_operator
Object for the analytical advection of the level set field for 1D simulations.
Definition multiphase_operator.hpp:237
number visc_ave_weight_phase_liquid
Weighting factors for Nitsche-type viscous interface flux.
Definition multiphase_operator.hpp:220
dealii::LinearAlgebra::distributed::Vector< number > VectorType
Definition multiphase_operator.hpp:28
void create_rhs(const number &time, const number &time_step_in, VectorType &dst, const VectorType &src) const
Function for the matrix-free right-hand side vector evaluation.
Definition multiphase_operator.cpp:103
CompressibleFlow::DiffusiveFlux< dim, number, ConservedVariablesType, ConservedVariablesGradType, FlowFluxType > DiffusiveKernel
Definition multiphase_operator.hpp:42
number time_step
Current time step size.
Definition multiphase_operator.hpp:228
void set_current_time(const number ¤t_time_in)
Set the current time.
Definition multiphase_operator.hpp:186
CompressibleFlow::FluxType< dim, number > FlowFluxType
Definition multiphase_operator.hpp:36
FEFaceIntegrator< dim, dim+2, number > create_face_integrator(const bool is_inner_face, const CutUtil::CellCategory category, const unsigned int offset=0) const
Wrapper for the generation of a FEFaceIntegrator object.
Definition multiphase_operator.hpp:275
const unsigned int n_dofs_per_cell
Number of DoFs per cell.
Definition multiphase_operator.hpp:217
std::unique_ptr< Evaporation::EvaporationModelKnight< number > > evaporation_model_knight
Pointer to the object for the evaluation of the Knight evaporation model.
Definition multiphase_operator.hpp:240
CompressibleFlow::MultiphaseOperationScratchData< dim, number > & multiphase_scratch_data
Scratch data for multiphase case.
Definition multiphase_operator.hpp:202
number inv_time_step
Inverse time step size.
Definition multiphase_operator.hpp:231
void local_apply_cell_rhs(const dealii::MatrixFree< dim, number > &matrix_free, VectorType &dst, const VectorType &src, const std::pair< unsigned int, unsigned int > &cell_range) const
Local applier for the cell integrals in the right-hand side evaluation.
Definition multiphase_operator.cpp:139
Class for the analytical advection of a 1D test case.
Definition multiphase_level_set_advection.hpp:78
dealii::Tensor< 1, n_conserved_variables< dim, n_species >, dealii::VectorizedArray< number > > SourceType
Definition data_types.hpp:70
dealii::Tensor< 1, n_conserved_variables< dim, n_species >, dealii::Tensor< 1, dim, dealii::VectorizedArray< number > > > FluxType
Definition data_types.hpp:51
dealii::Tensor< 1, n_conserved_variables< dim, n_species >, dealii::Tensor< 1, dim, VectorizedArrayType > > ConservedVariablesGradientType
Definition data_types.hpp:44
dealii::Tensor< 1, n_conserved_variables< dim, n_species >, VectorizedArrayType > ConservedVariablesType
Definition data_types.hpp:35
CellCategory
Definition of the cell category numbering (active FE index).
Definition util.hpp:62
std::vector< std::shared_ptr< MappingInfoType< dim, number > > > MappingInfoVectorType
Definition util.hpp:56
dealii::NonMatching::MappingInfo< dim, dim, dealii::VectorizedArray< number > > MappingInfoType
Definition util.hpp:53
A collection of functions for the computation of the interface terms for compressible two-phase flows...
Definition multiphase_interface_kernels.hpp:31
dealii::FEFaceEvaluation< dim, -1, 0, n_components, number, VectorizedArrayType > FEFaceIntegrator
Definition fe_integrator.hpp:22
dealii::FEEvaluation< dim, -1, 0, n_components, number, VectorizedArrayType > FECellIntegrator
Definition fe_integrator.hpp:14
An abstract interface for defining external forces acting on the fluid that must be evaluated and inc...
Definition utils.hpp:117
Scratch data structure for compressible multiphase flow solvers.
Definition operation_scratch_data.hpp:153
Definition dg_generic_convection_diffusion_worker.hpp:232
Definition dg_generic_convection_diffusion_worker.hpp:67
Generated by