NeoFOAM
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 NeoFOAM authors
4
5#pragma once
6
9#include "NeoFOAM/dsl/ddt.hpp"
12
14namespace dsl = NeoFOAM::dsl;
15
17{
18
19
21
22} // namespace NeoFOAM
Represents a volume field in a finite volume method.
Operator ddt(fvcc::VolumeField< NeoFOAM::scalar > &phi)
Definition implicit.hpp:20
Ddt< FieldType > ddt(FieldType &in)
Definition ddt.hpp:37