|
[Sponsors] | |||||
Rotating wall about an axis away from the wall(reference i think). |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|
|
#1 |
|
New Member
Danial, Arif
Join Date: Mar 2016
Posts: 2
Rep Power: 0 ![]() |
Hi there,
I am a student currently preforming an fluent simulation and is in need of assistance. I am trying to simulate a pistons movement, however the cylinder has a curved shape thus eliminating the possibility of using the in-cylinder function. i have written a short udf cg-motion. i am not getting the wall(piston to move a long the cylinder surface. the udf is as follows: #include "udf.h" #include "dynamesh_tools.h" DEFINE_CG_MOTION(piston, dt, vel, omega, time, dtime) { real pi = 3.141592; real omega_constant = 50 * pi / 180; omega[0] = - omega_constant; } The problem: 1. the wall(piston) is rotating along an axis(x-axis) on the wall itself, the rotation is correct(counter-clockwise). I just havent been able to move the axis of rotation away from the wall. |
|
|
|
|
|
|
|
|
#2 |
|
New Member
Danial, Arif
Join Date: Mar 2016
Posts: 2
Rep Power: 0 ![]() |
this is the shape of the cylinder that i am working with.
|
|
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Commercial meshers] Fluent3DMeshToFoam | simvun | OpenFOAM Meshing & Mesh Conversion | 50 | January 19, 2020 16:33 |
| Rotating Wall Problem Not Working | dreamchaser | CFX | 4 | September 29, 2014 11:09 |
| Vertical Axis Wind Turbine Rotating Domain Problems | TWaung | CFX | 4 | May 1, 2012 04:14 |
| manual integration of pressure and wall shear on rotating wall | murx | CFX | 3 | April 3, 2012 09:01 |
| Rotating wall transient signal in CFX | tiguiblais | CFX | 0 | April 23, 2010 15:11 |