Computes heat flux into surface. More...
#include <Boundary_func.hpp>
Public Member Functions | |
| int | n_var (int n_dim) const override |
number of output variables when called on n_dim-dimensional input | |
| std::string | variable_name (int n_dim, int i_var) const override |
name of i_varth variable (for plotting) when called on n_dim-dimensional input | |
| std::vector< double > | operator() (Boundary_connection &, int i_fqpoint, double time) const override |
Computes heat flux into surface.
Viscous_stress description.
|
inlineoverridevirtual |
number of output variables when called on n_dim-dimensional input
Implements hexed::Output_data.
|
overridevirtual |
| 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. |
Implements hexed::Boundary_func.
|
inlineoverridevirtual |
name of i_varth variable (for plotting) when called on n_dim-dimensional input
Reimplemented from hexed::Output_data.