A funtion that can be evaluated at any quadrature point which is on a boundary. More...
#include <Boundary_func.hpp>
Public Member Functions | |
virtual std::vector< double > | operator() (Boundary_connection &face, int i_fqpoint, double time) const =0 |
![]() | |
virtual int | n_var (int n_dim) const =0 |
number of output variables when called on n_dim -dimensional input | |
virtual std::string | variable_name (int n_dim, int i_var) const |
name of i_var th variable (for plotting) when called on n_dim -dimensional input | |
A funtion that can be evaluated at any quadrature point which is on a boundary.
|
pure virtual |
face | A Boundary_connection object representing a face of an element that is on a boundary. |
i_fqpoint | Index of the face quadrature point ( \( \in [0, r^{n_{dim} - 1})\) where \(r\) is row size). |
time | Flow time. |
Implemented in hexed::Boundary_expr, hexed::Element_info, hexed::Heat_flux, hexed::Surface_func, and hexed::Viscous_stress.