|
Finite Volume Solver
prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
|
#include "fub/AMReX/boundary_condition/IsentropicPressureBoundary.hpp"#include "fub/equations/EulerEquation.hpp"Go to the source code of this file.
Classes | |
| class | fub::amrex::IsentropicPressureExpansion< EulerEquation > |
| This boundary models an isentropic pressure expansion for the one-dimensional ideal gas equations for mixtures. More... | |
Namespaces | |
| fub | |
| The fub namespace. | |
| fub::amrex | |
| The amrex namespace. | |
Functions | |
| std::array< std::ptrdiff_t, 1 > | fub::amrex::MapToSrc (const std::array< std::ptrdiff_t, 1 > &dest, const ::amrex::Geometry &geom, int side, Direction dir) |
| template<typename EulerEquation > | |
| void | fub::amrex::ExpandState (EulerEquation &eq, Complete< EulerEquation > &dest, const Complete< EulerEquation > &src, double pressure_dest, double efficiency) |