NeoN
WIP Prototype of a modern OpenFOAM core
|
#include "NeoN/core/dictionary.hpp"
#include "NeoN/mesh/unstructured/unstructuredMesh.hpp"
#include "boundary/volume/empty.hpp"
#include "boundary/volume/calculated.hpp"
#include "boundary/volume/extrapolated.hpp"
#include "boundary/volume/fixedValue.hpp"
#include "boundary/volume/fixedGradient.hpp"
#include "boundary/surface/empty.hpp"
#include "boundary/surface/calculated.hpp"
#include "boundary/surface/fixedValue.hpp"
Go to the source code of this file.
Namespaces | |
namespace | NeoN |
namespace | NeoN::finiteVolume |
namespace | NeoN::finiteVolume::cellCentred |
Functions | |
template<typename BoundaryType > | |
std::vector< BoundaryType > | NeoN::finiteVolume::cellCentred::createCalculatedBCs (const UnstructuredMesh &mesh) |
template<typename BoundaryType > | |
std::vector< BoundaryType > | NeoN::finiteVolume::cellCentred::createExtrapolatedBCs (const UnstructuredMesh &mesh) |