NeoFOAM
WIP Prototype of a modern OpenFOAM core
|
Creates a FieldDocument from an existing field. More...
#include <fieldCollection.hpp>
Public Member Functions | |
FieldDocument | operator() (Database &db) |
Public Attributes | |
std::string | name |
const FieldType & | 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 FieldDocument from an existing field.
This functor creates a FieldDocument from an existing field.
FieldType | 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 365 of file fieldCollection.hpp.
|
inline |
Definition at line 375 of file fieldCollection.hpp.
const FieldType& NeoFOAM::finiteVolume::cellCentred::CreateFromExistingField< FieldType >::field |
Definition at line 370 of file fieldCollection.hpp.
std::int64_t NeoFOAM::finiteVolume::cellCentred::CreateFromExistingField< FieldType >::iterationIndex = std::numeric_limits<std::int64_t>::max() |
Definition at line 372 of file fieldCollection.hpp.
std::string NeoFOAM::finiteVolume::cellCentred::CreateFromExistingField< FieldType >::name |
Definition at line 369 of file fieldCollection.hpp.
std::int64_t NeoFOAM::finiteVolume::cellCentred::CreateFromExistingField< FieldType >::subCycleIndex = std::numeric_limits<std::int64_t>::max() |
Definition at line 373 of file fieldCollection.hpp.
std::int64_t NeoFOAM::finiteVolume::cellCentred::CreateFromExistingField< FieldType >::timeIndex = std::numeric_limits<std::int64_t>::max() |
Definition at line 371 of file fieldCollection.hpp.