Tagged: cfd, fluent, fluid-flow, udf-fluent
-
-
September 20, 2021 at 4:25 am
Vivjk94
SubscriberHello, i am trying to perform a 2D gear pump simulation as part of my project. I have modelled a gear pump where the gear has 13 teeth and rotating at 2000 rpm. I have used water as the fluid and used a fine mesh with triangular elements. The pump inlet boundary condition has 0 Pascal and outlet has 2000 psi pressure. the udf code used is as follows:
Rotating motion for gear 1
#include "udf.h"
DEFINE_CG_MOTION(gear_1_new,dt,vel,omega,time,dtime)
{
real t = CURRENT_TIME;
NV_S (vel, = , 0.0);
NV_S (omega, = , 0.0);
omega[2] = -209.4395;
}
Rotating motion for gear 2
#include "udf.h"
DEFINE_CG_MOTION(gear_2_new,dt,vel,omega,time,dtime)
{
real t = CURRENT_TIME;
NV_S (vel, = , 0.0);
NV_S (omega, = , 0.0);
omega[2] = 209.4395;
}
The dynamic mesh settings are as follows:
September 20, 2021 at 9:38 amRob
Ansys EmployeeChances are the gap between the teeth gets to be small and that's then skewing the mesh. There's been a lot of work on gears through the last couple of releases to resolve that problem and also the speed where we're spraying liquid around the gearbox. I don't have anything from our (technical) side to share, but check the Ansys blog posts as I think there was something published there.
September 20, 2021 at 2:22 pmVivjk94
SubscriberThat figures. i had left almost 0 gap between the two gears. I will try with more gap.
Thank you Vivek
September 22, 2021 at 5:28 pmVivjk94
Subscriberupdate- i gave about 1mm gap between the two gears and the simulation ran for a couple of timesteps which would never happened before in my old setup. I also find that reducing time step allows the simulation to run for a lot more time steps.
Thank you Rob.
March 2, 2022 at 7:17 pmyeico01
SubscriberI have the same problem, could you tell me how you solved it?
Viewing 4 reply threads- You must be logged in to reply to this topic.
Ansys Innovation SpaceEarth Rescue – An Ansys Online Series
The climate crisis is here. But so is the human ingenuity to fight it. Earth Rescue reveals what visionary companies are doing today to engineer radical new ideas in the fight against climate change. Click here to watch the first episode.
Ansys Blog
Subscribe to the Ansys Blog to get great new content about the power of simulation delivered right to your email on a weekly basis. With content from Ansys experts, partners and customers you will learn about product development advances, thought leadership and trends and tips to better use Ansys tools. Sign up here.
Trending discussions- Suppress Fluent to open with GUI while performing in journal file
- Floating point exception in Fluent
- What are the differences between CFX and Fluent?
- Heat transfer coefficient
- Getting graph and tabular data from result in workbench mechanical
- The solver failed with a non-zero exit code of : 2
- Difference between K-epsilon and K-omega Turbulence Model
- Time Step Size and Courant Number
- Mesh Interfaces in ANSYS FLUENT
- error in cfd post
Top Contributors-
2508
-
2064
-
1279
-
1088
-
456
Top Rated Tags© 2023 Copyright ANSYS, Inc. All rights reserved.
Ansys does not support the usage of unauthorized Ansys software. Please visit www.ansys.com to obtain an official distribution.
-