NeoN
WIP Prototype of a modern OpenFOAM core
Loading...
Searching...
No Matches
explicit.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: MIT
2//
3// SPDX-FileCopyrightText: 2023 NeoN authors
4
5#pragma once
6
11
12// TODO we should get rid of this include since it includes details
13// from a general implementation
18
19
Represents a surface field in a finite volume method.
Represents a volume field in a finite volume method.
SpatialOperator< scalar > div(const fvcc::SurfaceField< scalar > &faceFlux, fvcc::VolumeField< scalar > &phi)
SpatialOperator< scalar > laplacian(const fvcc::SurfaceField< scalar > &gamma, fvcc::VolumeField< scalar > &phi)
SpatialOperator< scalar > source(fvcc::VolumeField< scalar > &coeff, fvcc::VolumeField< scalar > &phi)