87template<
class CloudType>
const uniformDimensionedVectorField & g
Templated break-up model class.
BreakupModel(CloudType &owner)
Construct null from owner.
Particle secondary breakup model based on Pilch-Erdman total droplet breakup model.
PilchErdman(const dictionary &, CloudType &)
Construct from dictionary.
virtual ~PilchErdman()=default
Destructor.
void operator=(const PilchErdman< CloudType > &)=delete
No copy assignment.
TypeName("PilchErdman")
Runtime type information.
virtual autoPtr< BreakupModel< CloudType > > clone() const
Construct and return a clone.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
DSMCCloud< dsmcParcel > CloudType
dimensionedScalar sigma("sigma", dimMass/sqr(dimTime), transportProperties)
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.