NeoN
A framework for CFD software
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
13
14// TODO we should get rid of this include since it includes details
15// from a general implementation
21
22
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)
TemporalOperator< ValueType > ddt(fvcc::VolumeField< ValueType > &phi)
Definition explicit.hpp:29
SpatialOperator< scalar > laplacian(const fvcc::SurfaceField< scalar > &gamma, fvcc::VolumeField< scalar > &phi)
SpatialOperator< scalar > source(fvcc::VolumeField< scalar > &coeff, fvcc::VolumeField< scalar > &phi)