include/meltpooldg/compressible_flow/operation_data.hpp File Reference
|
Developer Documentation
|
operation_data.hpp File Reference
#include <deal.II/base/parameter_handler.h>#include <meltpooldg/core/finite_element_data.hpp>#include <meltpooldg/cut/cut_data.hpp>#include <meltpooldg/time_integration/time_integrator_data.hpp>#include <meltpooldg/time_integration/time_integrator_util.hpp>#include <meltpooldg/utilities/better_enum.hpp>#include <meltpooldg/utilities/limiters.hpp>#include <meltpooldg/utilities/limiters.templates.hpp>#include <string>#include <vector>
Include dependency graph for operation_data.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
| struct | MeltPoolDG::CompressibleFlow::OperationData< number > |
| Collection of parameters required by the compressible Navier-Stokes operator. More... | |
| struct | MeltPoolDG::CompressibleFlow::CutSolverData< number > |
| Collection of cut-related solver parameters required by the cut single-phase and multiphase compressible Navier-Stokes operators. 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 (NumericalFluxType, char, lax_friedrichs_modified, lax_friedrichs_exact, harten_lax_vanleer) BETTER_ENUM(LinearizedConvectiveFluxJumpType | |
| MeltPoolDG::CompressibleFlow::BETTER_ENUM (JacobianType, char, exact, finite_difference) | |
| MeltPoolDG::CompressibleFlow::BETTER_ENUM (OutputType, char, conserved_variables, primitive_variables, material_quantities) | |
Variables | |
| MeltPoolDG::CompressibleFlow::char | |
| MeltPoolDG::CompressibleFlow::analytic | |
| MeltPoolDG::CompressibleFlow::lambda_fd | |
| MeltPoolDG::CompressibleFlow::complete_fd | |
Generated by