Skip to content

actuator disk

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #10004
    Dusan
    Participant

    Is there any way to implement an actuator disk?

    #10005
    Adrian
    Keymaster

    OpenLB offers a set of flexible primitives for implementing any LBM scheme. Currently I am not aware of any public implementation of an actuator disk model but I can guarantee that it is possible to implement this. If you tell me what exactly you want to do, I will be able to point you at a good direction.

    #10006
    Dusan
    Participant

    I would like to replicate some of the results of an experiment on a channel wing by NACA, see here: https://ntrs.nasa.gov/api/citations/19930087470/downloads/19930087470.pdf

    I think a good first approximation is modeling the propeller as an actuator disk.

    Maybe a point to start this is by modeling the classic actuator disk theory and see how flow is actually contracting.

    #10009
    Adrian
    Keymaster

    Ok, so do you already have an exact idea of which actuator disk model you want to apply?

    Without knowing much about this approach I guess it will boil down to updating the per-cell forces for the cells in the actuator disk domain every time step depending on the surrounding flow / model parameters. If so, a good way of implementing such operations in OpenLB is to write a “post processor” and assigning it to the respective cells for execution at a sensible step of the LB algorithm (commonly the post-stream “stage”). Our user guide provides an introduction on how to write such a post processor.

    #10010
    Dusan
    Participant

    Thanks Adrian! I’ll look into the user guide for the relevant instructions.

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