smooth#
- ScalarReal.smooth() ScalarReal#
Smooth the quantity across the mesh (calculator
Smooth).- Returns:
ScalarRealReal scalar expression with mesh smoothing applied.
Examples
Smooth a real scalar field.
>>> from ansys.aedt.core.visualization.post.field_calculator_expressions import FieldExpressions >>> fx = FieldExpressions(calculator=None) >>> fx.scalar("Phi", is_complex=False).smooth().operations[-1] "Operation('Smooth')"