Skip to content

FBukreev

Due to recent bot attacks we have changed the sign-up process. If you want to participate in our forum, first register on this website and then send a message via our contact form.

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 126 total)
  • Author
    Posts
  • in reply to: Yplus #10929
    FBukreev
    Keymaster

    Hi, you can try to apply the wall model to aorta and it will calculate y distance and u_tau. Then in Paraview you can visualize both fields and calculate y+ from them, or create a new lattice functor which takes these values from external fields and calculates y+.

    in reply to: Yplus #10928
    FBukreev
    Keymaster

    Hi, you can try to apply the wall model to aorta and it will calculate y distance and u_tau. Then in Paraview you can visualize both fields and calculate y+ from them, or create a new lattice functor which takes these values from external fields and calculates y+.

    in reply to: Mass conservation in turbulent pipe flow #10899
    FBukreev
    Keymaster

    You can try to do DNS with ThirdOrderRLBdynamics and D3Q19. That should give correct mass.

    Actually, BGK with D3Q27 should also work, I dont see any reasons why it can loose mass.

    in reply to: Mass conservation in turbulent pipe flow #10897
    FBukreev
    Keymaster

    Dear Nipin,

    please take for DSN the ThirdOrderRLBdynamics, the standard RLB dynamics doesnt work well.

    And for the vortex method, please use it always inside one cuboid, because it is not parallelized. You can make inlet inside of one cuboid and the rest can be separated as you wish.

    Best,
    Fedor

    FBukreev
    Keymaster

    Hi,
    BGK at higher resolution should give the turbulent result, because BGK has very low numerical diffusion itself.

    FBukreev
    Keymaster

    Hello,

    if you want to make DNS, then BGK and bounce back should be enough. Sometimes by too small time steps the flow becomes strange. You can try to take higher lattice Velocity in the converter if your maximal CFL number during actual simulation is too low.

    in reply to: Computing Pressure Statistics with PostProcessors #10753
    FBukreev
    Keymaster

    Hello,

    to obtain pressure you need to compute denisty with computeRho() and then make (density – 1)/descriptors::invCs2(). That will give you pressure in lattice units.

    in reply to: Implementing the Cumulant Collision Operator #10683
    FBukreev
    Keymaster

    yes, you understand correctly. LATTICE_TIME is already existing, you can define RMS_VELOCITY in the descriptors/fields.h

    in reply to: Implementing the Cumulant Collision Operator #10674
    FBukreev
    Keymaster

    ok, for that we have not implemented a gpu-capable postprocessor. You can how the averaging is performed now and try to extend it with the required statistics evaluation.

    in reply to: Implementing the Cumulant Collision Operator #10672
    FBukreev
    Keymaster

    In the last release these functors are not used in general, check the actual release.

    in reply to: Implementing the Cumulant Collision Operator #10669
    FBukreev
    Keymaster

    In the actual realease of openLB the averaging happens already on GPU and you dont need any separate functor.

    in reply to: Implementing the Cumulant Collision Operator #10655
    FBukreev
    Keymaster

    Hello,

    the cumulant dynamics was only a prototype, which was tested only by taylor green vortex example. If you want to simulate the channel case it is better to use the standard HRR collision with wall model.

    in reply to: Temperature blow up in NS-ADE coupling #10482
    FBukreev
    Keymaster

    sorry I cannot understand the reason for the problem on that way. It could be also numerical paameters that you use. The divergence time step should be also investigated carefully.

    in reply to: Temperature blow up in NS-ADE coupling #10475
    FBukreev
    Keymaster

    Hi,

    I would add zeroGradient boundary conditions for ADE lattice to the inlet and outlet of the channel and in the coupler you can comment out the Boussinesq force if you dont consider it.

    in reply to: airfoil2d example case diverges after some time steps #10365
    FBukreev
    Keymaster

    Hello,

    We have not added the fringe zone at the outlet. This is only an example of turbulent flow with an airfoil indicator and wall model. More advanced setups will be introduced in the next release.

Viewing 15 posts - 1 through 15 (of 126 total)