OpenLB 1.7
Loading...
Searching...
No Matches
Public Attributes | List of all members
olb::LatticePosAndWeight< T > Struct Template Reference

Data structure for smoothing functionals. More...

#include <smoothingFunctionals3D.h>

+ Collaboration diagram for olb::LatticePosAndWeight< T >:

Public Attributes

int globic = 0
 
int latticePos [3] = {0, 0, 0}
 
weight = T()
 
continuousPhaseFraction = 1.
 

Detailed Description

template<typename T>
struct olb::LatticePosAndWeight< T >

Data structure for smoothing functionals.

Stores the lattice position of a cell within smoothing kernel length and the related multiplicative weight and continuous phase volume fraction.

Definition at line 40 of file smoothingFunctionals3D.h.

Member Data Documentation

◆ continuousPhaseFraction

template<typename T >
T olb::LatticePosAndWeight< T >::continuousPhaseFraction = 1.

Definition at line 48 of file smoothingFunctionals3D.h.

◆ globic

template<typename T >
int olb::LatticePosAndWeight< T >::globic = 0

Definition at line 42 of file smoothingFunctionals3D.h.

◆ latticePos

template<typename T >
int olb::LatticePosAndWeight< T >::latticePos[3] = {0, 0, 0}

Definition at line 44 of file smoothingFunctionals3D.h.

44{0, 0, 0};

◆ weight

template<typename T >
T olb::LatticePosAndWeight< T >::weight = T()

Definition at line 46 of file smoothingFunctionals3D.h.


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