-
-
November 14, 2019 at 11:50 am
S1d996
SubscriberIm doing a 3d simulation of a rod which involves 6DOF udf file in which the mass, external force and moment of inertia are involved.
Im applying the external force in the upward direction i.e; +ve Y Direction and gravitational acceleration in the downward direction i.e; -ve Y Direction. The outcome of the simulation is that the rod is moving downwards. The crossed checked the Applied External Force in +Y direction which is equal to 1g force
UDF FILE USED FOR SIMULATION:
DEFINE_SDOF_PROPERTIES(rod, prop, dt, time, dtime)
{
prop[SDOF_MASS] = 3.504 ;
prop[SDOF_IXX] = 2.110618;
prop[SDOF_IYY] = 1208.578814;
prop[SDOF_IZZ] = 1208.786357;
prop[SDOF_IXY] = 0.00085;
prop[SDOF_IXZ] = 0.000124156;
prop[SDOF_IYZ] = -0.000024;
if(time = 0 && time < 1.0)
{
prop[SDOF_LOAD_F_Y] += 34.37424;
prop[SDOF_LOAD_M_X] += 0.00000;
prop[SDOF_LOAD_M_Y] += 0.00000;
prop[SDOF_LOAD_M_Z] += 0.00000;
}
printf ("nrod: updated 6DOF properties");
}
and later I increased the Force to 2g and still the rod is moving downwards.
Can anyone help with the problem?
Thanks in advance
SID
-
- You must be logged in to reply to this topic.

Boost Ansys Fluent Simulations with AWS
Computational Fluid Dynamics (CFD) helps engineers design products in which the flow of fluid components is a significant challenge. These different use cases often require large complex models to solve on a traditional workstation. Click here to join this event to learn how to leverage Ansys Fluids on the cloud, thanks to Ansys Gateway powered by AWS.

Earth 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.
- 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
- Difference between K-epsilon and K-omega Turbulence Model
- The solver failed with a non-zero exit code of : 2
- Time Step Size and Courant Number
- Mesh Interfaces in ANSYS FLUENT
- error: Received signal SIGSEGV
-
5290
-
3311
-
2471
-
1308
-
1016
© 2023 Copyright ANSYS, Inc. All rights reserved.