Searched refs:theta (Results 1 – 5 of 5) sorted by relevance
| /honee/qfunctions/ |
| H A D | densitycurrent.h | 107 const CeedScalar theta = theta0 * exp(Square(N) * z / g) + delta_theta; in Exact_DC() local 118 Y[4] = Pi * theta; in Exact_DC()
|
| H A D | advection.h | 73 const CeedScalar theta = dim == 2 ? M_PI / 3 : M_PI; in Exact_AdvectionGeneric() local 74 …t CeedScalar x0[3] = {center[0] + .25 * lx * cos(theta + time), center[1] + .25 * ly * sin(the… in Exact_AdvectionGeneric() 147 CeedScalar theta = context->wave_frequency * DotN(X, wind, dim) + context->wave_phase; in Exact_AdvectionGeneric() local 150 q[4] = sin(theta); in Exact_AdvectionGeneric() 153 q[4] = sin(theta) > 100 * CEED_EPSILON ? 1 : -1; in Exact_AdvectionGeneric()
|
| H A D | channel.h | 44 const CeedScalar theta = theta0 * (1 + (Pr * Ec / 3) * (1 - Square(Square((x[1] - center) / H)))); in Exact_Channel() local 50 Y[4] = theta; in Exact_Channel()
|
| /honee/doc/ |
| H A D | auxiliary.md | 135 \mean{\phi' \theta'} = \mean{\phi \theta \rangle - \langle \phi} \mean{\theta}
|
| H A D | examples.md | 119 …erms of the Exner pressure, $\pi(\bm{x},t)$, and potential temperature, $\theta(\bm{x},t)$, that r… 122 …ned} \rho &= \frac{P_0}{( c_p - c_v)\theta(\bm{x},t)} \pi(\bm{x},t)^{\frac{c_v}{ c_p - c_v}} \, , …
|