OpenLB 1.7
Loading...
Searching...
No Matches
Variables
olb::descriptors::cum_data Namespace Reference

Variables

template<unsigned D, unsigned Q>
Fraction K [Q] = {}
 
template<unsigned D, unsigned Q>
int velocityIndices [Q][D] = {}
 
template<>
int velocityIndices< 3, 27 > [27][3]
 
template<>
Fraction K< 3, 27 > [27]
 

Variable Documentation

◆ K

template<unsigned D, unsigned Q>
Fraction olb::descriptors::cum_data::K[Q] = {}

Definition at line 39 of file cum.h.

39{};

◆ K< 3, 27 >

template<>
Fraction olb::descriptors::cum_data::K< 3, 27 >[27]
Initial value:
= {
{1}, 0, {1, 3}, 0, 0, 0, {1, 3}, 0, {1, 9},
{1, 6}, 0, {1, 18}, {2, 3}, 0, {2, 9}, {1, 6}, 0, {1, 18},
{1, 36}, {1, 9}, {1, 36}, {1, 9}, {4, 9}, {1, 9}, {1, 36}, {1, 9}, {1, 36}
}

Definition at line 61 of file cum.h.

61 {
62 {1}, 0, {1, 3}, 0, 0, 0, {1, 3}, 0, {1, 9},
63 {1, 6}, 0, {1, 18}, {2, 3}, 0, {2, 9}, {1, 6}, 0, {1, 18},
64 {1, 36}, {1, 9}, {1, 36}, {1, 9}, {4, 9}, {1, 9}, {1, 36}, {1, 9}, {1, 36}
65 };

◆ velocityIndices

template<unsigned D, unsigned Q>
int olb::descriptors::cum_data::velocityIndices[Q][D] = {}

Definition at line 42 of file cum.h.

42{};

◆ velocityIndices< 3, 27 >

template<>
int olb::descriptors::cum_data::velocityIndices< 3, 27 >[27][3]
Initial value:
= {
{10, 8, 26}, {12, 22, 24}, {6, 3, 20}, {4, 2, 18},
{1, 0, 14}, {5, 15, 17}, {11, 9, 25}, {7, 16, 19},
{13, 21, 23},
{10, 6, 12}, {4, 1, 5}, {11, 7, 13}, {8, 3, 22},
{2, 0, 15}, {9, 16, 21}, {26, 20, 24}, {18, 14, 17},
{25, 19, 23},
{10, 4, 11}, {6, 1, 7}, {12, 5, 13}, {8, 2, 9},
{3, 0, 16}, {22, 15, 21}, {26, 18, 25}, {20, 14, 19},
{24, 17, 23},
}

Definition at line 45 of file cum.h.

45 {
46 {10, 8, 26}, {12, 22, 24}, {6, 3, 20}, {4, 2, 18},
47 {1, 0, 14}, {5, 15, 17}, {11, 9, 25}, {7, 16, 19},
48 {13, 21, 23},
49
50 {10, 6, 12}, {4, 1, 5}, {11, 7, 13}, {8, 3, 22},
51 {2, 0, 15}, {9, 16, 21}, {26, 20, 24}, {18, 14, 17},
52 {25, 19, 23},
53
54 {10, 4, 11}, {6, 1, 7}, {12, 5, 13}, {8, 2, 9},
55 {3, 0, 16}, {22, 15, 21}, {26, 18, 25}, {20, 14, 19},
56 {24, 17, 23},
57 };