NeoN
WIP Prototype of a modern OpenFOAM core
|
Creates a VectorDocument from an existing field. More...
#include <fieldCollection.hpp>
Public Member Functions | |
VectorDocument | operator() (Database &db) |
Public Attributes | |
std::string | name |
const VectorType & | field |
std::int64_t | timeIndex = std::numeric_limits<std::int64_t>::max() |
std::int64_t | iterationIndex = std::numeric_limits<std::int64_t>::max() |
std::int64_t | subCycleIndex = std::numeric_limits<std::int64_t>::max() |
Creates a VectorDocument from an existing field.
This functor creates a VectorDocument from an existing field.
VectorType | The type of the field. |
name | The name of the field document. |
field | The field to create the document from. |
timeIndex | The time index of the field document. |
iterationIndex | The iteration index of the field document. |
subCycleIndex | The sub-cycle index of the field document. |
Definition at line 367 of file fieldCollection.hpp.
|
inline |
Definition at line 377 of file fieldCollection.hpp.
const VectorType& NeoN::finiteVolume::cellCentred::CreateFromExistingVector< VectorType >::field |
Definition at line 372 of file fieldCollection.hpp.
std::int64_t NeoN::finiteVolume::cellCentred::CreateFromExistingVector< VectorType >::iterationIndex = std::numeric_limits<std::int64_t>::max() |
Definition at line 374 of file fieldCollection.hpp.
std::string NeoN::finiteVolume::cellCentred::CreateFromExistingVector< VectorType >::name |
Definition at line 371 of file fieldCollection.hpp.
std::int64_t NeoN::finiteVolume::cellCentred::CreateFromExistingVector< VectorType >::subCycleIndex = std::numeric_limits<std::int64_t>::max() |
Definition at line 375 of file fieldCollection.hpp.
std::int64_t NeoN::finiteVolume::cellCentred::CreateFromExistingVector< VectorType >::timeIndex = std::numeric_limits<std::int64_t>::max() |
Definition at line 373 of file fieldCollection.hpp.