NeoFOAM
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 NeoFOAM 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
15
17
19{
20
26
27
28} // namespace NeoFOAM
Represents a surface field in a finite volume method.
Represents a volume field in a finite volume method.
Operator div(const fvcc::SurfaceField< NeoFOAM::scalar > &faceFlux, fvcc::VolumeField< NeoFOAM::scalar > &phi)
Definition explicit.hpp:22