Memosa-FVM  0.2
vanAlbada1 Struct Reference

#include <FluxLimiters.h>

Public Member Functions

template<class T >
operator() (const T r)
 

Detailed Description

Definition at line 51 of file FluxLimiters.h.

Member Function Documentation

template<class T >
T vanAlbada1::operator() ( const T  r)
inline

Definition at line 54 of file FluxLimiters.h.

55  {return (pow(r,2)+r)/(pow(r,2)+1.);}

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