luminarycloud.enum¶
Classes¶
Represents an averaging method used to compute average surface quantities. |
|
Represents a calculation type when calculating surface outputs. |
|
Directional camera options |
|
The type of projection used in the camera. |
|
Predefined color map presets. |
|
An enum for specifying the source of an image. When listing extracts, |
|
Specifies which component of a field is used for visualization. |
|
Represents a GPU type. |
|
Represents the status of an image request. |
|
Represents the status of a mesh. |
|
Represents the file format for a mesh file. |
|
Represents a quantity type. |
|
Method of specification for the reference values used in force and moment computations. |
|
The representation defines how objects will appear in the scene. |
|
Represents a normalization method for residuals. |
|
Represents the status of a simulation. |
|
Types of tables. |
|
Components of a 3-D vector. |
|
The visualization quantity. This is a subset of all quantities. |
Package Contents¶
- class luminarycloud.enum.AveragingType¶
Bases:
enum.IntEnum
Represents an averaging method used to compute average surface quantities.
- Attributes:
- UNSPECIFIED
- AREA
Average using the area of each face divided by the total area.
- MASS_FLOW
Average using the mass flow at each face divided by the total mass flow.
- AREA¶
- MASS_FLOW¶
- UNSPECIFIED¶
- class luminarycloud.enum.CalculationType¶
Bases:
enum.IntEnum
Represents a calculation type when calculating surface outputs.
- Attributes:
- UNSPECIFIED
- AGGREGATE
Calculate a single value for the surfaces altogether.
- PER_SURFACE
Calculate a separate value for each surface.
- AGGREGATE¶
- PER_SURFACE¶
- UNSPECIFIED¶
- class luminarycloud.enum.CameraDirection¶
Bases:
enum.IntEnum
Directional camera options
- Attributes:
- X_POSITIVE
Look down the positive x-axis
- Y_POSITIVE
Look down the positive y-axis
- Z_POSITIVE
Look down the positive z-axis
- X_NEGATIVE
Look down the negative x-axis
- Y_NEGATIVE
Look down the negative y-axis
- Z_NEGATIVE
Look down the negative z-axis
- X_NEGATIVE¶
- X_POSITIVE¶
- Y_NEGATIVE¶
- Y_POSITIVE¶
- Z_NEGATIVE¶
- Z_POSITIVE¶
- class luminarycloud.enum.CameraProjection¶
Bases:
enum.IntEnum
The type of projection used in the camera.
- Attributes:
- ORTHOGRAPHIC
A orthographic (i.e., parallel) projection.
- PERSPECTIVE
A perspective projection.
- ORTHOGRAPHIC¶
- PERSPECTIVE¶
- class luminarycloud.enum.ColorMapPreset¶
Bases:
enum.IntEnum
Predefined color map presets.
- COOL_TO_WARM¶
- JET¶
- TURBO¶
- VIRIDIS¶
- WAVE¶
- XRAY¶
- class luminarycloud.enum.EntityType¶
Bases:
enum.IntEnum
An enum for specifying the source of an image. When listing extracts, the user must specify what type of extract they are interested in. This enum is only used by the visualization code.
- Attributes:
- SIMULATION
Specifies a similuation entity (i.e., a result).
- MESH
Specifies a mesh entity.
- GEOMETRY
Specifies a geometry entity.
- GEOMETRY = 2¶
- MESH = 1¶
- SIMULATION = 0¶
- class luminarycloud.enum.FieldComponent¶
Bases:
enum.IntEnum
Specifies which component of a field is used for visualization. When using scalars, the X component is the only valid component.
- MAGNITUDE¶
- X¶
- Y¶
- Z¶
- class luminarycloud.enum.GPUType¶
Bases:
enum.IntEnum
Represents a GPU type.
- A100¶
- UNSPECIFIED¶
- V100¶
- class luminarycloud.enum.ImageStatusType¶
Bases:
enum.IntEnum
Represents the status of an image request.
- Attributes:
- ACTIVE
The request is currently active and being processed.
- COMPLETED
The request is complete.
- FAILED
The request has failed.
- INVALID
The request is invalid.
- .. warning:: This feature is experimental and may change or be removed in the future.
- ACTIVE¶
- COMPLTETED¶
- FAILED¶
- INVALID¶
- class luminarycloud.enum.MeshStatus¶
Bases:
enum.IntEnum
Represents the status of a mesh.
- Attributes:
- UNSPECIFIED
A well-formed mesh resource will never have this value.
- CREATING
Mesh is being created.
- COMPLETED
Mesh was created successfully and can be used to create simulations.
- FAILED
Mesh was not created successfully and is unusable.
- COMPLETED¶
- CREATING¶
- FAILED¶
- UNSPECIFIED¶
- class luminarycloud.enum.MeshType¶
Bases:
enum.IntEnum
Represents the file format for a mesh file.
- Attributes:
- UNSPECIFIED
Null value
- ANSYS
ANSYS mesh file (.ansys)
- CGNS
CFD General Notation System (.cgns)
- OPENFOAM
OpenFOAM mesh
- ANSYS¶
- CGNS¶
- OPENFOAM¶
- UNSPECIFIED¶
- class luminarycloud.enum.QuantityType¶
Bases:
enum.IntEnum
Represents a quantity type.
- Attributes:
- DENSITY
- DISK_THRUST
- DISK_TORQUE
- DOWNFORCE
- DOWNFORCE_COEFFICIENT
- DRAG
- DRAG_COEFFICIENT
- ENERGY_FLUX
- FRICTION_FORCE
- FRICTION_FORCE_COEFFICIENT
- LIFT
- LIFT_COEFFICIENT
- MACH
- PITCHING_MOMENT
- PITCHING_MOMENT_COEFFICIENT
- PRESSURE
- PRESSURE_DRAG
- PRESSURE_DRAG_COEFFICIENT
- PRESSURE_FORCE
- PRESSURE_FORCE_COEFFICIENT
- ROLLING_MOMENT
- ROLLING_MOMENT_COEFFICIENT
- SIDEFORCE
- SIDEFORCE_COEFFICIENT
- TEMPERATURE
- TOTAL_FORCE
- TOTAL_FORCE_COEFFICIENT
- TOTAL_MOMENT
- TOTAL_MOMENT_COEFFICIENT
- TOTAL_PRESSURE
- TOTAL_TEMPERATURE
- VELOCITY
- VELOCITY_MAGNITUDE
- VISCOUS_DRAG
- VISCOUS_DRAG_COEFFICIENT
- Y_PLUS
- YAWING_MOMENT
- YAWING_MOMENT_COEFFICIENT
- DENSITY¶
- DISK_THRUST¶
- DISK_TORQUE¶
- DOWNFORCE¶
- DOWNFORCE_COEFFICIENT¶
- DRAG¶
- DRAG_COEFFICIENT¶
- ENERGY_FLUX¶
- FRICTION_FORCE¶
- FRICTION_FORCE_COEFFICIENT¶
- LIFT¶
- LIFT_COEFFICIENT¶
- MACH¶
- PITCHING_MOMENT¶
- PITCHING_MOMENT_COEFFICIENT¶
- PRESSURE¶
- PRESSURE_DRAG¶
- PRESSURE_DRAG_COEFFICIENT¶
- PRESSURE_FORCE¶
- PRESSURE_FORCE_COEFFICIENT¶
- ROLLING_MOMENT¶
- ROLLING_MOMENT_COEFFICIENT¶
- SIDEFORCE¶
- SIDEFORCE_COEFFICIENT¶
- TEMPERATURE¶
- TOTAL_FORCE¶
- TOTAL_FORCE_COEFFICIENT¶
- TOTAL_MOMENT¶
- TOTAL_MOMENT_COEFFICIENT¶
- TOTAL_PRESSURE¶
- TOTAL_TEMPERATURE¶
- UNSPECIFIED¶
- VELOCITY¶
- VELOCITY_MAGNITUDE¶
- VISCOUS_DRAG¶
- VISCOUS_DRAG_COEFFICIENT¶
- YAWING_MOMENT¶
- YAWING_MOMENT_COEFFICIENT¶
- Y_PLUS¶
- class luminarycloud.enum.ReferenceValuesType¶
Bases:
enum.IntEnum
Method of specification for the reference values used in force and moment computations.
- Attributes:
- UNSPECIFIED
- PRESCRIBE_VALUES
The specified reference values will be used.
- FARFIELD_VALUES
Only the area and length reference values will be used; pressure, temperature, and velocity values will be taken from the far field boundary specification.
- FARFIELD_VALUES¶
- PRESCRIBE_VALUES¶
- UNSPECIFIED¶
- class luminarycloud.enum.Representation¶
Bases:
enum.IntEnum
The representation defines how objects will appear in the scene.
- POINTS¶
- SURFACE¶
- SURFACE_WITH_EDGES¶
- WIREFRAME¶
- class luminarycloud.enum.ResidualNormalization¶
Bases:
enum.IntEnum
Represents a normalization method for residuals.
- Attributes:
- UNSPECIFIED
- ABSOLUTE
- RELATIVE
- ABSOLUTE¶
- RELATIVE¶
- UNSPECIFIED¶
- class luminarycloud.enum.SimulationStatus¶
Bases:
enum.IntEnum
Represents the status of a simulation.
- Attributes:
- UNSPECIFIED
A well-formed simulation resource will never have this value.
- PENDING
Denotes that the simulation is waiting to be scheduled.
- ACTIVE
Denotes that the simulation is running currently.
- COMPLETED
Denotes that the simulation completed successfully.
- FAILED
Denotes that the simulation completed in a failed state.
- SUSPENDED
Denotes that the simulation has been suspended.
- ACTIVE¶
- COMPLETED¶
- FAILED¶
- PENDING¶
- SUSPENDED¶
- UNSPECIFIED¶
- class luminarycloud.enum.TableType¶
Bases:
enum.IntEnum
Types of tables.
- Attributes:
- MONITOR_POINTS
List of coordinates, name, and IDs. This type is used to define the position of monitor points and point sources.
- RADIAL_DISTRIBUTION
Thrust, torque, and radial force vs relative radius.
- BLADE_GEOMETRY
Twist angle, sweep angle, anhedral angle, and relative chord vs relative radius.
- AIRFOIL_PERFORMANCE
C81 data for an airfoil section.
- PROFILE_BC
Arbitrary number of columns vs a spatial coordinate or time. This type is also used for tabulated heat sources.
- FAN_CURVE
Pressure rise vs volumetric flow rate.
- CUSTOM_SAMPLE_DOE
List of design-of-experiment samples.
- TEMP_VARYING
Material property (e.g. conductivity) vs temperature.
- AIRFOIL_PERFORMANCE¶
- BLADE_GEOMETRY¶
- CUSTOM_SAMPLE_DOE¶
- FAN_CURVE¶
- MONITOR_POINTS¶
- PROFILE_BC¶
- RADIAL_DISTRIBUTION¶
- TEMP_VARYING¶
- class luminarycloud.enum.Vector3Component¶
Bases:
enum.IntEnum
Components of a 3-D vector. Attributes ———- UNSPECIFIED X Y Z
- UNSPECIFIED¶
- X¶
- Y¶
- Z¶
- class luminarycloud.enum.VisQuantity¶
Bases:
enum.IntEnum
The visualization quantity. This is a subset of all quantities. .. warning:: This feature is experimental and may change or be removed in the future.
- ABSOLUTE_PRESSURE¶
- DENSITY¶
- FRICTION_COEFFICIENT¶
- HEAT_FLUX¶
- MACH¶
- NONE¶
- PRESSURE¶
- PRESSURE_COEFFICIENT¶
- Q_CRITERION¶
- TEMPERATURE¶
- TOTAL_PRESSURE¶
- TOTAL_PRESSURE_COEFFICIENT¶
- TOTAL_TEMPREATURE¶
- VELOCITY¶
- WALL_SHEAR_STRESS¶