×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Revolve Elements in Simcenter Femap

Revolve Elements in Simcenter Femap

Revolve Elements in Simcenter Femap

(OP)
I have been trying to create a body of revolution in FEMAP but I am having issues with small cells when it is near the axis of revolution. This is shown in the attached figure where the top rows of element are somehow merged. Does anyone have a good solution for this or know why it is happening?

As further information, I know the elements wouldn't be great for structural modelling, but I am intending to use the mesh for aerodynamics.

Thanks
Ian

Replies continue below

Recommended for you

RE: Revolve Elements in Simcenter Femap

Do you use Mesh->Revolve->Element command? Can you attach Femap model or neurtal file with your mesh because i can not recreate your error?

RE: Revolve Elements in Simcenter Femap

(OP)
Yes I am using the Mesh -> Revolve -> Element command.

It is very strange as if I only export the region where I am having the issues as a .neu file and then read it in, the revolve works but if I export the whole model it doesn't. When I run the revolve command is says "Node 0 Does Not Exist" lots of times as a warning message.

The modfem with the error is attached.

RE: Revolve Elements in Simcenter Femap

(OP)
It is also interesting that I exported just the mesh as a Nastran bdf, reimported it and did the same rotation and it still produces the same error.

I'm not sure if it is a scaling issue as the total model is 30m but the smallest element is 1mm.

RE: Revolve Elements in Simcenter Femap

Yes, now I can recreate error on your model. Interesting. Maybe problem in scaling. Measure distance in model, whole your part is like 0.1x0.1 units, not 30 m as you say. Maybe roundoff errors on such small scale chew up your mesh.
Try to create new model. On empty model before any geometry import/creation go to File->Preferences->Geometry/Model and set scale factor to meters.
Create or import geometry. If you import geometry that immediately after import use measure tool and check size of your model, if it is wrong than repeat import with different scale coefficient, calculate it based on known dimensions of model. Do not scale wrong imported geometry, delete it and repeat import.


RE: Revolve Elements in Simcenter Femap

(OP)
Thanks for your input. Your workaround doesn't work as I am generating the geometry in FEMAP anyway and am only importing some points as a csv file. The geometry is all in metres from the start.

It seems to be definitely related to the dimensions as if I delete the farfield surface and all the mesh then rebuild, the issue doesn't occur. However when I reintroduce the far field I am now getting an issue on the farfield to nearfield boundary. It's one of those things that should take 30 minutes and ends up taking 3days!

RE: Revolve Elements in Simcenter Femap

Dear Ian,
I guess this is a problem related with model dimmensions or internal tolerances, without the <FULL> FEMAP model in hand is not possible to say more, but check the following:
• I strongly suggest to work always in millimeters to avoid meshing problems related with tolerances: is something hard-coded internally in the mesher, when meshing in meters with element size = 1 mm is 1/1000 = 0.001 meters, and this could cause a problem with the tolerances used internally by the mesher.
When I open your FEMAP model I see the following warning message: this means that your model is using different geometry scale factor than me, I run millimeters.

CODE -->

Geometry Scale Factors are inconsistent with current model.
Attempting to adjust inconsistent Geometry Scale Factors. 

• Second: check if the model is outside of the Parasolid BOX, if yes you will have problems like the one reported.





Best regards,
Blas.

~~~~~~~~~~~~~~~~~~~~~~
Blas Molero Hidalgo
Ingeniero Industrial
Director

IBERISA
48004 BILBAO (SPAIN)
WEB: http://www.iberisa.com
Blog de FEMAP & NX Nastran: http://iberisa.wordpress.com/

RE: Revolve Elements in Simcenter Femap

Ian_1066
I don't know if this helps i any way but I opened the file "revolve" in Femap 2401 and the geometry looks different compared to the your figures.
As info, I always work in meters.

RE: Revolve Elements in Simcenter Femap

(OP)
Hi Thomas and Blas,

Thank you for your inputs.

@Thomas the bit that I show in the figures is just the top of this panel plus I have deleted the panel behind it. If you try revolving the mesh around to (0 0 0) to (1 0 0) vector by 90 degree with 30 elements around the sweep length you should see the same issue where the mesh near the axis distorts itself.


@Blas. I think you are correct that it is a numerical issue with the rounding. I tried deleting the geometry and repeating the revolving process as described above and it seems to be fine


I will try removing all the geometry from the full model and see if this same process works okay.

Ian

RE: Revolve Elements in Simcenter Femap

Dear Ian,
I got it!!.
In fact, if I delete ALL POINTS the mesher runs OK.
I will explain: In the model if you do a ZOOM OUT you will see points in the screen, separated by a distance around 12000 mm.
This is the problem: as told, the FEMAP mesher takes in consideration the MERGE TOLERANCE, a value computed automatically when you import the CAD geometry.

STEPS TO REPLICATE THE PROBLEM
• I convert the model from meters to mm using TOOLS > CONVERT UNITS > LOAD > IDEAS_from_m_N_degK_to_mm_N_degC.CF
• Next I issue command [b]TOOLS > PARAMETERS
. You can see the value of merge tolerance = 1.6 mm, critical!!.



I delete your 2-D mesh, and apply to the surface the mapped-four corner meshing approach, with eleent size = 2 mm (remember the merging tolerance value) and mesh the surface with PLOT PLANAR elements.



>>Remember: the free EXTRA points are not deleted yet.<<

If I perform the MESH > REVOLVE > ELEMENT command following your indications I get the following result:



Next, I will UNDO the REVOLVE command and DELETE ALL EXTRA POINTS (10 points deleted).
If I issue the TOOLS > PARAMETERS command I will see the following: merge tolerance is recomputed and the new value = 0.0236 mm



If I repeat the MESH > REVOLVE > ELEMENT command the result is the following: the generated mesh is perfect!!. Not any warning issued of "Node 0 does not exist", all is perfect.



In summary: the model dimmension is important, if affect the merging tolerance, a key fator for both meshing task and geometry operations when performing intersections between surfaces or boolean operations with solids, OK?. Alwys take a look to TOOLS > PARAMETERS command, remove extra geometry that coul affect the performance of the FEMAP model.
Enjoy!!, and work always in millimeters, forgot meters.
Best regards,
Blas.

~~~~~~~~~~~~~~~~~~~~~~
Blas Molero Hidalgo
Ingeniero Industrial
Director

IBERISA
48004 BILBAO (SPAIN)
WEB: http://www.iberisa.com
Blog de FEMAP & NX Nastran: http://iberisa.wordpress.com/

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members! Already a Member? Login



News


Close Box

Join Eng-Tips® Today!

Join your peers on the Internet's largest technical engineering professional community.
It's easy to join and it's free.

Here's Why Members Love Eng-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close