33 template<
class Type,
class ... Args>
40 stateFields<Type>().append(ptr);
45 template<
class Type,
class ... Args>
52 derivedFields<Type>().append(ptr);
57 template<
class Type,
class ... Args>
64 averageFields<Type>().append(ptr);
A cloud field that is averaged and then interpolated back to the cloud. Uses CloudDerivedField to pro...
A field derived from other state fields of the cloud. Stores and virtualises a function or a method w...
A field which is stored as part of the state of the cloud. This is a light wrapper around a dynamic L...
CloudStateField< Type > & stateField(const Args &... args) const
Add/get a state field to/from the cache.
const CloudDerivedField< Type > & derivedField(const Args &... args) const
Add/get a derived field to/from the cache.
const CloudAverageField< Type > & averageField(const Args &... args) const
Add/get an average field to/from the cache.
Foam::argList args(argc, argv)