NeoFOAM
WIP Prototype of a modern OpenFOAM core
|
#include "NeoFOAM/core/dictionary.hpp"
#include "NeoFOAM/mesh/unstructured/unstructuredMesh.hpp"
#include "boundary/volume/empty.hpp"
#include "boundary/volume/calculated.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 | NeoFOAM |
namespace | NeoFOAM::finiteVolume |
namespace | NeoFOAM::finiteVolume::cellCentred |
Functions | |
template<typename BoundaryType > | |
std::vector< BoundaryType > | NeoFOAM::finiteVolume::cellCentred::createCalculatedBCs (const UnstructuredMesh &mesh) |