CombinedInflowNoSlipWallValueInterpretation< dim > Struct Template Reference

Developer Documentation: MeltPoolDG::CompressibleFlow::CombinedInflowNoSlipWallValueInterpretation< dim > Struct Template Reference
Developer Documentation
MeltPoolDG::CompressibleFlow::CombinedInflowNoSlipWallValueInterpretation< dim > Struct Template Reference

#include <boundary_conditions.hpp>

Public Types

enum  {
  inside_flow = 0 , density , velocity , energy = dim + 2 ,
  mass_fractions
}
 

Detailed Description

template<int dim>
struct MeltPoolDG::CompressibleFlow::CombinedInflowNoSlipWallValueInterpretation< dim >

Struct defining the index interpretation for the values of the free jet inflow boundary condition with combined inflow and no-slip wall behavior. Boundary functions passed for this type of boundary condition must return values according to this interpretation.

Note
The first index should represent a boolean value provided as a number type indicating whether the point at which the boundary function is evaluated is located inside the jet hole or not. If the points is inside the value is set to 1.0, otherwise it is set to 0.0.

Member Enumeration Documentation

◆ anonymous enum

template<int dim>
anonymous enum
Enumerator
inside_flow 
density 
velocity 
energy 
mass_fractions 

The documentation for this struct was generated from the following file: