Skip to content

jcs

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 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Free Surface Contact Angle #10940
    jcs
    Participant

    Hi Maximilian,

    Many thanks for your response and clarifying the current implementation.

    Below is a presentation that discusses a few different approaches for wetting and surface tension in free surface lattice boltzmann:
    https://www10.cs.fau.de/publications/talks/2014/Bogner_Paris_DSFD_2014-08-01.pdf

    James

    in reply to: Resolved particle inlet #9420
    jcs
    Participant

    Thanks Mathias for your fast response. I’ve been attempting your suggestion in the meantime, but encountered the issue of a pressure wave emanating from the particle once the particle dynamics were activated. I’ve managed to avoid this issue now by using the setField function to set the particle velocity immediately after executing the particle manager for the first time.

    auto particleA = particleSystem.get( 0 );
    Vector<T,2> velocitynu = {0.1,0};
    particleA.template setField<MOBILITY,VELOCITY>(velocitynu);
Viewing 2 posts - 1 through 2 (of 2 total)