SPH
Public Member Functions | List of all members
NeighbourDensityDiscr Class Reference

Discretization using the densities of summed particles. More...

#include <DerivativeHelpers.h>

Public Member Functions

void initialize (const Storage &input)
 
template<typename T >
INLINEeval (const Size UNUSED(i), const Size j, const T &value)
 

Detailed Description

Discretization using the densities of summed particles.

Represents: sum_j m[j]/rho[j]*(v[j]-v[i]) * grad_ji This is the discretization used in SPH5 code/

Definition at line 304 of file DerivativeHelpers.h.

Member Function Documentation

◆ eval()

template<typename T >
INLINE T NeighbourDensityDiscr::eval ( const Size   UNUSEDi,
const Size  j,
const T &  value 
)
inline

Definition at line 313 of file DerivativeHelpers.h.

◆ initialize()

void NeighbourDensityDiscr::initialize ( const Storage input)
inline

Definition at line 308 of file DerivativeHelpers.h.


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