Home
last modified time | relevance | path

Searched refs:theta_f (Results 1 – 5 of 5) sorted by relevance

/dports/science/sparta/sparta-20Oct2021/src/
H A Dsurf_collide_impulsive.cpp289 double theta_f, phi_f; in impulsive() local
295 theta_f = MY_PI2 * random->uniform(); in impulsive()
296 P = pow(cos( theta_f - theta_peak ),cos_theta_pow) * sin(theta_f); in impulsive()
298 if (theta_f > theta_peak) in impulsive()
299 P = pow(cos( theta_f - theta_peak ),cos_theta_pow_2) * sin(theta_f); in impulsive()
304 double tan_theta = tan(theta_f); in impulsive()
325 double cos_khi = cos(MY_PI - theta_i - theta_f); in impulsive()
351 vperp = v_f_mag * cos(theta_f); in impulsive()
352 vtan1 = v_f_mag * sin(theta_f) * cos(phi_f); in impulsive()
353 vtan2 = v_f_mag * sin(theta_f) * sin(phi_f); in impulsive()
H A Dsurf_collide_cll.cpp291 double theta_i, phi_i, psi_i, theta_f, phi_f, psi_f, cos_beta; in cll() local
308 theta_f = acos(sqrt(cos(psi_f))); in cll()
310 vperp = v_mag * cos(theta_f); in cll()
311 vtan1 = v_mag * sin(theta_f) * cos(phi_f); in cll()
312 vtan2 = v_mag * sin(theta_f) * sin(phi_f); in cll()
/dports/science/mcstas-comps/mcstas-comps-2.5-src/optics/
H A DV_selector.comp53 OUTPUT PARAMETERS(omega, alpha_rad, dt0, dt1, r_i, r_f, r_mean, theta_i, theta_f, A, d_s_alpha)
58 double omega, alpha_rad, dt0, dt1, r_i, r_f, r_mean, theta_i, theta_f, A, d_s_alpha;
85 theta_f = atan2(x,y+radius);
95 d_s_alpha = theta_f-theta_i;
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-digital/examples/ofdm/
H A Dofdm_sync_pn.m2 theta_pn = read_float_binary('ofdm_sync_pn-theta_f.dat');
/dports/math/py-sympy/sympy-1.9/sympy/stats/tests/
H A Dtest_joint_rv.py189 theta_f = symbols('t_f', negative=True)
202 raises(ValueError, lambda: MultivariateEwens('e1', 5, theta_f))