Skip to content

LBM laminar

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #7225
    Alexmine
    Participant

    Hello
    In the case laminar cylinder3d, the code:
    Vector<T,3> origin = superGeometry.getStatistics().getMinPhysR( 2 );
    I know it is a three-dimensional coordinates of a point,where exactly the point is ?

    help!

    #7226
    FBukreev
    Keymaster

    Hello,

    this are minimal coordinates of the material number 2, the nearest wall point to the coordinates origin.

    Greetings
    Fedor

    #7301
    Alexmine
    Participant

    Thank you very much for your reply!
    I have another question in the case laminar cylinder3d,the code:
    maxVelocity[0] = 2.25*frac[0]*converter.getCharLatticeVelocity();
    what is the specific value of frac[0] ?

    #7302
    FBukreev
    Keymaster

    Hello,

    teh frac[0] is teh output value from the start scale functor which is growing each time step from 0 to 1.

    #7323
    Alexmine
    Participant

    Thanks, FBukreev. This is indeed very helpful.

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