Collaboration diagram for Limited interpolation schemes:

Classes

class  blended< Type >
 linear/upwind blended differencing scheme. More...
 
class  filteredLinearLimiter< LimiterFunc >
 Class to generate weighting factors for the filteredLinear differencing scheme. More...
 
class  filteredLinear2Limiter< LimiterFunc >
 Class to generate weighting factors for the filteredLinear2 differencing scheme. More...
 
class  filteredLinear3Limiter< LimiterFunc >
 Class to generate weighting factors for the filteredLinear differencing scheme. More...
 
class  GammaLimiter< LimiterFunc >
 Class with limiter function which returns the limiter for the Gamma differencing scheme based on phict obtained from the LimiterFunc class. More...
 
class  LimitedLimiter< LimitedScheme >
 Foam::LimitedLimiter. More...
 
class  Limited01Limiter< LimitedScheme >
 A LimitedLimiter with the range 0-1. More...
 
class  limitedCubicLimiter< LimiterFunc >
 Class with limiter function which returns the limiter for the TVD limited centred-cubic differencing scheme based on r obtained from the LimiterFunc class. More...
 
class  limitedLinearLimiter< LimiterFunc >
 Class with limiter function which returns the limiter for the TVD limited linear differencing scheme based on r obtained from the LimiterFunc class. More...
 
class  LimitedScheme< Type, Limiter, LimitFunc >
 Class to create NVD/TVD limited weighting-factors. More...
 
class  limitedSurfaceInterpolationScheme< Type >
 Abstract base class for limited surface interpolation schemes. More...
 
class  limitWith< Type >
 limitWith differencing scheme limits the specified scheme with the specified limiter. More...
 
class  MinmodLimiter< LimiterFunc >
 Class with limiter function which returns the limiter for the Minmod differencing scheme. More...
 
class  MUSCLLimiter< LimiterFunc >
 Class with limiter function which returns the limiter for the van Leer's MUSCL differencing scheme. More...
 
class  OSPRELimiter< LimiterFunc >
 Class with limiter function which returns the limiter for the OSPRE differencing scheme based on r obtained from the LimiterFunc class. More...
 
class  PhiLimiter
 Class with limiter function which returns the limiter for the Phi differencing scheme. More...
 
class  PhiScheme< Type, PhiLimiter >
 Class to create the weighting-factors based on the face-flux. More...
 
class  QUICKLimiter< LimiterFunc >
 Class with limiter function which returns the limiter for the quadratic-upwind differencing scheme. More...
 
class  SFCDLimiter< LimiterFunc >
 Class with limiter function which returns the limiter for the SFCD differencing scheme based on phict obtained from the LimiterFunc class. More...
 
class  SuperBeeLimiter< LimiterFunc >
 Class with limiter function which returns the limiter for the SuperBee differencing scheme based on r obtained from the LimiterFunc class. More...
 
class  UMISTLimiter< LimiterFunc >
 Class with limiter function which returns the limiter for the UMIST differencing scheme. More...
 
class  upwind< Type >
 Upwind differencing scheme class. More...
 
class  vanAlbadaLimiter< LimiterFunc >
 Class with limiter function which returns the limiter for the vanAlbada differencing scheme based on r obtained from the LimiterFunc class. More...
 
class  vanLeerLimiter< LimiterFunc >
 Class with limiter function which returns the limiter for the vanLeer differencing scheme based on r obtained from the LimiterFunc class. More...
 

Detailed Description

This group contains finite volume limited surface interpolation schemes