inciter::CompFlowProblemUserDefined class

CompFlow system of PDEs problem: user defined.

Public static functions

static auto initialize(ncomp_t ncomp, const std::vector<EOS>&, tk::real, tk::real, tk::real, tk::real) -> tk::InitializeFn::result_type
Initialize numerical solution.
static auto analyticSolution(ncomp_t, const std::vector<EOS>&, tk::real, tk::real, tk::real, tk::real) -> tk::InitializeFn::result_type
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
static auto type() -> ctr::ProblemType noexcept
Return problem type.

Public functions

auto analyticFieldNames(ncomp_t) const -> std::vector<std::string>
Return field names to be output to file.
auto names(ncomp_t) const -> std::vector<std::string>
Return names of integral variables to be output to diagnostics file.

Function documentation

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

Initialize numerical solution.

Parameters
ncomp in Number of scalar components in this PDE system
Returns Values of all components

Set initial conditions

static tk::SrcFn::result_type inciter::CompFlowProblemUserDefined::src(ncomp_t, const std::vector<EOS>&, tk::real, tk::real, tk::real, tk::real, std::vector<tk::real>& sv)

Parameters
sv in/out Source term vector

Compute and return source term for Rayleigh-Taylor manufactured solution

std::vector<std::string> inciter::CompFlowProblemUserDefined::names(ncomp_t) const

Return names of integral variables to be output to diagnostics file.

Returns Vector of strings labelling integral variables output