Skip to content

Commit 161dd03

Browse files
authored
Move the boundary layer update
1 parent 76f7b6e commit 161dd03

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

examples/00-fluent/exhaust_system_settings_api.py

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,12 @@
510510

511511
meshing_session.workflow.TaskObject["Generate the Surface Mesh"].Execute()
512512

513+
###############################################################################
514+
# Confirm and update boundaries
515+
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
516+
# Confirm and update the boundaries.
517+
518+
meshing_session.workflow.TaskObject["Update Boundaries"].Execute()
513519

514520
###############################################################################
515521
# Add boundary layers
@@ -557,13 +563,6 @@
557563
)
558564
volume_mesh_gen.Execute()
559565

560-
###############################################################################
561-
# Confirm and update boundaries
562-
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
563-
# Confirm and update the boundaries.
564-
565-
meshing_session.workflow.TaskObject["Update Boundaries"].Execute()
566-
567566
###############################################################################
568567
# Check mesh
569568
# ~~~~~~~~~~

0 commit comments

Comments
 (0)