Finite Volume Solver  prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
Public Attributes | List of all members
fub::amrex::BK19PhysicalParameters Struct Reference

#include <BK19LevelIntegrator.hpp>

Public Attributes

double R_gas
 Specific gas constant. More...
 
double gamma
 Heat capacity ratio. More...
 
double c_p
 Heat capacity at constant pressure. More...
 
double g
 Gravitational acceleration. More...
 
double f
 Coriolis parameter in beta plane. More...
 
std::array< double, 3 > k_vect
 
double alpha_p
 
double Msq
 

Member Data Documentation

◆ alpha_p

double fub::amrex::BK19PhysicalParameters::alpha_p

◆ c_p

double fub::amrex::BK19PhysicalParameters::c_p

Heat capacity at constant pressure.

◆ f

double fub::amrex::BK19PhysicalParameters::f

Coriolis parameter in beta plane.

◆ g

double fub::amrex::BK19PhysicalParameters::g

Gravitational acceleration.

◆ gamma

double fub::amrex::BK19PhysicalParameters::gamma

Heat capacity ratio.

◆ k_vect

std::array<double, 3> fub::amrex::BK19PhysicalParameters::k_vect

◆ Msq

double fub::amrex::BK19PhysicalParameters::Msq

◆ R_gas

double fub::amrex::BK19PhysicalParameters::R_gas

Specific gas constant.


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