TAGGED: fluent, hydrostatics, moving-deforming-mesh, udf
-
-
March 25, 2024 at 7:06 amShravan BharadwajSubscriber
Hello,
I am trying to simulate the hydrostatic bearings. I want to apply force on bearing. This force should compress the fluid zone ( Deforming Mesh ). When pressurised fluid enters the bearing, the gap should change and balance the force acting. I ultimately want to see how much the bearing gap changes and the time response.
I have used the following UDF :
#include "udf.h"
DEFINE_SDOF_PROPERTIES(stage, prop, dt, time, dtime)
{
prop[SDOF_LOAD_F_Y] = -750;printf ("\nstage: updated 6DOF properties");
}I tried to give deforming mesh to the two fluid gaps. I attached the UDF to the Bearing. But the mesh is not moving . How to make the mesh deform ?
-
March 25, 2024 at 10:25 amDatoSubscriber
Hello,
Sorry that I'm not providing help. I'm a beginner to use udf. I want to ask that how do you compile the c source into Fluent? Using built in compiler or others? My udf cannot compile and load recently but it can work before. Thanks you sir.
-
March 25, 2024 at 10:34 amShravan BharadwajSubscriber
Download Visual Studio Community - any version and install it. Fluent need a C/C++ compiler to compile UDF. After installing try loading the UDF in fluent.
-
March 25, 2024 at 10:58 amRobForum Moderator
Or use the built in compiler - we finally added CLANG compiler into the Fluent solver.
-
- The topic ‘Fluent – UDF – force solid body & fluid zone compress – Hydrostatic Bearings’ 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
- Fluent fails with Intel MPI protocol on 2 nodes
- Cyclone (Stairmand) simulation using RSM
- error udf
- Mass Conservation Issue in Methane Pyrolysis Shock Tube Simulation
- Script Error
- Facing trouble regarding setting up boundary conditions for SOEC Modeling
- UDF, Fluent: Access count of iterations for “Steady Statistics”
-
1406
-
599
-
591
-
550
-
366
© 2025 Copyright ANSYS, Inc. All rights reserved.