file
FV.hppPhysics configurations for multi-material compressible flow using finite volume methods.
Contents
- Reference
This file configures all Physics policy classes for multi-material compressible flow implementied using finite volume discretizations, defined in PDE/
General requirements on MultiMat Physics policy classes:
Must define the static function type(), returning the enum value of the policy option. Example:
static ctr::PhysicsType type() noexcept { return ctr::PhysicsType::EULER; }
which returns the enum value of the option from the underlying option class, collecting all possible options for Physics policies.
Namespaces
- namespace inciter
- Inciter declarations and definitions.