ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
|
#include <ERF_Fitch.H>
#include <ERF_IndexDefines.H>
#include <ERF_Constants.H>
#include <ERF_Interpolation_1D.H>
Functions | |
AMREX_FORCE_INLINE AMREX_GPU_DEVICE Real | compute_A (const Real z, const Real hub_height, const Real rotor_rad) |
AMREX_FORCE_INLINE AMREX_GPU_DEVICE Real | compute_Aijk (const Real z_k, const Real z_kp1, const Real hub_height, const Real rotor_rad) |
AMREX_FORCE_INLINE AMREX_GPU_DEVICE Real compute_A | ( | const Real | z, |
const Real | hub_height, | ||
const Real | rotor_rad | ||
) |
AMREX_FORCE_INLINE AMREX_GPU_DEVICE Real compute_Aijk | ( | const Real | z_k, |
const Real | z_kp1, | ||
const Real | hub_height, | ||
const Real | rotor_rad | ||
) |
Referenced by Fitch::source_terms_cellcentered().