Classes | |
class | advectionDiffusion |
Calculation of approximate distance to nearest patch for all cells and boundary by solving the Eikonal equation in advection form with diffusion smoothing. More... | |
class | meshWave |
Fast topological mesh-wave method for calculating the distance to nearest patch for all cells and boundary. More... | |
class | Poisson |
Calculation of approximate distance to nearest patch for all cells and boundary by solving Poisson's equation. More... | |
Foam::patchDistMethods::defineTypeNameAndDebug | ( | advectionDiffusion | , |
0 | |||
) |
Foam::patchDistMethods::addToRunTimeSelectionTable | ( | patchDistMethod | , |
advectionDiffusion | , | ||
dictionary | |||
) |
Foam::patchDistMethods::defineTypeNameAndDebug | ( | meshWave | , |
0 | |||
) |
Foam::patchDistMethods::addToRunTimeSelectionTable | ( | patchDistMethod | , |
meshWave | , | ||
dictionary | |||
) |
Foam::patchDistMethods::defineTypeNameAndDebug | ( | Poisson | , |
0 | |||
) |
Foam::patchDistMethods::addToRunTimeSelectionTable | ( | patchDistMethod | , |
Poisson | , | ||
dictionary | |||
) |