Data Class Reference

Class which handles the data storage. More...

List of all members.

Public Member Functions

 Data ()
 Data (const Data *copyData)
bool equals (Data *compareWith) const
double alpha () const
double angle () const
double angleRad () const
double viscosityLiquid () const
double viscosityGas () const
double densityLiquid () const
double densityGas () const
double pressureGas () const
double temperatureGas () const
double surfaceTension () const
double Usl () const
double Usg () const
double diameter () const
double roughness () const
double variable () const
double variableMax () const
double variableMin () const
regimetype_t regimeType () const
variable_t variableType () const
double slipRelationParameter () const
QString alphaName () const
QString angleName () const
QString viscosityLiquidName () const
QString viscosityGasName () const
QString densityLiquidName () const
QString densityGasName () const
QString pressureGasName () const
QString temperatureGasName () const
QString surfaceTensionName () const
QString UslName () const
QString UsgName () const
QString diameterName () const
QString roughnessName () const
QString regimeName () const
QString variableName () const
QString regimeNameShort (int length) const
QString regimeTransitionName () const
double Ul () const
double Ug () const
double area () const
double reynoldsLiquid ()
double reynoldsGas ()
double hdiameterLiquid ()
double hdiameterGas ()
double hdiameter ()
void setAlpha (double alpha)
void setVariable (double variable)
void setAngle (double angle)
void setViscosityLiquid (double viscosityLiquid)
void setViscosityGas (double viscosityGas)
void setDensityLiquid (double densityLiquid)
void setDensityGas (double densityGas)
void setPressureGas (double pressureGas)
void setTemperatureGas (double temperatureGas)
void setSurfaceTension (double surfaceTension)
void setUsl (double Usl)
void setUsg (double Usg)
void setDiameter (double diameter)
void setRoughness (double roughness)
void setVariableMin (double variableMin)
void setVariableMax (double variableMax)
void setVariableType (variable_t variableType)
void setRegimeType (regimetype_t regimeType)
void setRegimeTransitionName (QString regimeTransitionName)
void writeData (QTextStream &out, bool flow=true) const
QString dataInformation () const

Static Public Member Functions

static DatareadData (QString dataStream, bool flow=true)

Private Attributes

double _alpha
double _angle
double _viscosityLiquid
double _viscosityGas
double _densityLiquid
double _densityGas
double _pressureGas
double _temperatureGas
double _surfaceTension
double _Usl
double _Usg
double _diameter
double _roughness
double * _variable
double _variableMin
double _variableMax
QString _variableName
QString _regimeTransitionName
variable_t _variableType
QString _regimeName
regimetype_t _regimeType

Detailed Description

Class which handles the data storage.


Constructor & Destructor Documentation

Data::Data (  ) 

Here is the caller graph for this function:

Data::Data ( const Data copyData  ) 

Member Function Documentation

double Data::alpha (  )  const [inline]

Here is the caller graph for this function:

QString Data::alphaName (  )  const [inline]

Here is the caller graph for this function:

double Data::angle (  )  const [inline]

Here is the caller graph for this function:

QString Data::angleName (  )  const [inline]

Here is the caller graph for this function:

double Data::angleRad (  )  const [inline]
double Data::area (  )  const [inline]
QString Data::dataInformation (  )  const

Here is the caller graph for this function:

double Data::densityGas (  )  const [inline]

Here is the caller graph for this function:

QString Data::densityGasName (  )  const [inline]

Here is the caller graph for this function:

double Data::densityLiquid (  )  const [inline]

Here is the caller graph for this function:

QString Data::densityLiquidName (  )  const [inline]

Here is the caller graph for this function:

double Data::diameter (  )  const [inline]

Here is the caller graph for this function:

QString Data::diameterName (  )  const [inline]

Here is the caller graph for this function:

bool Data::equals ( Data compareWith  )  const
double Data::hdiameter (  )  [inline]
double Data::hdiameterGas (  )  [inline]

Here is the caller graph for this function:

double Data::hdiameterLiquid (  )  [inline]

Here is the caller graph for this function:

double Data::pressureGas (  )  const [inline]

Here is the caller graph for this function:

QString Data::pressureGasName (  )  const [inline]

Here is the caller graph for this function:

Data * Data::readData ( QString  dataStream,
bool  flow = true 
) [static]

Here is the caller graph for this function:

QString Data::regimeName (  )  const [inline]

Here is the caller graph for this function:

QString Data::regimeNameShort ( int  length  )  const

Here is the caller graph for this function:

QString Data::regimeTransitionName (  )  const [inline]

Here is the caller graph for this function:

regimetype_t Data::regimeType (  )  const [inline]

