

Go to the source code of this file.
Classes | |
| class | CarrierFieldBase< Type > |
| class | CarrierFieldGradBase< Type > |
| class | CarrierField< Type > |
| A field interpolated from the carrier to the cloud. Uses CloudDerivedField to provide flexible access and caching. More... | |
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
Typedefs | |
| template<class Type > | |
| using | CarrierFieldBaseOrGradBase = typename std::conditional<(pTraits< Type >::rank > 1), CarrierFieldBase< Type >, CarrierFieldGradBase< Type > >::type |
Original source file CarrierField.H
Definition in file CarrierField.H.