NeoFOAM
WIP Prototype of a modern OpenFOAM core
|
#include <iostream>
#include <memory>
#include <type_traits>
#include <utility>
#include <concepts>
#include "NeoFOAM/core/primitives/scalar.hpp"
#include "NeoFOAM/fields/field.hpp"
#include "NeoFOAM/core/input.hpp"
#include "NeoFOAM/dsl/expression.hpp"
#include "NeoFOAM/timeIntegration/timeIntegration.hpp"
Go to the source code of this file.
Namespaces | |
namespace | NeoFOAM |
namespace | NeoFOAM::dsl |
Functions | |
template<typename FieldType > | |
void | NeoFOAM::dsl::solve (Expression &exp, FieldType &solution, scalar t, scalar dt, const Dictionary &fvSchemes, const Dictionary &fvSolution) |