Skip to content

For Help

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1949
    lesmodel
    Member

    Dear developpers,

    Thanks very much for your contribution to the openLB.

    In the case cylinder2d. the Re is 20, latticeU is 0.02, charU is 0.2.
    When I simply change the Re to 100, your know, the flow pattern
    is changed, what is the new velocity for inflow?

    #2741
    mathias
    Keymaster

    There is no new inflow velocity. The viscosity is chenaged simply. Best Mathias

    #2742
    lesmodel
    Member

    Dear mathias,
    Thanks very much for your quick response. I have another question, in the case of aorta3d. the Re is decided by CharU, CharL and CharNu, if I change the CharU to obtain the different Re, what’s the new velocity for inflow?

    #2743
    mgaedtke
    Keymaster

    Hello,

    in aorta.cpp line 174 and following the boundary velocity is set with SinusStartScale<T,int> nSinusStartScale( iTperiod,converter.getCharU() ); So, after the start time period of 0.5s, the velocity at the inlet is a circular poiseuille profile with CharU beein the maximum velocity. Change CharU in the converter, and you will get this velocity at your inlet.

    Best, Max

    #2744
    lesmodel
    Member

    Dear Max,
    in aorta.cpp line174, it’s ‘SinusStartScale<T,int> nSinusStartScale( iTperiod,converter.getLatticeU() )’, the velocity at the inlet is a circular poiseuille profile with LatticeU beein the maximum velocity, it’s LatticeU not CharU. Looking forward to your reply.

    #2752
    mgaedtke
    Keymaster

    Hey, yes you are right, sorry for the missunderstanding. We set LatticeU here, which is the converterted physical CharU. So if you change the CharU in the converter construction, you will end up with this value beeing the physical velocity for your simulation.

    Best, Max

    #2828
    esposagroup
    Member

    helpful post nice reply

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