CutSolverData< number > Struct Template Reference

Developer Documentation: MeltPoolDG::CompressibleFlow::CutSolverData< number > Struct Template Reference
Developer Documentation
MeltPoolDG::CompressibleFlow::CutSolverData< number > Struct Template Reference

Collection of cut-related solver parameters required by the cut single-phase and multiphase compressible Navier-Stokes operators. More...

#include <operation_data.hpp>

Public Member Functions

void add_parameters (dealii::ParameterHandler &prm)
 Add cut parameters in the parameter handler.
 

Public Attributes

std::string unfitted_flow_boundary_condition = "no_slip_wall"
 
CutStabilizationData< number > stabilization
 cut-related stabilization parameters
 

Detailed Description

template<typename number>
struct MeltPoolDG::CompressibleFlow::CutSolverData< number >

Collection of cut-related solver parameters required by the cut single-phase and multiphase compressible Navier-Stokes operators.

Member Function Documentation

◆ add_parameters()

template<typename number >
void MeltPoolDG::CompressibleFlow::CutSolverData< number >::add_parameters ( dealii::ParameterHandler &  prm)
inline

Add cut parameters in the parameter handler.

Parameters
prmThe parameter handler to which the parameters are added.

Member Data Documentation

◆ stabilization

template<typename number >
CutStabilizationData<number> MeltPoolDG::CompressibleFlow::CutSolverData< number >::stabilization

cut-related stabilization parameters

◆ unfitted_flow_boundary_condition

template<typename number >
std::string MeltPoolDG::CompressibleFlow::CutSolverData< number >::unfitted_flow_boundary_condition = "no_slip_wall"

flow boundary condition at the immersed boundary (only relevant for single phase flow problem) (choose between: "no_slip_wall", "inflow")


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