We use various integers to differentite between geometries in 2D and 3D. For example, 2D STL models and 3D STL models are differentiated. Airfoils, and more are also included. Use of the code may be simpler if these patch geometry definitions were unified into a single value.
I propose the following use the same patch geometry values:
- 2D and 3D STL models
- 2D and 3D airfoils
- circles and cylinders (or spheres depending on discretion)
- rectangles and cuboids
To maintain legacy functionality, we can have the 3D cases support either value.
We use various integers to differentite between geometries in 2D and 3D. For example, 2D STL models and 3D STL models are differentiated. Airfoils, and more are also included. Use of the code may be simpler if these patch geometry definitions were unified into a single value.
I propose the following use the same patch geometry values:
To maintain legacy functionality, we can have the 3D cases support either value.