VirtualFluids 0.2.0
Parallel CFD LBM Solver
Loading...
Searching...
No Matches
vf::lbm::MomentsOnSourceNodeSet Class Reference

#include <InterpolationCoefficients.h>

Public Member Functions

constexpr void calculatePPP (const real *const f, const real omega)
 
constexpr void calculateMPP (const real *const f, const real omega)
 
constexpr void calculatePMP (const real *const f, const real omega)
 
constexpr void calculateMMP (const real *const f, const real omega)
 
constexpr void calculatePPM (const real *const f, const real omega)
 
constexpr void calculateMPM (const real *const f, const real omega)
 
constexpr void calculatePMM (const real *const f, const real omega)
 
constexpr void calculateMMM (const real *const f, const real omega)
 
constexpr void calculateCoefficients (InterpolationCoefficients &coefficients, real xoff, real yoff, real zoff) const
 

Detailed Description

Definition at line 138 of file InterpolationCoefficients.h.

Member Function Documentation

◆ calculateCoefficients()

constexpr void vf::lbm::MomentsOnSourceNodeSet::calculateCoefficients ( InterpolationCoefficients coefficients,
real  xoff,
real  yoff,
real  zoff 
) const
inlineconstexpr
  • Calculate coefficients for the polynomial interpolation of the pressure
  • Extrapolation for refinement in to the wall (polynomial coefficients)

Definition at line 191 of file InterpolationCoefficients.h.

◆ calculateMMM()

constexpr void vf::lbm::MomentsOnSourceNodeSet::calculateMMM ( const real *const  f,
const real  omega 
)
inlineconstexpr

Definition at line 186 of file InterpolationCoefficients.h.

◆ calculateMMP()

constexpr void vf::lbm::MomentsOnSourceNodeSet::calculateMMP ( const real *const  f,
const real  omega 
)
inlineconstexpr

Definition at line 166 of file InterpolationCoefficients.h.

◆ calculateMPM()

constexpr void vf::lbm::MomentsOnSourceNodeSet::calculateMPM ( const real *const  f,
const real  omega 
)
inlineconstexpr

Definition at line 176 of file InterpolationCoefficients.h.

◆ calculateMPP()

constexpr void vf::lbm::MomentsOnSourceNodeSet::calculateMPP ( const real *const  f,
const real  omega 
)
inlineconstexpr

Definition at line 156 of file InterpolationCoefficients.h.

◆ calculatePMM()

constexpr void vf::lbm::MomentsOnSourceNodeSet::calculatePMM ( const real *const  f,
const real  omega 
)
inlineconstexpr

Definition at line 181 of file InterpolationCoefficients.h.

◆ calculatePMP()

constexpr void vf::lbm::MomentsOnSourceNodeSet::calculatePMP ( const real *const  f,
const real  omega 
)
inlineconstexpr

Definition at line 161 of file InterpolationCoefficients.h.

◆ calculatePPM()

constexpr void vf::lbm::MomentsOnSourceNodeSet::calculatePPM ( const real *const  f,
const real  omega 
)
inlineconstexpr

Definition at line 171 of file InterpolationCoefficients.h.

◆ calculatePPP()

constexpr void vf::lbm::MomentsOnSourceNodeSet::calculatePPP ( const real *const  f,
const real  omega 
)
inlineconstexpr

Definition at line 151 of file InterpolationCoefficients.h.


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