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 Attributes | List of all members
pipe_sizing::Result Struct Reference

Result of the pipe sizing calculation. More...

#include <pipe_sizing.h>

Public Attributes

double cross_sectional_area = 0.0
 Minimum required internal pipe area \([\unit{\inch\squared}]\).
 
double pipe_diameter = 0.0
 Minimum required internal pipe diameter \([\unit{\inch}]\).
 

Detailed Description

Definition at line 68 of file pipe_sizing.h.

Member Data Documentation

◆ cross_sectional_area

double pipe_sizing::Result::cross_sectional_area = 0.0

Definition at line 69 of file pipe_sizing.h.

◆ pipe_diameter

double pipe_sizing::Result::pipe_diameter = 0.0

Definition at line 70 of file pipe_sizing.h.


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