|
NeoN
A framework for CFD software
|
#include "NeoN/mesh/unstructured/unstructuredMesh.hpp"#include "NeoN/finiteVolume/cellCentred/boundary.hpp"#include "NeoN/finiteVolume/cellCentred/fields/volumeField.hpp"Go to the source code of this file.
Namespaces | |
| namespace | NeoN |
| Integer types used throughout NeoN. | |
| namespace | NeoN::finiteVolume |
| namespace | NeoN::finiteVolume::cellCentred |
Functions | |
| std::vector< SurfaceBoundary< scalar > > | NeoN::finiteVolume::cellCentred::createFluxCorrBCsFromU (const UnstructuredMesh &mesh, const VolumeField< Vec3 > &u) |
| Boundary condition to apply to ddtFluxCorr surfaceScalarField. It sets the flux correction to zero for all fixedValue velocity boundaries by calling .correctBoundaryConditions(). | |