|
| | InsulatedPipeInput (int operatingHours, double pipeLength, double pipeDiameter, double pipeThickness, double pipeTemperature, double ambientTemperature, double windVelocity, double systemEfficiency, double insulationThickness, double pipeEmissivity, double jacketEmissivity, std::vector< double > pipeMaterialCoefficients, std::vector< double > insulationMaterialCoefficients) |
| |
| int | getOperatingHours () |
| |
| double | getPipeLength () |
| |
| double | getPipeDiameter () |
| |
| double | getPipeThickness () |
| |
| double | getPipeTemperature () |
| |
| double | getAmbientTemperature () |
| |
| double | getWindVelocity () |
| |
| double | getSystemEfficiency () |
| |
| double | getInsulationThickness () |
| |
| double | getPipeEmissivity () |
| |
| double | getJacketEmissivity () |
| |
| std::vector< double > | getPipeMaterialCoefficients () |
| |
| std::vector< double > | getInsulationMaterialCoefficients () |
| |
Definition at line 7 of file InsulatedPipeReduction.h.
◆ InsulatedPipeInput()
| InsulatedPipeInput::InsulatedPipeInput |
( |
int |
operatingHours, |
|
|
double |
pipeLength, |
|
|
double |
pipeDiameter, |
|
|
double |
pipeThickness, |
|
|
double |
pipeTemperature, |
|
|
double |
ambientTemperature, |
|
|
double |
windVelocity, |
|
|
double |
systemEfficiency, |
|
|
double |
insulationThickness, |
|
|
double |
pipeEmissivity, |
|
|
double |
jacketEmissivity, |
|
|
std::vector< double > |
pipeMaterialCoefficients, |
|
|
std::vector< double > |
insulationMaterialCoefficients |
|
) |
| |
|
inline |
Outline of expected input units: pipeLength: meters (m) diameter: millimeters (mm) pipeTemperature: Kelvin (K) ambientTemperature: Kelvin (K) windVelocity: meters/second (m/s) systemEfficiency: fraction (0-1.0) insulationThickness: meters (m)
Definition at line 19 of file InsulatedPipeReduction.h.
◆ getAmbientTemperature()
| double InsulatedPipeInput::getAmbientTemperature |
( |
| ) |
|
|
inline |
◆ getInsulationMaterialCoefficients()
| std::vector< double > InsulatedPipeInput::getInsulationMaterialCoefficients |
( |
| ) |
|
|
inline |
◆ getInsulationThickness()
| double InsulatedPipeInput::getInsulationThickness |
( |
| ) |
|
|
inline |
◆ getJacketEmissivity()
| double InsulatedPipeInput::getJacketEmissivity |
( |
| ) |
|
|
inline |
◆ getOperatingHours()
| int InsulatedPipeInput::getOperatingHours |
( |
| ) |
|
|
inline |
◆ getPipeDiameter()
| double InsulatedPipeInput::getPipeDiameter |
( |
| ) |
|
|
inline |
◆ getPipeEmissivity()
| double InsulatedPipeInput::getPipeEmissivity |
( |
| ) |
|
|
inline |
◆ getPipeLength()
| double InsulatedPipeInput::getPipeLength |
( |
| ) |
|
|
inline |
◆ getPipeMaterialCoefficients()
| std::vector< double > InsulatedPipeInput::getPipeMaterialCoefficients |
( |
| ) |
|
|
inline |
◆ getPipeTemperature()
| double InsulatedPipeInput::getPipeTemperature |
( |
| ) |
|
|
inline |
◆ getPipeThickness()
| double InsulatedPipeInput::getPipeThickness |
( |
| ) |
|
|
inline |
◆ getSystemEfficiency()
| double InsulatedPipeInput::getSystemEfficiency |
( |
| ) |
|
|
inline |
◆ getWindVelocity()
| double InsulatedPipeInput::getWindVelocity |
( |
| ) |
|
|
inline |
◆ _airProperties
◆ _ambientTemperature
| double InsulatedPipeInput::_ambientTemperature |
|
private |
◆ _insulationMaterialCoefficients
| std::vector<double> InsulatedPipeInput::_insulationMaterialCoefficients |
|
private |
◆ _insulationThickness
| double InsulatedPipeInput::_insulationThickness |
|
private |
◆ _jacketEmissivity
| double InsulatedPipeInput::_jacketEmissivity |
|
private |
◆ _operatingHours
| int InsulatedPipeInput::_operatingHours |
|
private |
◆ _pipeDiameter
| double InsulatedPipeInput::_pipeDiameter |
|
private |
◆ _pipeEmissivity
| double InsulatedPipeInput::_pipeEmissivity |
|
private |
◆ _pipeLength
| double InsulatedPipeInput::_pipeLength |
|
private |
◆ _pipeMaterialCoefficients
| std::vector<double> InsulatedPipeInput::_pipeMaterialCoefficients |
|
private |
◆ _pipeTemperature
| double InsulatedPipeInput::_pipeTemperature |
|
private |
◆ _pipeThickness
| double InsulatedPipeInput::_pipeThickness |
|
private |
◆ _systemEfficiency
| double InsulatedPipeInput::_systemEfficiency |
|
private |
◆ _windVelocity
| double InsulatedPipeInput::_windVelocity |
|
private |
The documentation for this class was generated from the following file: