inciter::MultiMatProblemInterfaceAdvection class

Contents

MultiMat system of PDEs problem: interface advection

Public static functions

static auto initialize(ncomp_t ncomp, const std::vector<EOS>&, tk::real x, tk::real y, tk::real, tk::real t) -> tk::InitializeFn::result_type
Initialize numerical solution.
static auto analyticSolution(ncomp_t ncomp, const std::vector<EOS>& mat_blk, tk::real x, tk::real y, tk::real z, tk::real t) -> std::vector<tk::real>
Evaluate analytical solution at (x,y,z,t) for all components.
static auto src(ncomp_t, const std::vector<EOS>&, tk::real, tk::real, tk::real, tk::real, std::vector<tk::real>& sv) -> tk::SrcFn::result_type
Compute and return source term for interface advection.

Function documentation

static tk::InitializeFn::result_type inciter::MultiMatProblemInterfaceAdvection::initialize(ncomp_t ncomp, const std::vector<EOS>&, tk::real x, tk::real y, tk::real, tk::real t)

Initialize numerical solution.

Parameters
ncomp in Number of scalar components in this PDE system
in X coordinate where to evaluate the solution
in Y coordinate where to evaluate the solution
in Time where to evaluate the solution
Returns Values of all components evaluated at (x)

Evaluate analytical solution at (x,y,z,t) for all components