Here is the caller graph for this function:

double Data::reynoldsGas (  )  [inline]
double Data::reynoldsLiquid (  ) 
double Data::roughness (  )  const [inline]

Here is the caller graph for this function:

QString Data::roughnessName (  )  const [inline]

Here is the caller graph for this function:

void Data::setAlpha ( double  alpha  ) 

Here is the caller graph for this function:

void Data::setAngle ( double  angle  ) 

Here is the caller graph for this function:

void Data::setDensityGas ( double  densityGas  ) 

Here is the caller graph for this function:

void Data::setDensityLiquid ( double  densityLiquid  ) 

Here is the caller graph for this function:

void Data::setDiameter ( double  diameter  ) 

Here is the caller graph for this function:

void Data::setPressureGas ( double  pressureGas  ) 

Here is the caller graph for this function:

void Data::setRegimeTransitionName ( QString  regimeTransitionName  ) 

Here is the caller graph for this function:

void Data::setRegimeType ( regimetype_t  regimeType  ) 

Here is the caller graph for this function:

void Data::setRoughness ( double  roughness  ) 

Here is the caller graph for this function:

void Data::setSurfaceTension ( double  surfaceTension  ) 

Here is the caller graph for this function:

void Data::setTemperatureGas ( double  temperatureGas  ) 

Here is the caller graph for this function:

void Data::setUsg ( double  Usg  ) 

Here is the caller graph for this function:

void Data::setUsl ( double  Usl  )  [inline]

Here is the caller graph for this function:

void Data::setVariable ( double  variable  ) 

Here is the caller graph for this function:

void Data::setVariableMax ( double  variableMax  ) 

Here is the caller graph for this function:

void Data::setVariableMin ( double  variableMin  ) 

Here is the caller graph for this function:

void Data::setVariableType ( variable_t  variableType  ) 

Here is the caller graph for this function:

void Data::setViscosityGas ( double  viscosityGas  ) 

Here is the caller graph for this function:

void Data::setViscosityLiquid ( double  viscosityLiquid  ) 

Here is the caller graph for this function:

double Data::slipRelationParameter (  )  const [inline]
double Data::surfaceTension (  )  const [inline]

Here is the caller graph for this function:

QString Data::surfaceTensionName (  )  const [inline]

Here is the caller graph for this function:

double Data::temperatureGas (  )  const [inline]

Here is the caller graph for this function:

QString Data::temperatureGasName (  )  const [inline]

Here is the caller graph for this function:

double Data::Ug (  )  const [inline]

Here is the caller graph for this function:

double Data::Ul (  )  const [inline]

Here is the caller graph for this function:

double Data::Usg (  )  const [inline]

Here is the caller graph for this function:

QString Data::UsgName (  )  const [inline]

Here is the caller graph for this function:

double Data::Usl (  )  const [inline]

Here is the caller graph for this function:

QString Data::UslName (  )  const [inline]

Here is the caller graph for this function:

double Data::variable (  )  const [inline]

Here is the caller graph for this function:

double Data::variableMax (  )  const [inline]

Here is the caller graph for this function:

double Data::variableMin (  )  const [inline]

Here is the caller graph for this function:

QString Data::variableName (  )  const [inline]

Here is the caller graph for this function:

variable_t Data::variableType (  )  const [inline]

Here is the caller graph for this function:

double Data::viscosityGas (  )  const [inline]

Here is the caller graph for this function:

QString Data::viscosityGasName (  )  const [inline]

Here is the caller graph for this function:

double Data::viscosityLiquid (  )  const [inline]

Here is the caller graph for this function:

QString Data::viscosityLiquidName (  )  const [inline]

Here is the caller graph for this function:

void Data::writeData ( QTextStream &  out,
bool  flow = true 
) const

Here is the caller graph for this function:


Member Data Documentation

double Data::_alpha [private]
double Data::_angle [private]
double Data::_densityGas [private]
double Data::_densityLiquid [private]
double Data::_diameter [private]
double Data::_pressureGas [private]
QString Data::_regimeName [private]
QString Data::_regimeTransitionName [private]
regimetype_t Data::_regimeType [private]
double Data::_roughness [private]
double Data::_surfaceTension [private]
double Data::_temperatureGas [private]
double Data::_Usg [private]
double Data::_Usl [private]
double* Data::_variable [private]
double Data::_variableMax [private]
double Data::_variableMin [private]
QString Data::_variableName [private]
variable_t Data::_variableType [private]
double Data::_viscosityGas [private]
double Data::_viscosityLiquid [private]
 All Classes Functions Variables

Generated by  doxygen 1.6.2