NeoFOAM
WIP Prototype of a modern OpenFOAM core
|
#include "NeoFOAM/fields/field.hpp"
#include "NeoFOAM/core/executor/executor.hpp"
#include "NeoFOAM/mesh/unstructured.hpp"
#include "NeoFOAM/finiteVolume/cellCentred/operators/laplacianOperator.hpp"
#include "NeoFOAM/finiteVolume/cellCentred/interpolation/surfaceInterpolation.hpp"
#include "NeoFOAM/finiteVolume/cellCentred/faceNormalGradient/faceNormalGradient.hpp"
#include "NeoFOAM/finiteVolume/cellCentred/operators/sparsityPattern.hpp"
Go to the source code of this file.
Classes | |
class | NeoFOAM::finiteVolume::cellCentred::GaussGreenLaplacian< ValueType > |
Namespaces | |
namespace | NeoFOAM |
namespace | NeoFOAM::finiteVolume |
namespace | NeoFOAM::finiteVolume::cellCentred |
Functions | |
template<typename ValueType > | |
void | NeoFOAM::finiteVolume::cellCentred::computeLaplacian (const FaceNormalGradient< ValueType > &faceNormalGradient, const SurfaceField< scalar > &gamma, VolumeField< ValueType > &phi, Field< ValueType > &lapPhi, const dsl::Coeff operatorScaling) |