Foam::reconstruction Namespace Reference

Classes

class  gradAlpha
 Reconstructs an interface (centre and normal vector) consisting of planes to match the internal fluid distribution in cells. The interface normals are estimated by least square gradient scheme on the VoF Field (alpha). Also known as Young method. More...
 
class  isoAlpha
 Reconstructs an interface (centre and normal vectors) consisting of isosurfaces to match the internal fluid distribution in cells. The point values (ap_) are estimated by inverse distance interpolation of the VoF (alpha) field. More...
 
class  plicRDF
 Reconstructs an interface (centre and normal vector) consisting of planes to match the internal fluid distribution in cells. The interface normals are estimated by least square gradient scheme on the RDF function (height). Uses the normal from the previous times step as intial guess. More...
 

Functions

 defineTypeNameAndDebug (isoAlpha, 0)
 
 addToRunTimeSelectionTable (reconstructionSchemes, isoAlpha, components)
 
 defineTypeNameAndDebug (gradAlpha, 0)
 
 addToRunTimeSelectionTable (reconstructionSchemes, gradAlpha, components)
 
 defineTypeNameAndDebug (plicRDF, 0)
 
 addToRunTimeSelectionTable (reconstructionSchemes, plicRDF, components)
 

Function Documentation

◆ defineTypeNameAndDebug() [1/3]

Foam::reconstruction::defineTypeNameAndDebug ( isoAlpha  ,
 
)

◆ addToRunTimeSelectionTable() [1/3]

Foam::reconstruction::addToRunTimeSelectionTable ( reconstructionSchemes  ,
isoAlpha  ,
components   
)

◆ defineTypeNameAndDebug() [2/3]

Foam::reconstruction::defineTypeNameAndDebug ( gradAlpha  ,
 
)

◆ addToRunTimeSelectionTable() [2/3]

Foam::reconstruction::addToRunTimeSelectionTable ( reconstructionSchemes  ,
gradAlpha  ,
components   
)

◆ defineTypeNameAndDebug() [3/3]

Foam::reconstruction::defineTypeNameAndDebug ( plicRDF  ,
 
)

◆ addToRunTimeSelectionTable() [3/3]

Foam::reconstruction::addToRunTimeSelectionTable ( reconstructionSchemes  ,
plicRDF  ,
components   
)