NeoFOAM
WIP Prototype of a modern OpenFOAM core
|
Represents the domain fields for a computational domain. More...
#include <domainField.hpp>
Public Member Functions | |
DomainField (const Executor &exec) | |
DomainField (const Executor &exec, size_t nCells, size_t nBoundaryFaces, size_t nBoundaries) | |
DomainField (const Executor &exec, const Field< ValueType > &internalField, const BoundaryFields< ValueType > &boundaryFields) | |
DomainField (const Executor &exec, const Field< ValueType > &internalField, size_t nBoundaryFaces, size_t nBoundaries) | |
DomainField (const Executor &exec, const UnstructuredMesh &mesh) | |
DomainField (const DomainField< ValueType > &rhs) | |
DomainField (DomainField< ValueType > &&rhs) | |
DomainField< ValueType > & | operator= (const DomainField< ValueType > &rhs) |
DomainField< ValueType > & | operator= (DomainField< ValueType > &&rhs) |
const Field< ValueType > & | internalField () const |
Field< ValueType > & | internalField () |
const BoundaryFields< ValueType > & | boundaryField () const |
BoundaryFields< ValueType > & | boundaryField () |
const Executor & | exec () const |
Represents the domain fields for a computational domain.
The DomainField class stores the internal fields and boundary information for a computational domain. It provides access to the computed values, reference values, value fractions, reference gradients, boundary types, offsets, and the number of boundaries and boundary faces.
ValueType | The type of the underlying field values |
Definition at line 31 of file domainField.hpp.
|
inline |
Definition at line 35 of file domainField.hpp.
|
inline |
Definition at line 39 of file domainField.hpp.
|
inline |
Definition at line 44 of file domainField.hpp.
|
inline |
Definition at line 52 of file domainField.hpp.
|
inline |
Definition at line 62 of file domainField.hpp.
|
inline |
Definition at line 68 of file domainField.hpp.
|
inline |
Definition at line 73 of file domainField.hpp.
|
inline |
Definition at line 104 of file domainField.hpp.
|
inline |
Definition at line 101 of file domainField.hpp.
|
inline |
Definition at line 106 of file domainField.hpp.
|
inline |
Definition at line 98 of file domainField.hpp.
|
inline |
Definition at line 95 of file domainField.hpp.
|
inline |
Definition at line 79 of file domainField.hpp.
|
inline |
Definition at line 87 of file domainField.hpp.