38 #ifndef Foam_IjkField_H 39 #define Foam_IjkField_H
void operator=(const IjkField< Type > &rhs)
Copy assignment.
void clear()
Clear dimensions and field.
const Type & operator()(const label i, const label j, const label k) const
Field access at given i-j-k position.
const ijkAddressing & ijk() const noexcept
Return i,j,k addressing.
label k
Boltzmann constant.
const labelVector & sizes() const noexcept
The (i,j,k) addressing dimensions.
void rhs(fvMatrix< typename Expr::value_type > &m, const Expr &expression)
friend Ostream & operator(Ostream &, const Field< Type > &)
Generic templated field type that is much like a Foam::List except that it is expected to hold numeri...
Generic templated field type with i-j-k addressing.
label size() const noexcept
The number of elements in the container.
const labelVector & sizes() const noexcept
Return i,j,k addressing sizes.
A simple i-j-k (row-major order) to linear addressing.
A class representing the concept of 0 (zero) that can be used to avoid manipulating objects known to ...
components
Component labeling enumeration.
IjkField()
Construct zero-sized.
A class for managing temporary objects.
void resize(const labelVector &newSizes)
Change dimensions. Fill new values with zero.