|
Finite Volume Solver
prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
|
#include "fub/AMReX/GriddingAlgorithm.hpp"#include "fub/AMReX/boundary_condition/IsentropicPressureBoundary.hpp"#include "fub/AMReX/boundary_condition/MassflowBoundary.hpp"#include "fub/AMReX/boundary_condition/ReflectiveBoundary.hpp"#include "fub/Duration.hpp"#include <boost/serialization/access.hpp>#include "fub/ext/Log.hpp"#include "fub/ext/ProgramOptions.hpp"Go to the source code of this file.
Classes | |
| struct | fub::amrex::PressureValveOptions |
| struct | fub::amrex::PressureValve |
| class | fub::amrex::PressureValveBoundary |
Namespaces | |
| fub | |
| The fub namespace. | |
| fub::amrex | |
| The amrex namespace. | |
Enumerations | |
| enum class | fub::amrex::PressureValveState { fub::amrex::open_air , fub::amrex::open_fuel , fub::amrex::closed } |