44 #ifndef gradingDescriptor_H
45 #define gradingDescriptor_H
58 class gradingDescriptor;
59 class gradingDescriptors;
60 Istream&
operator>>(Istream&, gradingDescriptor&);
61 Ostream&
operator<<(Ostream&,
const gradingDescriptor&);
71 scalar blockFraction_;
73 scalar expansionRatio_;
114 return blockFraction_;
119 return nDivFraction_;
124 return expansionRatio_;
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Handles the specification for grading within a section of a block.
~gradingDescriptor()
Destructor.
bool operator==(const gradingDescriptor &) const
scalar nDivFraction() const
scalar blockFraction() const
friend Ostream & operator<<(Ostream &, const gradingDescriptor &)
scalar expansionRatio() const
bool operator!=(const gradingDescriptor &) const
gradingDescriptor()
Default constructor.
friend Istream & operator>>(Istream &, gradingDescriptor &)
gradingDescriptor inv() const
Return the inverse gradingDescriptor with 1/expansionRatio.
List of gradingDescriptor for the sections of a block with additional IO functionality.
Istream & operator>>(Istream &, pistonPointEdgeData &)
Ostream & operator<<(Ostream &os, const fvConstraints &constraints)