Searched refs:phi (Results 1 – 6 of 6) sorted by relevance
| /honee/doc/ |
| H A D | auxiliary.md | 10 Denote $\langle \phi \rangle$ as the Reynolds average of $\phi$, which in this case would be a aver… 13 \langle \phi \rangle(x,y) = \frac{1}{L_z + (T_f - T_0)}\int_0^{L_z} \int_{T_0}^{T_f} \phi(x, y, z, … 22 The function $\langle \phi \rangle (x,y)$ is represented on a 2-D finite element grid, taken from t… 34 \langle \phi \rangle_z(x,y,t) = \frac{1}{L_z} \int_0^{L_z} \phi(x, y, z, t) \mathrm{d}z 37 where the function $\phi$ may be the product of multiple solution functions and $\langle \phi \rang… 44 Substituting the spanwise average of $\phi$ for $u$, we get: 47 \bm M [\langle \phi \rangle_z]_N = \int_0^{L_x} \int_0^{L_y} \left [\frac{1}{L_z} \int_0^{L_z} \phi… 53 \bm M [\langle \phi \rangle_z]_N = \frac{1}{L_z} \int_\Omega \phi(x,y,z,t) \psi^\mathrm{parent}_N(x… 63 At the beginning of each simulation, the time integral of a statistic is set to 0, $\overline{\phi}… 66 $$\overline{\phi}_\mathrm{new} = \overline{\phi}_{\mathrm{old}} + \phi(t_\mathrm{new}) \Delta T$$ [all …]
|
| H A D | theory.md | 520 …qrt{q^n(\bm{x})} \bm{\sigma}^n \cos(\kappa^n \bm{d}^n \cdot \bm{\hat{x}}^n(\bm{x}, t) + \phi^n ) \\ 525 …mber of wavemodes $N$, set of random numbers $ \{\bm{\sigma}^n, \bm{d}^n, \phi^n\}_{n=1}^N$, the C… 622 The `STGRand.dat` file is the table of the random number set, $\{\bm{\sigma}^n, \bm{d}^n, \phi^n\}_… 626 [d_1] [d_2] [d_3] [phi] [sigma_1] [sigma_2] [sigma_3] 633 | $ \{\bm{\sigma}^n, \bm{d}^n, \phi^n\}_{n=1}^N$ | RN Set | No | Yes |
|
| /honee/problems/ |
| H A D | stg_shur14.c | 127 CeedScalar *phi = &stg_ctx->data[stg_ctx->offsets.phi]; in ReadStgRand() local 140 phi[i] = (CeedScalar)atof(array[3]); in ReadStgRand() 185 temp_ctx->offsets.phi = temp_ctx->offsets.d + nmodes * 3; in GetStgContextData() 186 temp_ctx->offsets.kappa = temp_ctx->offsets.phi + nmodes; in GetStgContextData()
|
| /honee/qfunctions/ |
| H A D | stg_shur14_type.h | 30 size_t sigma, d, phi; // !< Random number set, [nmodes,3], [nmodes,3], [nmodes] member
|
| H A D | stg_shur14.h | 156 const CeedScalar *phi = &stg_ctx->data[stg_ctx->offsets.phi]; in StgShur14Calc() local 166 const CeedScalar cos_kxdp = cos(kappa[n] * xdotd + phi[n]); in StgShur14Calc() 199 const CeedScalar *phi = &stg_ctx->data[stg_ctx->offsets.phi]; in StgShur14Calc_PrecompEktot() local 211 const CeedScalar cos_kxdp = cos(kappa[n] * xdotd + phi[n]); in StgShur14Calc_PrecompEktot()
|
| H A D | differential_filter.h | 211 …CeedScalar phi = phi_bar + alpha[0] * Square(omega6) * sin(6 * omega * x_i[0]) + alpha[1] * Square… in DifferentialFilter_MMS_IC() local 212 phi -= dalpha1dy * omega6 * cos(omega6 * x_i[1]); in DifferentialFilter_MMS_IC() 214 for (CeedInt j = 0; j < 5; j++) q0[j][i] = phi; in DifferentialFilter_MMS_IC()
|