/home/runner/work/amr-wind/amr-wind/amr-wind/utilities/constants.H File Reference

AMR-Wind API: /home/runner/work/amr-wind/amr-wind/amr-wind/utilities/constants.H File Reference
AMR-Wind API v0.1.0
CFD solver for wind plant simulations
Loading...
Searching...
No Matches
constants.H File Reference
#include "AMReX_REAL.H"
#include "AMReX_Math.H"
#include "AMReX_GpuQualifiers.H"
Include dependency graph for constants.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  amr_wind
 
namespace  amr_wind::constants
 

Functions

AMREX_FORCE_INLINE AMREX_GPU_HOST_DEVICE bool amr_wind::constants::is_close (const amrex::Real a, const amrex::Real b)
 Closeness comparison.
 

Variables

static constexpr amrex::Real amr_wind::constants::SMALL_NUM
 A number close to zero.
 
static constexpr amrex::Real amr_wind::constants::EPS
 A number very close to zero.
 
static constexpr amrex::Real amr_wind::constants::TIGHT_TOL = 1e-12
 A tight tolerance.
 
static constexpr amrex::Real amr_wind::constants::LOOSE_TOL = 1e-8
 A loose tolerance.
 
static constexpr amrex::Real amr_wind::constants::LOW_NUM
 A large negative number.
 
static constexpr amrex::Real amr_wind::constants::LARGE_NUM
 A large positive number.