Skip to content

enum values of FreeSurface::CELL_TYPE

OpenLB – Open Source Lattice Boltzmann Code Forums on OpenLB General Topics enum values of FreeSurface::CELL_TYPE

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #8878
    dirk.neethling
    Participant

    Can anyone pls tell me where in the developer guide or user guide I can find the members associated with FreeSurface::CELL_TYPE?
    Something like:

    EMPTY = 0,
    BOUNDARY = 1,
    FLUID = 2,
    INTERFACE = 3,
    FREE_SURFACE = 4

    So far I can only infer the member values from the example BreakingDam3D, but surely it must be documented somewhere?

    #8881
    Adrian
    Keymaster

    Yes, directly in the code resp. Doxygen. I hope this helps!

    #8883
    dirk.neethling
    Participant

    Thanks, that helped!

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