-
-
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.
- How do you approach this?
- Convective Augmentation Factor in DEFINE_HEAT_FLUX
- Conservation issue with a UDS solution
- Where is the Electrolyte Projected Area in the Reports tab of PEMFC Model?
- Non-Premixed Combustion PDF generation with 4th-order interpolation
- ANSYS fluent – Rocky DEM coupling
- Solar load , Mesh Orientation and Beam direction
-
461
-
215
-
194
-
177
-
162
© 2024 Copyright ANSYS, Inc. All rights reserved.