|
[Sponsors] |
Vibratting sphere 3m/s upwards downards left right 2 dof |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
February 14, 2021, 22:47 |
Vibratting sphere 3m/s upwards downards left right 2 dof
|
#1 |
New Member
shehab
Join Date: Feb 2021
Posts: 1
Rep Power: 0 |
my model is an outer sphere enclosing an inner sphere, separated by fluid, so 2 walls and a fluid. My question is how can I vibrate the inner sphere at 3 m/s in the translation directions stated by arrows, while the inner sphere won't touch the outer sphere after vibrating. so the inner sphere should move upwards, downwards, left and right as if vibrating.
ANSYS FLUENT |
|
February 20, 2021, 18:07 |
|
#2 |
Senior Member
Kira
Join Date: Nov 2020
Location: Canada
Posts: 435
Rep Power: 9 |
Using UDF as a boundary condition.
e.g. From user guide: "#include" udf.h " DEFINE_PROFILE (pressure_profile, t, i) { real x [ND_ND]; / * this will hold the position vector * / real y; face_t f; begin_f_loop (f, t) { F_CENTROID (x f, t); y = x [1]; F_PROFILE (f, t, i) = 1.1e5 - y * y / (. 0745 * .0745) * 0.1e5; } end_f_loop (f, t) } |
|
Tags |
moving mesh |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Force can not converge | colopolo | CFX | 13 | October 4, 2011 23:03 |
Problem with UDF compiling for kTkLW model | Wantami | FLUENT | 0 | July 18, 2011 06:11 |
How to install CGNS under windows xp? | lzgwhy | Main CFD Forum | 1 | January 11, 2011 19:44 |
CGNS lib and Fortran compiler | manaliac | Main CFD Forum | 2 | November 29, 2010 07:25 |
meshing F1 front wing | Steve | FLUENT | 0 | April 17, 2003 13:37 |