|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<EnumParticleQuantity>
org.spase.parser200.EnumParticleQuantity
public enum EnumParticleQuantity
Java class for enumParticleQuantity.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="enumParticleQuantity">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="AverageChargeState"/>
<enumeration value="CountRate"/>
<enumeration value="Counts"/>
<enumeration value="Energy"/>
<enumeration value="EnergyDensity"/>
<enumeration value="EnergyFlux"/>
<enumeration value="FlowSpeed"/>
<enumeration value="FlowVelocity"/>
<enumeration value="Gyrofrequency"/>
<enumeration value="HeatFlux"/>
<enumeration value="Mass"/>
<enumeration value="MassDensity"/>
<enumeration value="NumberDensity"/>
<enumeration value="NumberFlux"/>
<enumeration value="PhaseSpaceDensity"/>
<enumeration value="PlasmaFrequency"/>
<enumeration value="Pressure"/>
<enumeration value="SonicMachNumber"/>
<enumeration value="Temperature"/>
<enumeration value="ThermalSpeed"/>
<enumeration value="Velocity"/>
</restriction>
</simpleType>
| Enum Constant Summary | |
|---|---|
AVERAGE_CHARGE_STATE
A measure of the composite deficit (positive) or excess (negative) of electrons with respect to protons. |
|
COUNT_RATE
The number of events per unit time. |
|
COUNTS
An enumeration of the number of detection events occurring in a particle detector per unit time or over detector accumulation times. |
|
ENERGY
The capacity for doing work as measured by the capability of doing work (potential energy) or the conversion of this capability to motion (kinetic energy) |
|
ENERGY_DENSITY
The amount of energy per unit volume. |
|
ENERGY_FLUX
The amount of energy passing through a unit area in a unit time. |
|
FLOW_SPEED
The rate at which particles or energy is passing through a unit area in a unit time. |
|
FLOW_VELOCITY
The volume of matter passing through a unit area perpendicular to the direction of flow in a unit of time. |
|
GYROFREQUENCY
The number of gyrations around a magnetic guiding center (field line) a charged particle makes per unit time due to the Lorentz force. |
|
HEAT_FLUX
Flow of thermal energy through a gas or plasma; typically computed as third moment of a distribution function. |
|
MASS
The measure of inertia (mass) of individual objects (e.g., aerosols). |
|
MASS_DENSITY
The mass of particles per unit volume. |
|
NUMBER_DENSITY
The number of particles per unit volume. |
|
NUMBER_FLUX
The number of particles passing through a unit area in a unit time. |
|
PHASE_SPACE_DENSITY
The number of particles per unit volume in the six-dimensional space of position and velocity. |
|
PLASMA_FREQUENCY
A number-density-dependent characteristic frequency of a plasma. |
|
PRESSURE
The force per unit area exerted by a particle distribution or field. |
|
SONIC_MACH_NUMBER
The ratio of the bulk flow speed to the speed of sound in the medium. |
|
TEMPERATURE
A measure of the kinetic energy of random motion with respect to the average. |
|
THERMAL_SPEED
For a Maxwellian distribution, the difference between the mean speed and the speed within which ~69% (one sigma) of all the members of the speed distribution occur. |
|
VELOCITY
Rate of change of position. |
|
| Method Summary | |
|---|---|
static EnumParticleQuantity |
fromValue(java.lang.String v)
|
java.lang.String |
value()
|
static EnumParticleQuantity |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EnumParticleQuantity[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final EnumParticleQuantity AVERAGE_CHARGE_STATE
public static final EnumParticleQuantity COUNT_RATE
public static final EnumParticleQuantity COUNTS
public static final EnumParticleQuantity ENERGY
public static final EnumParticleQuantity ENERGY_DENSITY
public static final EnumParticleQuantity ENERGY_FLUX
public static final EnumParticleQuantity FLOW_SPEED
public static final EnumParticleQuantity FLOW_VELOCITY
public static final EnumParticleQuantity GYROFREQUENCY
public static final EnumParticleQuantity HEAT_FLUX
public static final EnumParticleQuantity MASS
public static final EnumParticleQuantity MASS_DENSITY
public static final EnumParticleQuantity NUMBER_DENSITY
public static final EnumParticleQuantity NUMBER_FLUX
public static final EnumParticleQuantity PHASE_SPACE_DENSITY
public static final EnumParticleQuantity PLASMA_FREQUENCY
public static final EnumParticleQuantity PRESSURE
public static final EnumParticleQuantity SONIC_MACH_NUMBER
public static final EnumParticleQuantity TEMPERATURE
public static final EnumParticleQuantity THERMAL_SPEED
public static final EnumParticleQuantity VELOCITY
| Method Detail |
|---|
public static final EnumParticleQuantity[] values()
for(EnumParticleQuantity c : EnumParticleQuantity.values())
System.out.println(c);
public static EnumParticleQuantity valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namepublic java.lang.String value()
public static EnumParticleQuantity fromValue(java.lang.String v)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||