Home
last modified time | relevance | path

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

/libCEED/examples/fluids/qfunctions/
H A Ddifferential_filter.h74 …_HELPER CeedScalar VanDriestWallDamping(const CeedScalar wall_dist_plus, const CeedScalar A_plus) { in VanDriestWallDamping() argument
75 return -expm1(-wall_dist_plus / A_plus); in VanDriestWallDamping()