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 | directionalMeshWave |
Variant of meshWave distance-to-patch method. More... | |
| class | exact |
| Calculation of exact distance to nearest patch for all cells and boundary by constructing a search tree for all patch faces. More... | |
| class | meshWave |
| Fast topological mesh-wave method for calculating the distance to nearest patch for all cells and boundary. More... | |
| class | meshWaveAddressing |
| Variant of patchDistMethods::meshWave that stores nearest-wall addressing instead of directly transporting wall information. 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 | ( | directionalMeshWave | , |
| 0 | |||
| ) |
| Foam::patchDistMethods::addToRunTimeSelectionTable | ( | patchDistMethod | , |
| directionalMeshWave | , | ||
| dictionary | |||
| ) |
| Foam::patchDistMethods::defineTypeNameAndDebug | ( | meshWave | , |
| 0 | |||
| ) |
| Foam::patchDistMethods::addToRunTimeSelectionTable | ( | patchDistMethod | , |
| meshWave | , | ||
| dictionary | |||
| ) |
| Foam::patchDistMethods::defineTypeNameAndDebug | ( | meshWaveAddressing | , |
| 0 | |||
| ) |
| Foam::patchDistMethods::addToRunTimeSelectionTable | ( | patchDistMethod | , |
| meshWaveAddressing | , | ||
| dictionary | |||
| ) |
| Foam::patchDistMethods::defineTypeNameAndDebug | ( | Poisson | , |
| 0 | |||
| ) |
| Foam::patchDistMethods::addToRunTimeSelectionTable | ( | patchDistMethod | , |
| Poisson | , | ||
| dictionary | |||
| ) |
| Foam::patchDistMethods::defineTypeNameAndDebug | ( | exact | , |
| 0 | |||
| ) |
| Foam::patchDistMethods::addToRunTimeSelectionTable | ( | patchDistMethod | , |
| exact | , | ||
| dictionary | |||
| ) |