Class FlareDispersionSurrogateDTO
java.lang.Object
neqsim.process.equipment.flare.dto.FlareDispersionSurrogateDTO
- All Implemented Interfaces:
Serializable
DTO describing surrogate parameters used for dispersion screening of flare releases.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final doubleprivate final doubleprivate final doubleprivate final doubleprivate final doubleprivate static final longprivate final double -
Constructor Summary
ConstructorsConstructorDescriptionFlareDispersionSurrogateDTO(double massRateKgS, double molarRateMoleS, double exitVelocityMs, double momentumFlux, double momentumPerMass, double standardVolumeSm3PerSec) -
Method Summary
Modifier and TypeMethodDescriptiondoubledoubledoubledoubledoubledouble
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
massRateKgS
private final double massRateKgS -
molarRateMoleS
private final double molarRateMoleS -
exitVelocityMs
private final double exitVelocityMs -
momentumFlux
private final double momentumFlux -
momentumPerMass
private final double momentumPerMass -
standardVolumeSm3PerSec
private final double standardVolumeSm3PerSec
-
-
Constructor Details
-
FlareDispersionSurrogateDTO
public FlareDispersionSurrogateDTO(double massRateKgS, double molarRateMoleS, double exitVelocityMs, double momentumFlux, double momentumPerMass, double standardVolumeSm3PerSec)
-
-
Method Details
-
getMassRateKgS
public double getMassRateKgS() -
getMolarRateMoleS
public double getMolarRateMoleS() -
getExitVelocityMs
public double getExitVelocityMs() -
getMomentumFlux
public double getMomentumFlux() -
getMomentumPerMass
public double getMomentumPerMass() -
getStandardVolumeSm3PerSec
public double getStandardVolumeSm3PerSec()
-