|
[Sponsors] |
Why does the mesh disappear after 'preview mesh motion'? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 14, 2018, 06:25 |
Why does the mesh disappear after 'preview mesh motion'?
|
#1 |
New Member
Join Date: Apr 2017
Posts: 20
Rep Power: 9 |
Hi,
I am simulating a case with a deforming plate in Fluent. The deformation of the boundary is realized by a UDF of DEFINE_GEOM, which is already built and compiled successfully. At the very beginning, I worked with the following mesh: The UDF is proved to be OK as the Preview Mesh Motion icon being clicked. However, as the zoomed-in view shown on the right side of this image, the mesh edge adjacent to the trailing edge point of the deforming plate also inclined with it, which is originally expected to be unmoved. (The inclined edge is marked with yellow line, and the plate with white line. The red dashed line represents the original position of the mesh. The same problem also happened to the leading edge region) To avoid this unexpected motion of the adjacent grid, I improved the structure of my mesh by introducing interfaces like this: Well, this time, a rather serious problem occurs that the mesh disappears as Preview Mesh Motion executed: and there's no use to display all surfaces through Mesh display. Has anyone met with similar problems before? Any suggestion is appreciated. Thank you. Last edited by dengdeng; September 14, 2018 at 08:51. |
|
September 14, 2018, 08:49 |
|
#2 |
New Member
Join Date: Apr 2017
Posts: 20
Rep Power: 9 |
It seems I failed to upload the pictures. Anyway, the images mentioned are:
https://wx4.sinaimg.cn/large/9c7300f...20n10fd76g.jpg https://wx3.sinaimg.cn/large/9c7300f...20np0eu77k.jpg https://wx2.sinaimg.cn/large/9c7300f...20kz0guq3f.jpg Please let me know if you can not acess the pictures, thanks. |
|
September 17, 2018, 22:44 |
|
#3 |
New Member
Join Date: Apr 2017
Posts: 20
Rep Power: 9 |
Well, the problem has been solved by changing the expression of my UDF. Originally, I defined the variable time like this:
Code:
real time = CURRENT_TIME; Code:
double t = RP_Get_Real("flow-time"); |
|
Tags |
define_geom, dynamic mesh |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Possible to preview mesh motion in RBM? | EDE16 | STAR-CCM+ | 2 | July 25, 2016 07:42 |
[snappyHexMesh] No layers in a small gap | bobburnquist | OpenFOAM Meshing & Mesh Conversion | 6 | August 26, 2015 10:38 |
3D Hybrid Mesh Errors | DarrenC | ANSYS Meshing & Geometry | 11 | August 5, 2013 07:42 |
Different zone motion and mesh motion preview | aamer | FLUENT | 5 | September 24, 2012 14:58 |
very fragile mesh motion on SnappyHexMesh generated mesh | matteoL | OpenFOAM Running, Solving & CFD | 0 | April 14, 2012 14:51 |