|
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 IsentropicPressureBoundaryOptions &options) | |
| IsentropicPressureExpansion (const EulerEquation &eq, double outer_pressure, Direction dir, int side) | |
| 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::Geometry &geom) |
Private Attributes | |
| EulerEquation | equation_ |
| double | outer_pressure_ |
| Direction | dir_ |
| int | side_ |
This boundary models an isentropic pressure expansion for the one-dimensional ideal gas equations for mixtures.
| fub::amrex::IsentropicPressureExpansion< EulerEquation >::IsentropicPressureExpansion | ( | const EulerEquation & | eq, |
| const IsentropicPressureBoundaryOptions & | options | ||
| ) |
| fub::amrex::IsentropicPressureExpansion< EulerEquation >::IsentropicPressureExpansion | ( | const EulerEquation & | eq, |
| double | outer_pressure, | ||
| Direction | dir, | ||
| int | side | ||
| ) |
| void fub::amrex::IsentropicPressureExpansion< EulerEquation >::FillBoundary | ( | ::amrex::MultiFab & | mf, |
| const ::amrex::Geometry & | geom | ||
| ) |
| void fub::amrex::IsentropicPressureExpansion< EulerEquation >::FillBoundary | ( | ::amrex::MultiFab & | mf, |
| const GriddingAlgorithm & | gridding, | ||
| int | level | ||
| ) |
| void fub::amrex::IsentropicPressureExpansion< EulerEquation >::FillBoundary | ( | ::amrex::MultiFab & | mf, |
| const GriddingAlgorithm & | gridding, | ||
| int | level, | ||
| Direction | dir | ||
| ) |
|
private |
|
private |
|
private |
|
private |