TAGGED: dynamic-mesh, fluent, parallel-computing, transient, udf
-
-
May 21, 2024 at 11:32 amLutz RohlfingSubscriber
License: Student 2024 R1
Hello,
I want to simulate the interaction between two opposing rotor blades. I use a UDF to move the blade surfaces in my domain. I use dynamic meshing to remesh at every time step. If I run the simulation on the four maximum allowed CPU cores, Fluent randomly closes without an error message. The only thing I could find in the log file is:
Error [node 999999] [time 5/10/24 1:20:45] Abnormal Exit!
The simulation runs fine when only using one CPU core.
This is my UDF:
#include "udf.h"
static real omegaY=0.0;
DEFINE_CG_MOTION(box,dt,vel,omega,time,dtime)
{
NV_S(vel, =, 0.0);
NV_S(omega, =, 0.0);omegaY= -2.6915;
omega[1]=omegaY;
}Does anyone have an idea on how to fix this? This significantly prolongs my calculation time.
-
May 23, 2024 at 2:54 pmRajat ChaudhariAnsys Employee
Hi ,
I dont see any issue in UDF,can you please try using less number of cores instead of using full capacity of CPU once.
Thanks
Rajat
-
May 23, 2024 at 3:27 pmLutz RohlfingSubscriber
Hi Rajat,
Thanks for your response. I don't exactly understand what you mean. When I run Fluent on four cores, it crashes; however, it works fine on one core. Should I test with other numbers of cores, like two or three?
Kind regards,
Lutz
-
-
May 23, 2024 at 3:29 pmRajat ChaudhariAnsys Employee
Yes can once try with 2 or 3 cores ?
-
May 23, 2024 at 3:29 pmLutz RohlfingSubscriber
I will try this and come back when i tested it, thanks!
-
May 27, 2024 at 9:23 amLutz RohlfingSubscriber
Hi Rajat,
i tried out what you suggested, but i again encountered this crash. What else could be the reason?
Kind regards
Lutz
-
-
May 29, 2024 at 12:19 pmRajat ChaudhariAnsys Employee
Hi Lutz
Is it happening for other dynamic mesh cases also when you run them in parallel mode ? or is it with this speific case only ?
And are you getting this error while running the case or at the time of loading UDF itself ?
Thanks
Rajat
-
- The topic ‘Random crash with dynamic mesh in parallel fluent’ is closed to new replies.
- How do I get my hands on Ansys Rocky DEM
- 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
- Mass Conservation Issue in Methane Pyrolysis Shock Tube Simulation
- Facing trouble regarding setting up boundary conditions for SOEC Modeling
- Script Error
- convergence issue for transonic flow
- RIBBON WINDOW DISAPPEARED
- Running ANSYS Fluent on a HPC Cluster
-
1762
-
635
-
599
-
591
-
366
© 2025 Copyright ANSYS, Inc. All rights reserved.