inciter::HLLCMultiMat struct

HLLC approximate Riemann solver for solids.

Contents

Public static functions

static auto flux(const std::vector<EOS>& mat_blk, const std::array<tk::real, 3>& fn, const std::array<std::vector<tk::real>, 2>& u, const std::vector<std::array<tk::real, 3>>& = {}) -> tk::RiemannFluxFn::result_type

Function documentation

static tk::RiemannFluxFn::result_type inciter::HLLCMultiMat::flux(const std::vector<EOS>& mat_blk, const std::array<tk::real, 3>& fn, const std::array<std::vector<tk::real>, 2>& u, const std::vector<std::array<tk::real, 3>>& = {})

Parameters
mat_blk
fn in Face/Surface normal
in Left and right unknown/state vector
Returns Riemann solution according to Harten-Lax-van Leer-Contact

HLLC approximate Riemann solver flux function