CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Community Contributions

[cfMesh] Anisotropic refinement fails

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 23, 2023, 09:13
Default Anisotropic refinement fails
  #1
Member
 
Giorgio
Join Date: Mar 2023
Posts: 46
Rep Power: 3
giorgianig is on a distinguished road
Dear all,

I am trying out cfMesh. I am using anisotropic refinement:

Code:
anisotropicSources
{
   Box0
   {
   type box;
   centre (-2.94 4.275 0.6425);
   lengthX 0.05;
   lengthY 0.05;
   lengthZ 0.7;
   scaleX 1;
   scaleY 1;
   scaleZ 0.9;
   }
   Box1
   {
   type box;
   centre (0.16 0 0.65);
   lengthX 0.05;
   lengthY 0.05;
   lengthZ 0.7;
   scaleX 1;
   scaleY 1;
   scaleZ 3;
   }

}
I get this error:

Code:
--> FOAM FATAL ERROR: (openfoam-2206) 
Scaling regions of objects Box0 and Box1 are overlapping each other. This combination of modifications cannot be reverted!
From void Foam::Module::coordinateModifier::checkForValidInverse() const                                                                                                                                                                     in file utilities/anisotropicMeshing/coordinateModification/coordinateModifier.C at line 120. 
FOAM exiting
Unless I didn't understand what seems to be a trivial information, I am using two refinement zones that are NOT overlapping, and yet I get the error.

Thanks in advance for any help
giorgianig is offline   Reply With Quote

Reply

Tags
anisotropic refinement


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
[snappyHexMesh] SnappyHexMesh running killed! Mark JIN OpenFOAM Meshing & Mesh Conversion 7 June 14, 2022 01:37
problem with parallel calculations OF8 mpirun otaolafr OpenFOAM Programming & Development 0 January 5, 2021 07:33
SimpleFoam & Theater jipai OpenFOAM Running, Solving & CFD 3 June 18, 2019 10:11
killed "snappyHexMesh" parkh32 OpenFOAM Pre-Processing 2 April 8, 2012 17:12
[snappyHexMesh] snappyHexMesh aborting Tobi OpenFOAM Meshing & Mesh Conversion 0 November 10, 2010 03:23


All times are GMT -4. The time now is 07:36.