43 namespace IsotropyModels
50 template<
class CloudType>
88 virtual bool active()
const;
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual void calculate()
Member Functions.
TypeName("none")
Runtime type information.
virtual bool active() const
Return the model 'active' status.
const dictionary & dict() const
Return const access to the cloud dictionary.
virtual autoPtr< IsotropyModel< CloudType > > clone() const
Construct and return a clone.
const CloudType & owner() const
Return const access to the owner cloud.
Base class for collisional return-to-isotropy models.
NoIsotropy(const dictionary &dict, CloudType &owner)
Construct from components.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Templated base class for dsmc cloud.
virtual ~NoIsotropy()
Destructor.