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::GeneralInput Struct Reference

Input parameters for the General sizing method. More...

#include <receiver_tank.h>

Public Attributes

double air_demand = 0.0
 Air demand drawn from the tank \([\unit{\cubicFoot}]\).
 
double allowable_pressure_drop = 0.0
 Tolerable pressure drop across the tank \([\unit{\psi}]\).
 
double atmospheric_pressure = physics::us::kAtmosphericPressurePsi
 Local atmospheric pressure \([\unit{\psi}]\).
 

Detailed Description

Definition at line 105 of file receiver_tank.h.

Member Data Documentation

◆ air_demand

double receiver_tank::GeneralInput::air_demand = 0.0

Definition at line 106 of file receiver_tank.h.

◆ allowable_pressure_drop

double receiver_tank::GeneralInput::allowable_pressure_drop = 0.0

Definition at line 107 of file receiver_tank.h.

◆ atmospheric_pressure

double receiver_tank::GeneralInput::atmospheric_pressure = physics::us::kAtmosphericPressurePsi

Definition at line 108 of file receiver_tank.h.


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