Skip to content

D3Q27

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1893
    takamori67
    Member

    Hello everyone,

    I’m trying to use a D3Q27 lattice structure. However, simply changing the descriptor from D3Q19 to Q27 by:

    Quote:
    #define DESCRIPTOR D3Q27Descriptor

    doesn’t work. The compilation does not succed, because of an “undefined reference” to the descriptor.

    Is there a way to impement the D3Q27 structure?

    Best,
    Sumit

    #2534
    robin.trunk
    Keymaster

    Hi Sumit,

    for descriptors you can have a look at > src > dynamics > latticeDescriptors.cpp/.h/.hh. There should a D3Q27Descriptor already be implemented. To find out why it won’t compile the whole error message is required.

    Best
    Robin

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