CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > FLUENT

Error:floating point expection when dealing with overset mesh

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 12, 2018, 20:18
Default Error:floating point expection when dealing with overset mesh
  #1
New Member
 
Join Date: Jul 2017
Posts: 2
Rep Power: 0
LILILILIBUKAI is on a distinguished road
The error you can see in the accessory.
you can connect me with 1255313374@qq.com
Recently,I was using the overset mesh to solve a problem that a rectangle wing flap at its root chord. The wing covered by a smaller inner mesh(figure 1) which boundary condition was overset and a large rectange background mesh(figure 2).The residuals and cd youcan see in the accessory.
the background mesh has velocity inlet \ symmetry\pressure outlet, and i am using euler model.Other set was :Coupled\Least Squares Cell Based
\Pressure:second order \Momentun:Second Order Upwind \ Flow Courant number:200
The wing and the inner mesh was load an UDF which could achieve flapping mtion at its root.this is my udf:
#include "udf.h"
#include "math.h"
#include <stdio.h>
DEFINE_CG_MOTION(heave,dt,vel,omega,time,dtime)
{
real f=10;
omega[0]=15*M_PI/180.0*2*M_PI*f*sin(2*M_PI*f*time);
}
You can see that my wing are able to move periodically.
But everytime i was calculating,Fluent always remaind me"Error:floating point expection" and then stop calculate. this has bother me for quit a long time.I saw the video provided by ANSYS sich as oscillating wing,air wash robot and so on,Don't they have this problem?
sorry ,i can't put picture in the web.
Attached Images
File Type: png figure 1.png (83.1 KB, 9 views)
File Type: png figure 2.png (79.3 KB, 6 views)
File Type: jpg residuals.jpg (67.1 KB, 6 views)
File Type: jpg cd.jpg (94.7 KB, 4 views)
File Type: jpg error.jpg (123.9 KB, 7 views)
LILILILIBUKAI is offline   Reply With Quote

Old   March 14, 2018, 09:19
Default
  #2
New Member
 
Join Date: Jul 2017
Posts: 2
Rep Power: 0
LILILILIBUKAI is on a distinguished road
anybody could help me?
LILILILIBUKAI is offline   Reply With Quote

Reply

Tags
floating point expection, overset mesh


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Overset mesh problem ball falling on liquid surface avk1985 STAR-CCM+ 5 October 11, 2019 02:03
[mesh manipulation] Importing Multiple Meshes thomasnwalshiii OpenFOAM Meshing & Mesh Conversion 18 December 19, 2015 18:57
Moving mesh Niklas Wikstrom (Wikstrom) OpenFOAM Running, Solving & CFD 122 June 15, 2014 06:20
[snappyHexMesh] snappyHexMesh and cyclic boundaries Ruli OpenFOAM Meshing & Mesh Conversion 2 December 9, 2013 06:51
fluent add additional zones for the mesh file SSL FLUENT 2 January 26, 2008 11:55


All times are GMT -4. The time now is 03:52.