|
Finite Volume Solver
prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
|
This boundary models an isentropic pressure expansion for the one-dimensional ideal gas equations for mixtures. More...
#include <IsentropicPressureExpansion.hpp>
Public Member Functions | |
| IsentropicPressureExpansion (const EulerEquation &eq, const fub::amrex::IsentropicPressureBoundaryOptions &options) | |
| void | FillBoundary (::amrex::MultiFab &mf, const GriddingAlgorithm &gridding, int level) |
| void | FillBoundary (::amrex::MultiFab &mf, const GriddingAlgorithm &gridding, int level, Direction dir) |
| void | FillBoundary (::amrex::MultiFab &mf, const ::amrex::MultiFab &alphas, const ::amrex::Geometry &geom) |
Private Attributes | |
| EulerEquation | equation_ |
| fub::amrex::IsentropicPressureBoundaryOptions | options_ |
This boundary models an isentropic pressure expansion for the one-dimensional ideal gas equations for mixtures.
| fub::amrex::cutcell::IsentropicPressureExpansion< EulerEquation >::IsentropicPressureExpansion | ( | const EulerEquation & | eq, |
| const fub::amrex::IsentropicPressureBoundaryOptions & | options | ||
| ) |
| void fub::amrex::cutcell::IsentropicPressureExpansion< EulerEquation >::FillBoundary | ( | ::amrex::MultiFab & | mf, |
| const ::amrex::MultiFab & | alphas, | ||
| const ::amrex::Geometry & | geom | ||
| ) |
| void fub::amrex::cutcell::IsentropicPressureExpansion< EulerEquation >::FillBoundary | ( | ::amrex::MultiFab & | mf, |
| const GriddingAlgorithm & | gridding, | ||
| int | level | ||
| ) |
| void fub::amrex::cutcell::IsentropicPressureExpansion< EulerEquation >::FillBoundary | ( | ::amrex::MultiFab & | mf, |
| const GriddingAlgorithm & | gridding, | ||
| int | level, | ||
| Direction | dir | ||
| ) |
|
private |
|
private |