NeoN
WIP Prototype of a modern OpenFOAM core
Loading...
Searching...
No Matches
implicit.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
10#include "NeoN/dsl/ddt.hpp"
11
12// TODO: decouple from fvcc
18
20
Represents a surface field in a finite volume method.
Represents a volume field in a finite volume method.
SpatialOperator< ValueType > source(fvcc::VolumeField< scalar > &coeff, fvcc::VolumeField< ValueType > &phi)
Definition implicit.hpp:33
TemporalOperator< ValueType > ddt(fvcc::VolumeField< ValueType > &phi)
Definition implicit.hpp:26
SpatialOperator< ValueType > div(fvcc::SurfaceField< scalar > &faceFlux, fvcc::VolumeField< ValueType > &phi)
Definition implicit.hpp:40
SpatialOperator< ValueType > laplacian(fvcc::SurfaceField< scalar > &gamma, fvcc::VolumeField< ValueType > &phi)
Definition implicit.hpp:49