NeoFOAM
WIP Prototype of a modern OpenFOAM core
Loading...
Searching...
No Matches
Namespaces | Typedefs | Functions
input.hpp File Reference
#include <variant>
#include "NeoFOAM/core/dictionary.hpp"
#include "NeoFOAM/core/tokenList.hpp"

Go to the source code of this file.

Namespaces

namespace  NeoFOAM
 

Typedefs

using NeoFOAM::Input = std::variant< Dictionary, TokenList >
 

Functions

template<class DataClass >
DataClass NeoFOAM::read (Input input)