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
receiver_tank::CompressorCycleResult Struct Reference

Result of the Compressor Cycle sizing calculation. More...

#include <receiver_tank.h>

Public Attributes

double tank_size = 0.0
 Required receiver tank size (liquid storage volume) \([\unit{\gallon}]\).
 
double effective_capacity = 0.0
 Effective net compressor capacity over a full cycle \([\unit{\cubicFoot\per\minute}]\).
 
double pressure_change = 0.0
 Pressure band width ( \(P_{unload} - P_{load}\)) \([\unit{\psi}]\).
 
double volume_cf = 0.0
 Required storage volume (area storage volume) \([\unit{\cubicFoot}]\).
 

Detailed Description

Definition at line 331 of file receiver_tank.h.

Member Data Documentation

◆ effective_capacity

double receiver_tank::CompressorCycleResult::effective_capacity = 0.0

Definition at line 333 of file receiver_tank.h.

◆ pressure_change

double receiver_tank::CompressorCycleResult::pressure_change = 0.0

Definition at line 334 of file receiver_tank.h.

◆ tank_size

double receiver_tank::CompressorCycleResult::tank_size = 0.0

Definition at line 332 of file receiver_tank.h.

◆ volume_cf

double receiver_tank::CompressorCycleResult::volume_cf = 0.0

Definition at line 335 of file receiver_tank.h.


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