NeoN
WIP Prototype of a modern OpenFOAM core
Loading...
Searching...
No Matches
Functions
NeoN::dsl::imp Namespace Reference

Functions

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

Function Documentation

◆ ddt()

template<typename ValueType >
TemporalOperator< ValueType > NeoN::dsl::imp::ddt ( fvcc::VolumeField< ValueType > &  phi)

Definition at line 26 of file implicit.hpp.

◆ div()

template<typename ValueType >
SpatialOperator< ValueType > NeoN::dsl::imp::div ( fvcc::SurfaceField< scalar > &  faceFlux,
fvcc::VolumeField< ValueType > &  phi 
)

Definition at line 40 of file implicit.hpp.

◆ laplacian()

template<typename ValueType >
SpatialOperator< ValueType > NeoN::dsl::imp::laplacian ( fvcc::SurfaceField< scalar > &  gamma,
fvcc::VolumeField< ValueType > &  phi 
)

Definition at line 49 of file implicit.hpp.

◆ source()

template<typename ValueType >
SpatialOperator< ValueType > NeoN::dsl::imp::source ( fvcc::VolumeField< scalar > &  coeff,
fvcc::VolumeField< ValueType > &  phi 
)

Definition at line 33 of file implicit.hpp.