MEASUR-Tools-Suite v1.0.11
The MEASUR Tools Suite is a collection of industrial efficiency calculations written in C++ and with bindings for compilation to WebAssembly.
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
PipeSizing::Output Struct Reference

Public Member Functions

 Output (const double crossSectionalArea, const double pipeDiameter)
 

Public Attributes

const double crossSectionalArea
 
const double pipeDiameter
 

Detailed Description

Definition at line 20 of file PipeSizing.h.

Constructor & Destructor Documentation

◆ Output()

PipeSizing::Output::Output ( const double  crossSectionalArea,
const double  pipeDiameter 
)
inline

Definition at line 21 of file PipeSizing.h.

Member Data Documentation

◆ crossSectionalArea

const double PipeSizing::Output::crossSectionalArea

Definition at line 23 of file PipeSizing.h.

◆ pipeDiameter

const double PipeSizing::Output::pipeDiameter

Definition at line 23 of file PipeSizing.h.


The documentation for this struct was generated from the following file: