NeoFOAM
WIP Prototype of a modern OpenFOAM core
|
#include "NeoFOAM/core/executor/executor.hpp"
#include "NeoFOAM/finiteVolume/cellCentred/faceNormalGradient/faceNormalGradient.hpp"
#include "NeoFOAM/finiteVolume/cellCentred/fields/volumeField.hpp"
#include "NeoFOAM/finiteVolume/cellCentred/stencil/geometryScheme.hpp"
#include "NeoFOAM/mesh/unstructured.hpp"
#include <Kokkos_Core.hpp>
#include <functional>
Go to the source code of this file.
Classes | |
class | NeoFOAM::finiteVolume::cellCentred::Uncorrected< ValueType > |
Namespaces | |
namespace | NeoFOAM |
namespace | NeoFOAM::finiteVolume |
namespace | NeoFOAM::finiteVolume::cellCentred |
Functions | |
template<typename ValueType > | |
void | NeoFOAM::finiteVolume::cellCentred::computeFaceNormalGrad (const VolumeField< ValueType > &volField, const std::shared_ptr< GeometryScheme > geometryScheme, SurfaceField< ValueType > &surfaceField) |