Home
last modified time | relevance | path

Searched refs:lphi1 (Results 1 – 2 of 2) sorted by last modified time

/dports/science/code_saturne/code_saturne-7.1.0/src/lagr/
H A Dcs_lagr_dlvo.c376 cs_real_t lphi1 = valen * charge * phi1 / _k_boltzmann / temp; in cs_lagr_edl_sphere_plane() local
384 lphi1 = 8. * tanh(lphi1 / 4.) / in cs_lagr_edl_sphere_plane()
386 * pow(tanh(lphi1 / 4.),2),0.5)); in cs_lagr_edl_sphere_plane()
392 cs_real_t omega1 = pow(lphi1,2) + pow(lphi2,2) + alpha * lphi1 * lphi2; in cs_lagr_edl_sphere_plane()
393 cs_real_t omega2 = pow(lphi1,2) + pow(lphi2,2) - alpha * lphi1 * lphi2; in cs_lagr_edl_sphere_plane()
424 cs_real_t lphi1 = valen * charge * phi1 / _k_boltzmann / temp; in cs_lagr_edl_sphere_sphere() local
432 lphi1 = 8. * tanh(lphi1 / 4.) / in cs_lagr_edl_sphere_sphere()
434 * pow(tanh(lphi1 / 4.),2),0.5)); in cs_lagr_edl_sphere_sphere()
446 cs_real_t omega1 = pow(lphi1,2) + pow(lphi2,2) + alpha * lphi1 * lphi2; in cs_lagr_edl_sphere_sphere()
448 cs_real_t omega2 = pow(lphi1,2) + pow(lphi2,2) - alpha * lphi1 * lphi2; in cs_lagr_edl_sphere_sphere()
H A Dcs_lagr_adh.c172 cs_real_t lphi1 = lag_pc->valen * charge * phi_p / _k_boltz / tempf; in _edlsp() local
180 lphi1 = 8.0 * tanh (lphi1 / 4.0) in _edlsp()
181 … / (1.0 + sqrt (1.0 - (2.0 * tau + 1.0) / pow(tau + 1.0, 2.0) * pow(tanh(lphi1 / 4.0), 2.0))); in _edlsp()
191 cs_real_t omega1 = pow (lphi1, 2.0) + pow (lphi2, 2.0) + alpha * lphi1 * lphi2; in _edlsp()
193 cs_real_t omega2 = pow (lphi1, 2.0) + pow (lphi2, 2.0) - alpha * lphi1 * lphi2; in _edlsp()
224 cs_real_t lphi1 = lag_pc->valen * charge * phi1 / _k_boltz / tempf; in _edlss() local
232 lphi1 = 8.0 * tanh (lphi1 / 4.0) in _edlss()
233 … / (1.0 + sqrt (1.0 - (2.0 * tau + 1.0) / pow(tau + 1, 2.0) * pow(tanh(lphi1 / 4.0), 2.0))); in _edlss()
246 cs_real_t omega1 = pow (lphi1, 2.0) + pow (lphi2, 2.0) + alpha * lphi1 * lphi2; in _edlss()
248 cs_real_t omega2 = pow (lphi1, 2.0) + pow (lphi2, 2.0) - alpha * lphi1 * lphi2; in _edlss()