upsp.processing.p3d_utilities
¶
- class StructGrid[source]¶
Bases:
object
Manage plot3d-style structured grid and write formatted to file
- x, y, z
Cartesian coordinates [N]
- Type
- r, theta
Cylindrical coordinates [N]
- Type
- read_p3d_function(filename)[source]¶
Read in the plot3d function file (first function)
- Parameters
filename (
str
) – plot3d binary function file- Returns
first function in the file (Cp)
- Return type