NeoN
WIP Prototype of a modern OpenFOAM core
|
#include "NeoN/core/primitives/scalar.hpp"
#include "NeoN/dsl/spatialOperator.hpp"
#include "NeoN/finiteVolume/cellCentred/fields/volumeField.hpp"
#include "NeoN/finiteVolume/cellCentred/fields/surfaceField.hpp"
#include "NeoN/finiteVolume/cellCentred/operators/laplacianOperator.hpp"
#include "NeoN/finiteVolume/cellCentred/operators/divOperator.hpp"
#include "NeoN/finiteVolume/cellCentred/operators/surfaceIntegrate.hpp"
#include "NeoN/finiteVolume/cellCentred/operators/sourceTerm.hpp"
Go to the source code of this file.
Namespaces | |
namespace | NeoN |
namespace | NeoN::dsl |
namespace | NeoN::dsl::exp |
Functions | |
SpatialOperator< scalar > | NeoN::dsl::exp::div (const fvcc::SurfaceField< scalar > &faceFlux, fvcc::VolumeField< scalar > &phi) |
SpatialOperator< scalar > | NeoN::dsl::exp::div (const fvcc::SurfaceField< scalar > &flux) |
SpatialOperator< scalar > | NeoN::dsl::exp::laplacian (const fvcc::SurfaceField< scalar > &gamma, fvcc::VolumeField< scalar > &phi) |
SpatialOperator< scalar > | NeoN::dsl::exp::source (fvcc::VolumeField< scalar > &coeff, fvcc::VolumeField< scalar > &phi) |