include/meltpooldg/compressible_flow/kernels.hpp File Reference

Developer Documentation: include/meltpooldg/compressible_flow/kernels.hpp File Reference
Developer Documentation
kernels.hpp File Reference
Include dependency graph for kernels.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  MeltPoolDG::CompressibleFlow::ConvectiveFlux< dim, number, ValueTypeIn, FluxTypeIn >
 
struct  MeltPoolDG::CompressibleFlow::DiffusiveFlux< dim, number, ValueTypeIn, GradientTypeIn, FluxTypeIn >
 

Namespaces

namespace  MeltPoolDG
 Interface for a general preconditioner.
 
namespace  MeltPoolDG::CompressibleFlow
 This file contains various functions that can be used to set and evaluate boundary conditions for the compressible flow solver. The functions can be directly used with the BoundaryConditions class, which provides an interface to manage and evaluate the different boundary conditions in the solver.
 

Functions

template<int dim, typename ConservedVariablesView , typename WritableFluxView >
DEAL_II_ALWAYS_INLINE void MeltPoolDG::CompressibleFlow::convective_flux (const ConservedVariablesView &conserved_variables, const WritableFluxView &flux)
 
template<int dim, typename number >
DEAL_II_ALWAYS_INLINE dealii::Tensor< 1, dim, dealii::Tensor< 1, dim, dealii::VectorizedArray< number > > > MeltPoolDG::CompressibleFlow::viscous_stress_tensor (const dealii::Tensor< 1, dim, dealii::Tensor< 1, dim, dealii::VectorizedArray< number > > > &grad_velocity, const dealii::VectorizedArray< number > dynamic_viscosity)
 
template<int dim, typename VectorizedArrayType , typename DofStateView , typename WritableFluxView >
DEAL_II_ALWAYS_INLINE void MeltPoolDG::CompressibleFlow::diffusive_flux (const DofStateView &conserved_variables, const WritableFluxView &flux)