NeoFOAM
WIP Prototype of a modern OpenFOAM core
|
#include "NeoFOAM/fields/fieldTypeDefs.hpp"
#include "NeoFOAM/mesh/unstructured/boundaryMesh.hpp"
#include "NeoFOAM/finiteVolume/cellCentred/stencil/stencilDataBase.hpp"
Go to the source code of this file.
Classes | |
class | NeoFOAM::UnstructuredMesh |
Represents an unstructured mesh in NeoFOAM. More... | |
Namespaces | |
namespace | NeoFOAM |
Functions | |
UnstructuredMesh | NeoFOAM::createSingleCellMesh (const Executor exec) |
creates a mesh containing only a single cell @warn currently this is only a 2D mesh | |
UnstructuredMesh | NeoFOAM::create1DUniformMesh (const Executor exec, const size_t nCells) |
A factory function for a 1D mesh. | |