-
-
April 8, 2024 at 8:58 am
vikram chahal
Subscriberi want to apply a moment around z axis of a partially filled tank at its base or CG, after compiling while i am hooking this UDF under dynamic mesh, In base as rigid body its showing incorrect CG motion(Assume No motion)
#include "udf.h"DEFINE_SDOF_PROPERTIES(tank_moment, prop, dt, time, dtime){  real t = CURRENT_TIME; // Obtain the current simulation time Â  prop[SDOF_LOAD_M_Z] = 0.0; // Initialize moment load to 0.0  if (t <= 2.0)  {  Â    prop[SDOF_LOAD_M_Z] = 5000.0; // Moment load in the z-direction  }  printf("\ntank_moment: updated SDOF properties");} -
April 17, 2024 at 9:50 am
SRP
Ansys EmployeeHi,
Since you are not seeing the intended motion, it may be beneficial to add additional debugging output to your UDF to track the CG's motion over time.
-
Viewing 1 reply thread
- The topic ‘moment along z axis at base or CG of water tank for 2 secs’ is closed to new replies.
Ansys Innovation Space
Trending discussions
- air flow in and out of computer case
- Varying Bond model parameters to mimic soil particle cohesion/stiction
- Eroded Mass due to Erosion of Soil Particles by Fluids
- Guidance needed for Conjugate Heat Transfer Analysis for a 3s3p Li-ion Battery
- I am doing a corona simulation. But particles are not spreading.
- Issue to compile a UDF in ANSYS Fluent
- Centrifugal Fan Analysis for Determination of Characteristic Curve
- JACOBI Convergence Issue in ANSYS AQWA
- affinity not set
- Resuming SAG Mill Simulation with New Particle Batch in Rocky
Top Contributors
-
3867
-
1414
-
1241
-
1118
-
1015
Top Rated Tags
© 2025 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.