Skip to content

spanwise length

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #9537
    liu
    Participant

    Dear Community:
    Why is the spanwise length in the Channel3D case set to 6 grid lengths, rather than being the same as the streamwise direction, which is 2𝜋𝐻?
    code :”Vector<T,3> extend(lx, 6.*converter.getPhysDeltaX(), adaptedPhysSimulatedLength);
    extend[2] += (1./8.)*converter.getPhysDeltaX();

    Vector<T,3> origin(0., 0., 0.);
    IndicatorCuboid3D<T> cuboid(extend, origin );” thank you

    #9551
    mathias
    Keymaster

    Which code version, example and and code line are you exaclty talk about?

    #9553
    liu
    Participant

    The version I am using is 1.7. thank you

    #9554
    liu
    Participant

    This line of code is on line 411 of the channeld version 1.7

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