30 template<
class CloudType>
37 solveOscillationEq_(false),
46 template<
class CloudType>
53 solveOscillationEq_(bum.solveOscillationEq_),
56 TABComega_(bum.TABComega_),
58 TABtwoWeCrit_(bum.TABtwoWeCrit_)
62 template<
class CloudType>
68 bool solveOscillationEq
72 solveOscillationEq_(solveOscillationEq),
73 y0_(this->coeffDict().template lookupOrDefault<scalar>(
"y0", 0.0)),
74 yDot0_(this->coeffDict().template lookupOrDefault<scalar>(
"yDot0", 0.0)),
84 scalar WeCrit(coeffs.template lookup<scalar>(
"WeCrit"));
92 template<
class CloudType>
Templated break-up model class.
BreakupModel(CloudType &owner)
Construct null from owner.
virtual ~BreakupModel()
Destructor.
Switch solveOscillationEq_
Base class for cloud sub-models.
Templated base class for dsmc cloud.
A list of keyword definitions, which are a keyword followed by any number of values (e....
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.
const dictionary & subDict(const word &) const
Find and return a sub-dictionary.
bool found(const word &, bool recursive=false, bool patternMatch=true) const
Search dictionary for given keyword.
const dictionary & dict() const
Return const access to the cloud dictionary.
A class for handling words, derived from string.
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.