30 template<
class ModelType>
38 return refCast<const volScalarField>(internalField_);
45 ? NullObjectRef<volScalarField>()
46 : refCast<const ModelType>(ModelType::model(
fi)).fld();
50 template<
class ModelType>
60 ? NullObjectRef<ModelType>()
61 : refCast<const ModelType>(ModelType::model(fi));
Generic GeometricField class.
Single size class fraction field representing a fixed particle volume as defined by the user through ...
const ModelType & model(const label deltai=0) const
Return a secondary property model.
const volScalarField & fld(const label deltai=0) const
Return a secondary property field.
const diameterModels::sizeGroup & fi(const label deltai=0) const
Return a size-group.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
bool isNull(const T &t)
Return true if t is a reference to the nullObject of type T.