|
[Sponsors] |
A likely UDF bug in Ansys 18.2 (DEFINE_ZONE_MOTION) |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
February 28, 2018, 05:44 |
A likely UDF bug in Ansys 18.2 (DEFINE_ZONE_MOTION)
|
#1 |
New Member
Don Gen
Join Date: Jan 2018
Posts: 2
Rep Power: 0 |
Hi All,
there is a nice UDF example which works well on 16,17 fluent. In 18.2 interface gaps occur, size of which does correlate to the time-step size. Ultimately, Fluent starts to complain: Code:
Info: Interface zones overlap for mesh interface int1. This could adversely affect your solution. 0: Warning: Failed to correct face handedness of 186 out of 195 left-handed faces on the sliding interface zone 40. disabling the following code in UDF removes the error, but obviously - blade pitching won't happen Code:
omegac = 60;//radians per second omegar = -omegac*(25*M_PI/180.)*cos(theta0+thetap1);//+-25 is max pitching angle *omega = omegar; -on ICEM mesh -on Fluent mesh -on 2D mesh -on 3D mesh Edit: Same problem on Ansys 19. And, on 17.2 as well (with increasing the time-step to 0.0016) coordinate (origin in UDF) motion confirmed to be perfect coordinate accuracies are within 10^e-9 (the center point) Something *omega related Any ideas? Last edited by Flegmatoid; March 5, 2018 at 04:09. Reason: Further tests made. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
UDF for ANSYS Fluent and Runge Kutta Method | cagri.metin.ege | Fluent UDF and Scheme Programming | 3 | January 24, 2020 04:46 |
[Workbench] Ansys 18.2 "unable to attach to geometry file" Error | TrevorHicks | ANSYS Meshing & Geometry | 3 | February 13, 2018 21:10 |
Can you help me with a problem in ansys static structural solver? | sourabh.porwal | Structural Mechanics | 0 | March 27, 2016 18:07 |
WILLING TO PAY/ FREELANCER REQUIRED / small UDF coding force loads over body / 6DOF | acasas | CFD Freelancers | 1 | January 23, 2015 08:26 |
Ansys FLUENT UDF - Velocity profile (of known values) across edge / surface | emmkell | Fluent UDF and Scheme Programming | 2 | October 21, 2011 14:12 |