GaussianDecayPuff
Extends:
Adds decay to the Simple Gaussian Puff
Constructor Summary
| Public Constructor | ||
| public |
constructor(atmosphere: Atmosphere, source: Source, massReleased: number, halfLife: number) |
|
Method Summary
| Public Methods | ||
| public |
getConcentration(x: number, y: number, z: number, t: number): * Takes into account the decay term, as seen in URAaTM pg 281 |
|
| public |
getDecayTerm(x: number, windSpeed: number): number Read URAaTM pg 281 - 285 |
|
Inherited Summary
| From class GaussianPlume | ||
| public get |
atmosphere: Atmosphere: * |
|
| public get |
|
|
| public get |
|
|
| public |
addSource(source: Source): GaussianPlume Adds a single source to the plume |
|
| public |
getConcentration(x: number, y: number, z: number): number Calculates the concentration at a given x,y,z coordinate. |
|
| public |
Takes into account the wind and other factors into account. |
|
| public |
Calculates the maximum concentration dispersed |
|
| public |
Calculates the distance downwind of the maximum concentration |
|
| public |
getMaxRise(x: number): number The max rise of the plume at x meters downwind |
|
| public |
getMeanHeight(x: *): number |
|
| public |
getStatsForCoords(coords: Coord[]): Stat[] Same as getStatsForXs, but for 3d coordinates |
|
| public |
getStatsForXs(xs: number[]): Stat[] Calculates the stdY, stdZ, and concentrations for a list of x coordinates directly downwind of the source Useful in creating graphs / processing large amounts of data at once |
|
| public |
Brookhaven sigma The crosswind distance standard deviation for a distance x downwind. |
|
| public |
Brookhaven sigma The vertical distance standard deviation for a distance x downwind. |
|
| public |
setAtmosphere(atmosphere: Atmosphere): GaussianPlume |
|
| public |
setEffectiveSourceHeight(height: number): GaussianPlume Manually set the Effective Source Height |
|
| public |
|
|
| protected |
A helper function for the StdZ calculation |
|
| protected |
A helper function for the StdZ calculation |
|
| From class GaussianPuff | ||
| public get |
massReleased: number: * |
|
| public |
getCenterX(t: number): number The center at x meters downstream after t seconds |
|
| public |
|
|
Public Constructors
public constructor(atmosphere: Atmosphere, source: Source, massReleased: number, halfLife: number) source
Override:
GaussianPuff#constructorParams:
| Name | Type | Attribute | Description |
| atmosphere | Atmosphere | ||
| source | Source | ||
| massReleased | number | ||
| halfLife | number | seconds |