40 {
41auto x11 = cell.template getFieldComponent<descriptors::FORCE>(1);
42auto x10 = cell.template getFieldComponent<descriptors::FORCE>(0);
43auto x12 = parameters.template get<descriptors::OMEGA>();
44auto x9 = cell.template getFieldComponent<descriptors::CHEM_POTENTIAL>(0);
45auto x13 = parameters.template get<collision::FreeEnergy::GAMMA>();
46auto x14 = x12 + V{-1};
47auto x15 = cell[0] + cell[1] + cell[2] + cell[3] + cell[4] + cell[5] + cell[6] + cell[7] + cell[8];
48auto x16 = x15 + V{1};
49auto x17 = x11*x11;
50auto x18 = V{1.5}*x17;
51auto x19 = x10*x10;
52auto x20 = V{1.5}*x19;
53auto x21 = x20 + V{-1};
54auto x22 = x18 + x21;
55auto x23 = x15 + V{1};
56auto x24 = -V{3}*x13*x9 + x23;
57auto x25 = V{0.0277777777777778}*x12;
58auto x26 = V{3}*x11;
59auto x27 = x10 - x11;
60auto x28 = -x27;
61auto x29 = V{3}*x10;
62auto x30 = x22 + x29;
63auto x31 = x24*x25;
64auto x32 = V{0.111111111111111}*x12;
65auto x33 = x24*x32;
66auto x34 = -x29;
67auto x35 = V{1} - x18;
68auto x36 = V{3}*x19 + x35;
69auto x37 = x10 + x11;
70auto x38 = V{4.5}*(x37*x37);
71auto x39 = V{3}*x17;
72auto x40 = -x20 + x26;
73auto x0 = -cell[0]*x14 + V{0.555555555555556}*x12*x24 - V{0.444444444444444}*x12*(x16*x22 + V{1});
74auto x1 = -(cell[1]*x14 + x25*(x16*(-x26 + x30 - V{4.5}*x28*x28) + V{1}) + x31);
75auto x2 = -cell[2]*x14 + V{0.111111111111111}*x12*(x16*(x34 + x36) + V{-1}) - x33;
76auto x3 = -cell[3]*x14 - x25*(x16*(x26 + x30 - x38) + V{1}) - x31;
77auto x4 = -cell[4]*x14 - x32*(x16*(x21 + x26 - x39) + V{1}) - x33;
78auto x5 = -(cell[5]*x14 + x25*(x16*(x22 + x26 + x34 - V{4.5}*x27*x27) + V{1}) + x31);
79auto x6 = -cell[6]*x14 + V{0.111111111111111}*x12*(x16*(x29 + x36) + V{-1}) - x33;
80auto x7 = -cell[7]*x14 + V{0.0277777777777778}*x12*(x16*(x29 + x35 + x38 + x40) + V{-1}) - x31;
81auto x8 = -cell[8]*x14 + V{0.111111111111111}*x12*(x16*(x39 + x40 + V{1}) + V{-1}) - x33;
82cell[0] = x0;
83cell[1] = x1;
84cell[2] = x2;
85cell[3] = x3;
86cell[4] = x4;
87cell[5] = x5;
88cell[6] = x6;
89cell[7] = x7;
90cell[8] = x8;
91return { x23, x17 + x19 };
92}