33 string GetType()
const {
return "CFibreDistributionConst";}
34 void PopulateTiXmlElement(TiXmlElement &Element,
OUTPUT_TYPE OutputType)
const;
36 double GetVolumeFraction(
const vector<XY> &Section,
double dFibreArea,
XY Location,
int YarnIndex = -1)
const;
37 double GetVolumeFraction(
double dArea,
double dFibreArea,
int YarnIndex = -1)
const;
40 double IntegrateDistribution(
const vector<XY> &Section)
const;
Fibre volume fraction is constant throughout the yarn.
~CFibreDistributionConst()
string GetType() const
Derived class should return the class name.
CFibreDistribution * Copy() const
Create a copy of the derived fibre distribution and return a pointer to the newly created instance.
Abstract base class that defines how the fibres are distributed within a yarn.
Namespace containing a series of customised math operations not found in the standard c++ library.
Struct for representing points in 2D space.