Home
last modified time | relevance | path

Searched refs:M_PI (Results 1 – 10 of 10) sorted by relevance

/honee/src/
H A Dhonee-meshtransform.c7 #ifndef M_PI
8 #define M_PI 3.14159265358979323846 macro
68 PetscReal angle_coeff = tan(top_angle * (M_PI / 180)); in HoneeMeshTransform_PlateMesh()
/honee/qfunctions/
H A Deulervortex.h77 const CeedScalar C = vortex_strength * exp((1. - r * r) / 2.) / (2. * M_PI); in Exact_Euler()
78 … = -(gamma - 1.) * vortex_strength * vortex_strength * exp(1 - r * r) / (8. * gamma * M_PI * M_PI); in Exact_Euler()
80 …eedScalar S_bubble = (gamma - 1.) * vortex_strength * vortex_strength / (8. * gamma * M_PI * M_PI); in Exact_Euler()
H A Dtaylorgreen.h38 ScaleN(x, 2 * M_PI / context->lx, 3); in ICsTaylorGreen()
H A Dadvection.h73 const CeedScalar theta = dim == 2 ? M_PI / 3 : M_PI; in Exact_AdvectionGeneric()
117 q[4] = r <= rc ? .5 + .5 * cos(r * M_PI / rc) : 0; in Exact_AdvectionGeneric()
126 q[4] = r > half_width ? 0. : cos(2 * M_PI * r / half_width + M_PI) + 1.; in Exact_AdvectionGeneric()
H A Ddensitycurrent.h106 const CeedScalar delta_theta = r <= rc ? thetaC * (1. + cos(M_PI * r / rc)) / 2. : 0.; in Exact_DC()
H A Dstg_shur14.h105 *ke = wall_dist == 0 ? 1e16 : 2 * M_PI / Min(2 * wall_dist, 3 * lt); in SpectrumConstants()
106 *keta = 2 * M_PI * pow(Cube(nu) / eps, -0.25); in SpectrumConstants()
107 *kcut = M_PI / Min(Max(Max(hNodSep[1], hNodSep[2]), 0.3 * (*hmax)) + 0.1 * wall_dist, *hmax); in SpectrumConstants()
H A Dutils.h10 #ifndef M_PI
11 #define M_PI 3.14159265358979323846 macro
H A Ddifferential_filter.h192 const CeedScalar omega = 2 * M_PI; in DifferentialFilter_MMS_IC()
/honee/problems/
H A Dstg_shur14.c212 CeedScalar kmin = M_PI / le_max; in GetStgContextData()
H A Dadvection.c413 CeedScalar wave_frequency = 2 * M_PI; in NS_ADVECTION()