Static Method Summary
| Static Public Methods | ||
| public static |
tntEquivalent(qExp: number, mass: number): number |
|
| public static |
tntEquivalentFactor(qExp: number): number |
|
Constructor Summary
| Public Constructor | ||
| public |
constructor(tntEqvMass: number, atmosphere: Atmosphere, isStatic: boolean) |
|
Member Summary
| Public Members | ||
| public get |
atmosphere: Atmosphere: * |
|
| public get |
blastRadius: number: * Based on kilotons of tnt nuclear explosions |
|
| public get |
cloudHeight: number: * From eq 7 of CISAC Fallout Model Approximating this as the top of the stem cloud Perhaps will change this as a combination of all three cloud alt equations |
|
| public get |
cloudRadius: number: * |
|
| public get |
|
|
| public get |
|
|
| public get |
|
|
| public get |
weaponYield: number: * |
|
Method Summary
| Public Methods | ||
| public |
getGasTemp(r: number): number Temperature of gas in shock wave front |
|
| public |
getGasVelocity(r: number): number Velocity of gas in behind shock wave front |
|
| public |
|
|
| public |
Positive Shock Phase Duration |
|
| public |
setAtmosphere(atm: *): Bomb |
|
| public |
|
|
Public Constructors
public constructor(tntEqvMass: number, atmosphere: Atmosphere, isStatic: boolean) source
Params:
| Name | Type | Attribute | Description |
| tntEqvMass | number | Standardized TNT equivalent kg (kg) |
|
| atmosphere | Atmosphere |
|
|
| isStatic | boolean |
|
Determines the type of puff that is used |
Public Members
public get cloudHeight: number: * source
From eq 7 of CISAC Fallout Model Approximating this as the top of the stem cloud Perhaps will change this as a combination of all three cloud alt equations
public get dispersion: DynamicGaussianPuff | GaussianPuff: * source
Public Methods
public getGasTemp(r: number): number source
Temperature of gas in shock wave front
Params:
| Name | Type | Attribute | Description |
| r | number | distance from origin (m) |
public getGasVelocity(r: number): number source
Velocity of gas in behind shock wave front
Params:
| Name | Type | Attribute | Description |
| r | number | distance from origin (m) |
public getOverpressureAt(r: number): number source
Params:
| Name | Type | Attribute | Description |
| r | number | distance from origin (m) |