-
Hello! I've recently started studying the LBM and I was hoping to use ESPRESSO to run some simulations. However, after reading through the documentation, I have some questions:
with the star * representing a non-dimensional/lattice quantity. So the above-mentioned definition would violate this rule, as well as the consistency check between the kinematic viscosity and space and time discretisations (I'm also assuming that system.time_step is
Thank you in advance for your time. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hi!
|
Beta Was this translation helpful? Give feedback.
That's a good point. The kinematic viscosity should be fully determined when the$\omega_{\nu}$ relaxation rate (eq. 10.34) and the expression of the pressure tensor. We use the TRT method with parameters $\omega_{e} = \omega^{+} = \omega_{\nu}$ the bulk viscosity relaxation rate, even relaxation rate and shear viscosity relaxation rate, respectively, and $\omega^{-}$ the odd relaxation rate (section 10.6.1), which in ESPResSo is derived from $\omega_{\nu}$ .
agrid
,tau
andtime_step
parameters are provided. According to the ESPResSo source code, thekinematic_viscosity
parameter only affects the@RudolfWeeber I think our documentation could better explain the role of the
kinematic_viscosity
…