hexed 0.3.0
 
Loading...
Searching...
No Matches
hexed::Heat_flux Class Reference

Computes heat flux into surface. More...

#include <Boundary_func.hpp>

Inheritance diagram for hexed::Heat_flux:
hexed::Boundary_func hexed::Output_data

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
 

Detailed Description

Computes heat flux into surface.

Attention
See caveat in Viscous_stress description.

Member Function Documentation

◆ n_var()

int hexed::Heat_flux::n_var ( int n_dim) const
inlineoverridevirtual

number of output variables when called on n_dim-dimensional input

Implements hexed::Output_data.

◆ operator()()

std::vector< double > hexed::Heat_flux::operator() ( Boundary_connection & face,
int i_fqpoint,
double time ) const
overridevirtual
Parameters
faceA Boundary_connection object representing a face of an element that is on a boundary.
i_fqpointIndex of the face quadrature point ( \( \in [0, r^{n_{dim} - 1})\) where \(r\) is row size).
timeFlow time.

Implements hexed::Boundary_func.

◆ variable_name()

std::string hexed::Heat_flux::variable_name ( int n_dim,
int i_var ) const
inlineoverridevirtual

name of i_varth variable (for plotting) when called on n_dim-dimensional input

Reimplemented from hexed::Output_data.


The documentation for this class was generated from the following files: