Reader Enumerations#

Plot3DFunctionEnum#

enum Plot3DFunctionEnum(value)[source]#

An enumeration for the functions used in MultiBlockPlot3DReader.

Member Type:

int

Valid values are as follows:

DENSITY = <Plot3DFunctionEnum.DENSITY: 100>#
PRESSURE = <Plot3DFunctionEnum.PRESSURE: 110>#
PRESSURE_COEFFICIENT = <Plot3DFunctionEnum.PRESSURE_COEFFICIENT: 111>#
MACH = <Plot3DFunctionEnum.MACH: 112>#
SPEED_OF_SOUND = <Plot3DFunctionEnum.SPEED_OF_SOUND: 113>#
TEMPERATURE = <Plot3DFunctionEnum.TEMPERATURE: 120>#
ENTHALPY = <Plot3DFunctionEnum.ENTHALPY: 130>#
INTERNAL_ENERGY = <Plot3DFunctionEnum.INTERNAL_ENERGY: 140>#
KINETIC_ENERGY = <Plot3DFunctionEnum.KINETIC_ENERGY: 144>#
VELOCITY_MAGNITUDE = <Plot3DFunctionEnum.VELOCITY_MAGNITUDE: 153>#
STAGNATION_ENERGY = <Plot3DFunctionEnum.STAGNATION_ENERGY: 163>#
ENTROPY = <Plot3DFunctionEnum.ENTROPY: 170>#
SWIRL = <Plot3DFunctionEnum.SWIRL: 184>#
VELOCITY = <Plot3DFunctionEnum.VELOCITY: 200>#
VORTICITY = <Plot3DFunctionEnum.VORTICITY: 201>#
MOMENTUM = <Plot3DFunctionEnum.MOMENTUM: 202>#
PRESSURE_GRADIENT = <Plot3DFunctionEnum.PRESSURE_GRADIENT: 210>#
STRAIN_RATE = <Plot3DFunctionEnum.STRAIN_RATE: 212>#
VORTICITY_MAGNITUDE = <Plot3DFunctionEnum.VORTICITY_MAGNITUDE: 211>#