NeoN
WIP Prototype of a modern OpenFOAM core
Loading...
Searching...
No Matches
Namespaces | Functions
implicit.hpp File Reference
#include "NeoN/core/primitives/scalar.hpp"
#include "NeoN/dsl/spatialOperator.hpp"
#include "NeoN/dsl/temporalOperator.hpp"
#include "NeoN/dsl/ddt.hpp"
#include "NeoN/finiteVolume/cellCentred/fields/volumeField.hpp"
#include "NeoN/finiteVolume/cellCentred/operators/ddtOperator.hpp"
#include "NeoN/finiteVolume/cellCentred/operators/divOperator.hpp"
#include "NeoN/finiteVolume/cellCentred/operators/laplacianOperator.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::imp
 

Functions

template<typename ValueType >
TemporalOperator< ValueType > NeoN::dsl::imp::ddt (fvcc::VolumeField< ValueType > &phi)
 
template<typename ValueType >
SpatialOperator< ValueType > NeoN::dsl::imp::source (fvcc::VolumeField< scalar > &coeff, fvcc::VolumeField< ValueType > &phi)
 
template<typename ValueType >
SpatialOperator< ValueType > NeoN::dsl::imp::div (fvcc::SurfaceField< scalar > &faceFlux, fvcc::VolumeField< ValueType > &phi)
 
template<typename ValueType >
SpatialOperator< ValueType > NeoN::dsl::imp::laplacian (fvcc::SurfaceField< scalar > &gamma, fvcc::VolumeField< ValueType > &phi)