Home
last modified time | relevance | path

Searched defs:theta (Results 1 – 3 of 3) sorted by relevance

/honee/qfunctions/
H A Ddensitycurrent.h107 const CeedScalar theta = theta0 * exp(Square(N) * z / g) + delta_theta; in Exact_DC() local
H A Dchannel.h44 const CeedScalar theta = theta0 * (1 + (Pr * Ec / 3) * (1 - Square(Square((x[1] - center) / H)))); in Exact_Channel() local
H A Dadvection.h73 const CeedScalar theta = dim == 2 ? M_PI / 3 : M_PI; in Exact_AdvectionGeneric() local
147 CeedScalar theta = context->wave_frequency * DotN(X, wind, dim) + context->wave_phase; in Exact_AdvectionGeneric() local