-
-
July 2, 2023 at 8:54 pmAndrés PálizSubscriber
Hi everyone, I´m trying to change a wall bc for a mass flow bc I´ve made a code, but the problem that I have is that the name of the "Iteration" variable is incorrect, maybe someone know the correct name of the variable where the iteration value is recorded?
This is the code:
(cond
 ((> (rpgetvar 'iteration) 1)
  (ti-menu-load-string define/boundary-conditions/zone-type 249 wall)
  (ti-menu-load-string define/boundary-conditions mass flow inlet 249 yes no no 28.554 no 0 no no no 1 no 1)
 )
 ((> (rpgetvar 'iteration) 100)
  (ti-menu-load-string define/boundary-conditions/zone-type 249 mass flow inlet)
  (ti-menu-load-string define/boundary-conditions wall 249 yes yes no 0 no 0 no yes yes no 1 no 1)
 )
) -
July 3, 2023 at 9:30 amRobForum Moderator
Are you trying to change a wall to a mass flow boundary at a set time step? If so, have a look at Execute Commands (you can trigger these once only now).Â
-
- The topic ‘Time varying boundary condition in Fluent’ is closed to new replies.
- Non-Intersected faces found for matching interface periodic-walls
- Unburnt Hydrocarbons contour in ANSYS FORTE for sector mesh
- Help: About the expression of turbulent viscosity in Realizable k-e model
- Cyclone (Stairmand) simulation using RSM
- error udf
- Script error Code: 800a000d
- Fluent fails with Intel MPI protocol on 2 nodes
- Diesel with Ammonia/Hydrogen blend combustion
- Mass Conservation Issue in Methane Pyrolysis Shock Tube Simulation
- Encountering Error in Heterogeneous Surface Reaction
-
1191
-
513
-
488
-
225
-
209
© 2024 Copyright ANSYS, Inc. All rights reserved.