OpenLB 1.8.1
Loading...
Searching...
No Matches
olb::dynamics::CSE< dynamics::Tuple< T, descriptors::D3Q7< FIELDS... >, momenta::Tuple< momenta::OneDensity, momenta::ZeroMomentum, momenta::ZeroStress, momenta::DefineSeparately >, equilibria::None, collision::None, dynamics::DefaultCombination > > Struct Template Reference

#include <c3a98586039237daf3496f4ad794f0ab61efed2a8ffd85efa7246ee6f3403cfe.cse.h>

+ Collaboration diagram for olb::dynamics::CSE< dynamics::Tuple< T, descriptors::D3Q7< FIELDS... >, momenta::Tuple< momenta::OneDensity, momenta::ZeroMomentum, momenta::ZeroStress, momenta::DefineSeparately >, equilibria::None, collision::None, dynamics::DefaultCombination > >:

Public Member Functions

template<concepts::Cell CELL, concepts::Parameters PARAMETERS, concepts::BaseType V = typename CELL::value_t>
CellStatistic< V > collide (CELL &cell, PARAMETERS &parameters) any_platform
 

Detailed Description

template<typename T, typename... FIELDS>
struct olb::dynamics::CSE< dynamics::Tuple< T, descriptors::D3Q7< FIELDS... >, momenta::Tuple< momenta::OneDensity, momenta::ZeroMomentum, momenta::ZeroStress, momenta::DefineSeparately >, equilibria::None, collision::None, dynamics::DefaultCombination > >

Definition at line 38 of file c3a98586039237daf3496f4ad794f0ab61efed2a8ffd85efa7246ee6f3403cfe.cse.h.

Member Function Documentation

◆ collide()

template<typename T , typename... FIELDS>
template<concepts::Cell CELL, concepts::Parameters PARAMETERS, concepts::BaseType V = typename CELL::value_t>
CellStatistic< V > olb::dynamics::CSE< dynamics::Tuple< T, descriptors::D3Q7< FIELDS... >, momenta::Tuple< momenta::OneDensity, momenta::ZeroMomentum, momenta::ZeroStress, momenta::DefineSeparately >, equilibria::None, collision::None, dynamics::DefaultCombination > >::collide ( CELL & cell,
PARAMETERS & parameters )
inline

Definition at line 40 of file c3a98586039237daf3496f4ad794f0ab61efed2a8ffd85efa7246ee6f3403cfe.cse.h.

40 {
41auto x0 = cell[0];
42auto x1 = cell[1];
43auto x2 = cell[2];
44auto x3 = cell[3];
45auto x4 = cell[4];
46auto x5 = cell[5];
47auto x6 = cell[6];
48cell[0] = x0;
49cell[1] = x1;
50cell[2] = x2;
51cell[3] = x3;
52cell[4] = x4;
53cell[5] = x5;
54cell[6] = x6;
55return { V{-1}, V{-1} };
56}

The documentation for this struct was generated from the following file: