25 virtual std::vector<std::pair<std::vector<ADReal>, std::vector<ADReal>>>
Abstract base class for computing and caching internal or boundary fluxes for 1D conservation law sys...
Tests NumericalFlux3EqnHLLC.
Base class for testing numerical flux objects for the variable-area compressible Euler equations...
virtual const NumericalFlux1D & createFluxObject() override
Creates the flux object to be tested.
virtual std::vector< std::pair< std::vector< ADReal >, std::vector< ADReal > > > getPrimitiveSolutionsSymmetryTest() const override
Gets a vector of pairs of primitive solution vectors to use for symmetry test.
virtual std::vector< std::vector< ADReal > > getPrimitiveSolutionsConsistencyTest() const override
Gets a vector of primitive solution vectors to use for consistency test.
TestNumericalFlux3EqnHLLC()