You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> See `examples/operations` for an example of each operation.
217
+
### Sketch Smoothing and Optimization
216
218
219
+
Points that define a custom sketch can only be placed approximately. Their positions can then be defined by Laplacian smoothing or optimization to obtain best face quality.
217
220
221
+
> See `examples/shape/custom` for an example with a custom sketch.
218
222
219
223
## Stacks
220
224
A collection of similar Shapes; a Stack is created by starting with a Sketch, then transforming it a number of times, obtaining Shapes, stacked on top of each other.
@@ -321,7 +325,7 @@ Once an approximate blocking is established, one can fetch specific vertices and
321
325
322
326
Block is treated as a single cell for which OpenFOAM's cell quality criteria are calculated and optimized per user's instructions.
323
327
324
-
Vertices can move freely (3 degrees of freedom), along a specified line/curve (1 DoF) or surface (2 DoF).
328
+
Points can move freely (3 degrees of freedom), along a specified line/curve (1 DoF) or surface (2 DoF).
325
329
326
330
```python
327
331
# [...] A simple setup with two cylinders of different radii,
@@ -371,6 +375,10 @@ happily show anything.
371
375
A parametric, Low-Re mesh of a real-life impeller *(not included in examples)*
0 commit comments