ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
shoc::constants Namespace Reference

Functions

AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE amrex::Real min_tke () noexcept
 
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE amrex::Real latent_ice () noexcept
 
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE amrex::Real min_temp () noexcept
 
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE amrex::Real freezing_temp () noexcept
 

Function Documentation

◆ freezing_temp()

AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE amrex::Real shoc::constants::freezing_temp ( )
noexcept
19 { return amrex::Real(273.15); }
amrex::Real Real
Definition: ERF_ShocInterface.H:19

◆ latent_ice()

AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE amrex::Real shoc::constants::latent_ice ( )
noexcept
13 { return amrex::Real(3.34e5); }

Referenced by shoc::apply_energy_fix_column(), shoc::latent_sublimation(), and shoc::moist_energy().

Here is the caller graph for this function:

◆ min_temp()

AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE amrex::Real shoc::constants::min_temp ( )
noexcept
16 { return amrex::Real(180.0); }

Referenced by shoc::temperature_from_thetal().

Here is the caller graph for this function:

◆ min_tke()

AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE amrex::Real shoc::constants::min_tke ( )
noexcept
10 { return amrex::Real(4.0e-4); }

Referenced by shoc::diagnose_active_top().

Here is the caller graph for this function: