39 #ifndef CarrierField_H
40 #define CarrierField_H
118 void reset(
const bool predict);
Class to store an evaluation function.
A field interpolated from the carrier to the cloud. Uses CloudDerivedField to provide flexible access...
const VolField< Type > & psi() const
Access the carrier field.
void reset(const bool predict)
Reset.
const word & name() const
Carrier field name.
CarrierField(const VolField< Type > &)
Construct from a reference to a carrier field.
A field derived from other state fields of the cloud. Stores and virtualises a function or a method w...
Generic GeometricField class.
Simple wrapper to provide an optional reference to a Lagrangian model.
Mesh that relates to a sub-section of a Lagrangian mesh. This is used to construct fields that relate...
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A class for managing temporary objects.
A class for handling words, derived from string.
const dimensionedScalar F
Faraday constant: default SI units: [C/mol].
static tmp< SurfaceField< Type > > interpolate(const VolField< Type > &tvf, const surfaceScalarField &faceFlux, Istream &schemeData)
Interpolate field onto faces using scheme given by Istream.