MEASUR-Tools-Suite v1.2.4
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

Input parameters for the air system capacity calculation. More...

#include <air_system_capacity.h>

Public Attributes

pipe_data::PipeData pipe_lengths
 Pipe data constructed from pipe lengths; stored values are volumes \([\unit{\cubicFoot}]\).
 
std::vector< double > receivers
 Receiver capacities \([\unit{\gallon}]\).
 

Detailed Description

Definition at line 33 of file air_system_capacity.h.

Member Data Documentation

◆ pipe_lengths

pipe_data::PipeData air_system_capacity::Input::pipe_lengths

Definition at line 34 of file air_system_capacity.h.

◆ receivers

std::vector<double> air_system_capacity::Input::receivers

Definition at line 35 of file air_system_capacity.h.


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