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
Static Public Member Functions | Static Private Member Functions | List of all members
QuantifySteamLeakByPlumeLength Class Reference

Static Public Member Functions

static double estimate (const double pressure, const double plumeLength, const double ambTemp)
 

Static Private Member Functions

static double interpolate (const int r2, const int r1, const int r, const double l, const double u)
 

Detailed Description

Definition at line 17 of file quantify_steam_leak_by_plume_length.h.

Member Function Documentation

◆ estimate()

static double QuantifySteamLeakByPlumeLength::estimate ( const double  pressure,
const double  plumeLength,
const double  ambTemp 
)
inlinestatic
Parameters
pressuredouble, Steam Pressure in psig
plumeLengthdouble, Plume Length in feet
ambTempdouble Ambient Temperature in F
Returns
double value of amount of Steam Loss in lb/hr

Definition at line 27 of file quantify_steam_leak_by_plume_length.h.

◆ interpolate()

static double QuantifySteamLeakByPlumeLength::interpolate ( const int  r2,
const int  r1,
const int  r,
const double  l,
const double  u 
)
inlinestaticprivate

Definition at line 94 of file quantify_steam_leak_by_plume_length.h.


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