include/meltpooldg/compressible_flow/boundary_condition_functions.hpp File Reference

Developer Documentation: include/meltpooldg/compressible_flow/boundary_condition_functions.hpp File Reference
Developer Documentation
boundary_condition_functions.hpp File Reference
#include <deal.II/base/exception_macros.h>
#include <deal.II/base/function.h>
#include <meltpooldg/compressible_flow/boundary_conditions.hpp>
#include <meltpooldg/compressible_flow/data_types.hpp>
#include <meltpooldg/utilities/better_enum.hpp>
#include <memory>
Include dependency graph for boundary_condition_functions.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MeltPoolDG::CompressibleFlow::ConservativeVariablesFunction< dim, number >
 
struct  MeltPoolDG::CompressibleFlow::ConservativeVariablesFunction< dim, number >::RampUpParameters
 
class  MeltPoolDG::CompressibleFlow::FreeJetVelocityFunction< dim, number >
 Enum for the type of velocity profile of a free jet inflow. More...
 
class  MeltPoolDG::CompressibleFlow::FreeJetInflow< dim, number >
 

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

 MeltPoolDG::CompressibleFlow::BETTER_ENUM (RampUpType, char, none, linear, exponential, cosine)
 Enum for the type of ramp up function used for the velocity at an inflow boundary.