ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
ERF_CloudChamber.H File Reference
#include <AMReX_Array.H>
#include <AMReX_ParmParse.H>
#include <AMReX_REAL.H>
#include "ERF_Constants.H"
#include "ERF_EOS.H"
#include "ERF_MicrophysicsUtils.H"
#include "BoundaryConditions/ERF_WallThermodynamics.H"
#include <cmath>
#include <limits>
#include <string>
#include <vector>
Include dependency graph for ERF_CloudChamber.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  erf_cloud_chamber::WallSpec
 
struct  erf_cloud_chamber::Config
 
struct  erf_cloud_chamber::InitializationContract
 

Namespaces

 erf_cloud_chamber
 

Enumerations

enum class  erf_cloud_chamber::WallFace : unsigned char {
  erf_cloud_chamber::XLo , erf_cloud_chamber::XHi , erf_cloud_chamber::YLo , erf_cloud_chamber::YHi ,
  erf_cloud_chamber::ZLo , erf_cloud_chamber::ZHi
}
 
enum class  erf_cloud_chamber::InitializationMode : unsigned char { erf_cloud_chamber::PhysicalTemperatureRH , erf_cloud_chamber::LegacyThetaQv }
 

Functions

std::string erf_cloud_chamber::initialization_contract_error (const InitializationContract &contract)
 
AMREX_FORCE_INLINE AMREX_GPU_HOST_DEVICE amrex::Real erf_cloud_chamber::linear_profile (amrex::Real bottom, amrex::Real top, amrex::Real coordinate, amrex::Real lower, amrex::Real length) noexcept
 
AMREX_FORCE_INLINE AMREX_GPU_HOST_DEVICE amrex::Real erf_cloud_chamber::deterministic_perturbation (amrex::Real x, amrex::Real y, amrex::Real z, const amrex::GpuArray< amrex::Real, AMREX_SPACEDIM > &lo, const amrex::GpuArray< amrex::Real, AMREX_SPACEDIM > &length, amrex::Real amplitude) noexcept
 
AMREX_FORCE_INLINE AMREX_GPU_HOST_DEVICE amrex::Real erf_cloud_chamber::theta_at (const Config &config, amrex::Real x, amrex::Real y, amrex::Real z) noexcept
 
AMREX_FORCE_INLINE AMREX_GPU_HOST_DEVICE amrex::Real erf_cloud_chamber::qv_at (const Config &config, amrex::Real z) noexcept
 
AMREX_FORCE_INLINE AMREX_GPU_HOST_DEVICE amrex::Real erf_cloud_chamber::vapor_mixing_ratio_from_relative_humidity (amrex::Real temperature_K, amrex::Real pressure_Pa, amrex::Real relative_humidity) noexcept
 
bool erf_cloud_chamber::finite (amrex::Real value) noexcept
 
void erf_cloud_chamber::require_finite (const std::string &key, amrex::Real value)
 
std::string erf_cloud_chamber::face_name (WallFace face)
 
void erf_cloud_chamber::require_zero_periodicity ()
 
void erf_cloud_chamber::require_no_unsupported_geometry ()
 
void erf_cloud_chamber::reject_unsupported_face_keys (amrex::ParmParse &pp, const std::string &face)
 
Config erf_cloud_chamber::parse_config (const amrex::Real *problo, const amrex::Real *probhi)