include/meltpooldg/compressible_flow/dg_operator_base.hpp Source File
|
Developer Documentation
|
dg_operator_base.hpp
Go to the documentation of this file.
Interface of the compressible flow operator interacting with the compressible flow operation.
Definition dg_operator_base.hpp:15
virtual ~DGOperatorBase()=default
virtual void add_external_force(std::shared_ptr< ExternalFlowForce< dim, number, n_species > > external_force_residuum, std::shared_ptr< ExternalFlowForceJacobian< dim, number, n_species > > external_force_jacobian)=0
virtual void advance_time_step(number time, number time_step)=0
Advances solver by a single time step.
This file contains various functions that can be used to set and evaluate boundary conditions for the...
Definition boundary_condition_functions.hpp:17
Definition utils.hpp:144
An abstract interface for defining external forces acting on the fluid that must be evaluated and inc...
Definition utils.hpp:117
Generated by