40 #ifndef ZeroConstant2_H 41 #define ZeroConstant2_H 81 virtual inline Type
value(
const scalar
x,
const scalar
y)
const;
A list of keyword definitions, which are a keyword followed by any number of values (e...
const word const dictionary & dict
void operator=(const ZeroConstant< Type > &)=delete
Disallow default bitwise assignment.
const word & name() const
Return the name of the entry.
virtual ~ZeroConstant()
Destructor.
A class for handling words, derived from string.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
virtual void write(Ostream &os) const
Write in dictionary format.
A class for managing temporary objects.
virtual Type value(const scalar x, const scalar y) const
Return Zero.
Templated function of two variables that returns the corresponding 0 (zero).
ZeroConstant(const word &name, const dictionary &dict)
Construct from name and dictionary.