Skip to content

MRTdynamics and MRTdynamics2

OpenLB – Open Source Lattice Boltzmann Code Forums on OpenLB Bug Reports MRTdynamics and MRTdynamics2

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #4855
    sthavishtha
    Participant

    Dear all

    In the current version of OpenLB (v1.3-1), the only difference I notice between MRTdynamics and MRTdynamics2 is the presence of some extra member functions, while MRTdynamics<T,DESCRIPTOR>::MRTdynamics()/ MRTdynamics2<T,DESCRIPTOR>::MRTdynamics2() and MRTdynamics<T,DESCRIPTOR>::collide()/ MRTdynamics2<T,DESCRIPTOR>::collide() look the same (duplicate). Is some implementation in the class MRTdynamics2 yet to be done?

    Regards
    Sthavishtha

    #4859
    Marc
    Participant

    Dear Sthavishtha,

    the differnence is that MRTdynamics use descriptors::s<T,DESCRIPTOR> and MRTdynamics2 use descriptors::s_2<T,DESCRIPTOR>. This means the collision matrix in Mrtdynamics2 is changed. You can find the collision matrix s and s_2 in src/dynamics/mrtLatticeDescriptors.h.

    Best Marc

    #4860
    sthavishtha
    Participant

    Dear Marc

    Noted. Thanks for the information.

    Regards
    Sthavishtha

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.