Loading [MathJax]/extensions/tex2jax.js
Finite Volume Solver  prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
fub::amrex::IsentropicPressureBoundaryOptions Struct Reference

#include <IsentropicPressureBoundary.hpp>

Public Member Functions

 IsentropicPressureBoundaryOptions ()=default
 
 IsentropicPressureBoundaryOptions (const ProgramOptions &options)
 
template<typename Log >
void Print (Log &log)
 

Public Attributes

std::string channel_name
 
double outer_pressure
 
double efficiency
 
std::optional<::amrex::Box > boundary_section
 
Direction direction
 
int side
 

Constructor & Destructor Documentation

◆ IsentropicPressureBoundaryOptions() [1/2]

fub::amrex::IsentropicPressureBoundaryOptions::IsentropicPressureBoundaryOptions ( )
default

◆ IsentropicPressureBoundaryOptions() [2/2]

fub::amrex::IsentropicPressureBoundaryOptions::IsentropicPressureBoundaryOptions ( const ProgramOptions options)

Member Function Documentation

◆ Print()

template<typename Log >
void fub::amrex::IsentropicPressureBoundaryOptions::Print ( Log log)
inline

Member Data Documentation

◆ boundary_section

std::optional<::amrex::Box> fub::amrex::IsentropicPressureBoundaryOptions::boundary_section

◆ channel_name

std::string fub::amrex::IsentropicPressureBoundaryOptions::channel_name

◆ direction

Direction fub::amrex::IsentropicPressureBoundaryOptions::direction

◆ efficiency

double fub::amrex::IsentropicPressureBoundaryOptions::efficiency

◆ outer_pressure

double fub::amrex::IsentropicPressureBoundaryOptions::outer_pressure

◆ side

int fub::amrex::IsentropicPressureBoundaryOptions::side

The documentation for this struct was generated from the following file: