include/meltpooldg/compressible_flow/boundary_conditions.hpp File Reference
|
Developer Documentation
|
boundary_conditions.hpp File Reference
#include <deal.II/base/exceptions.h>#include <deal.II/base/function.h>#include <deal.II/base/point.h>#include <deal.II/base/tensor.h>#include <deal.II/base/vectorization.h>#include <meltpooldg/compressible_flow/data_types.hpp>#include <meltpooldg/compressible_flow/material.hpp>#include <meltpooldg/compressible_flow/material_data.hpp>#include <meltpooldg/compressible_flow/operation_data.hpp>#include <meltpooldg/compressible_flow/state_views.hpp>#include <meltpooldg/core/simulation_case_base.hpp>#include <meltpooldg/utilities/better_enum.hpp>#include <meltpooldg/utilities/vector_tools.hpp>#include <map>#include <memory>#include <set>
Include dependency graph for boundary_conditions.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
| struct | MeltPoolDG::CompressibleFlow::CombinedInflowNoSlipWallValueInterpretation< dim > |
| struct | MeltPoolDG::CompressibleFlow::InflowValueInterpretation< dim > |
| class | MeltPoolDG::CompressibleFlow::BoundaryConditions< dim, number > |
| Helper class taking care of all boundary condition related computations for the compressible flow solver. More... | |
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 (BoundaryConditionType, char, combined_inflow_no_slip_wall, inflow, slip_wall, no_slip_wall, subsonic_outflow_fixed_energy, subsonic_outflow_fixed_pressure) | |
Generated by