|
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. |
Answered by
jngrad
Oct 30, 2024
Replies: 1 comment 5 replies
|
Hi!
|
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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,tauandtime_stepparameters are provided. According to the ESPResSo source code, thekinematic_viscosityparameter only affects the@RudolfWeeber I think our documentation could better explain the role of the
kinematic_viscosity…