CompFlowProblemRotatedSodShocktube class
Contents
- Reference
CompFlow system of PDEs problem: rotated Sod shock-tube
Base classes
Public static functions
-
static auto initialize(ncomp_
t ncomp, const std::vector<EOS>&, tk:: real x, tk:: real y, tk:: real z, tk:: real t) -> tk::InitializeFn::result_type - Initialize numerical solution.
-
static auto type() -> ctr::
ProblemType noexcept - Return problem type.
Function documentation
static tk::InitializeFn::result_type inciter:: CompFlowProblemRotatedSodShocktube:: initialize(ncomp_ t ncomp,
const std::vector<EOS>&,
tk:: real x,
tk:: real y,
tk:: real z,
tk:: real t)
Initialize numerical solution.
| Parameters | |
|---|---|
| ncomp in | Number of scalar components in this PDE system |
| x in | X coordinate where to evaluate the solution |
| y in | Y coordinate where to evaluate the solution |
| z in | Z coordinate where to evaluate the solution |
| t in | Time at which to evaluate the solution |
| Returns | Values of all components evaluated at (x) |
Evaluate analytical solution at (x,y,z,t) for all components