ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
erf_cloud_chamber::Config Struct Reference

#include <ERF_CloudChamber.H>

Collaboration diagram for erf_cloud_chamber::Config:

Public Member Functions

erf_wall_thermodynamics::Boundary wall_boundary () const noexcept
 

Public Attributes

bool active = false
 
bool cloudy = false
 
bool physical_initialization = false
 
amrex::Real initial_temperature_bottom = amrex::Real(0.0)
 
amrex::Real initial_temperature_top = amrex::Real(0.0)
 
amrex::Real initial_relative_humidity = amrex::Real(0.0)
 
amrex::Real temperature_perturbation_amplitude = amrex::Real(0.0)
 
amrex::Real theta_bottom = amrex::Real(0.0)
 
amrex::Real theta_top = amrex::Real(0.0)
 
amrex::Real theta_perturbation_amplitude = amrex::Real(0.0)
 
amrex::Real qv_bottom = amrex::Real(0.0)
 
amrex::Real qv_top = amrex::Real(0.0)
 
amrex::GpuArray< amrex::Real, AMREX_SPACEDIM > prob_lo = {}
 
amrex::GpuArray< amrex::Real, AMREX_SPACEDIM > prob_hi = {}
 
amrex::GpuArray< WallSpec, 2 *AMREX_SPACEDIM > walls = {}
 

Member Function Documentation

◆ wall_boundary()

erf_wall_thermodynamics::Boundary erf_cloud_chamber::Config::wall_boundary ( ) const
inlinenoexcept
53  {
55  for (int n = 0; n < 2 * AMREX_SPACEDIM; ++n) {
56  boundary[n] = walls[n].thermodynamics;
57  }
58  return boundary;
59  }
amrex::GpuArray< Face, 2 *AMREX_SPACEDIM > Boundary
Definition: ERF_WallThermodynamics.H:34
amrex::GpuArray< WallSpec, 2 *AMREX_SPACEDIM > walls
Definition: ERF_CloudChamber.H:50

Referenced by erf_slow_rhs_post(), and erf_slow_rhs_pre().

Here is the caller graph for this function:

Member Data Documentation

◆ active

bool erf_cloud_chamber::Config::active = false

Referenced by ERF::ERF_shared().

◆ cloudy

bool erf_cloud_chamber::Config::cloudy = false

◆ initial_relative_humidity

amrex::Real erf_cloud_chamber::Config::initial_relative_humidity = amrex::Real(0.0)

◆ initial_temperature_bottom

amrex::Real erf_cloud_chamber::Config::initial_temperature_bottom = amrex::Real(0.0)

◆ initial_temperature_top

amrex::Real erf_cloud_chamber::Config::initial_temperature_top = amrex::Real(0.0)

◆ physical_initialization

bool erf_cloud_chamber::Config::physical_initialization = false

◆ prob_hi

amrex::GpuArray<amrex::Real, AMREX_SPACEDIM> erf_cloud_chamber::Config::prob_hi = {}

◆ prob_lo

amrex::GpuArray<amrex::Real, AMREX_SPACEDIM> erf_cloud_chamber::Config::prob_lo = {}

◆ qv_bottom

amrex::Real erf_cloud_chamber::Config::qv_bottom = amrex::Real(0.0)

◆ qv_top

amrex::Real erf_cloud_chamber::Config::qv_top = amrex::Real(0.0)

◆ temperature_perturbation_amplitude

amrex::Real erf_cloud_chamber::Config::temperature_perturbation_amplitude = amrex::Real(0.0)

◆ theta_bottom

amrex::Real erf_cloud_chamber::Config::theta_bottom = amrex::Real(0.0)

◆ theta_perturbation_amplitude

amrex::Real erf_cloud_chamber::Config::theta_perturbation_amplitude = amrex::Real(0.0)

◆ theta_top

amrex::Real erf_cloud_chamber::Config::theta_top = amrex::Real(0.0)

◆ walls

amrex::GpuArray<WallSpec, 2 * AMREX_SPACEDIM> erf_cloud_chamber::Config::walls = {}

Referenced by wall_boundary().


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