NeoN
WIP Prototype of a modern OpenFOAM core
Loading...
Searching...
No Matches
Namespaces | Functions
explicit.hpp File Reference
#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< scalarNeoN::dsl::exp::div (const fvcc::SurfaceField< scalar > &faceFlux, fvcc::VolumeField< scalar > &phi)
 
SpatialOperator< scalarNeoN::dsl::exp::div (const fvcc::SurfaceField< scalar > &flux)
 
SpatialOperator< scalarNeoN::dsl::exp::laplacian (const fvcc::SurfaceField< scalar > &gamma, fvcc::VolumeField< scalar > &phi)
 
SpatialOperator< scalarNeoN::dsl::exp::source (fvcc::VolumeField< scalar > &coeff, fvcc::VolumeField< scalar > &phi)