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

unsigned transforms detected

Register Blogs Members List Search Today's Posts Mark Forums Read

Like Tree1Likes
  • 1 Post By Marc10

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 8, 2011, 20:45
Question unsigned transforms detected
  #1
Member
 
Adam
Join Date: Jun 2011
Posts: 32
Rep Power: 14
Smed is on a distinguished road
I have two versions of a single geometry; one is meshed uniformly, the other is non-uniform. Both of these meshes pass the checkMesh. When I view the uniform mesh with paraView, it works just fine. However, when I view the non-uniform mesh, paraView crashes and gives this error:
Quote:
--> FOAM FATAL ERROR:
More than six unsigned transforms detected:

6(((0 0 0) (0.980405 -0.000769865 0.196992 0.000385611 0.999998 0.00198896 -0.196993 -0.00187402 0.980403) 1) ((0 0 0) (0.980785 0 0.19509 0 1 0 -0.19509 0 0.980785) 1) ((0 0 0) (0.980405 0.000769865 0.196992 -0.000385611 0.999998 -0.00198896 -0.196993 0.00187402 0.980403) 1) ((0 0 0) (0.980786 -0.000760095 0.195087 0.000760071 1 7.49816e-05 -0.195087 7.47395e-05 0.980786) 1) ((0 0 0) (0.980786 0.000760095 0.195087 -0.000760071 1 -7.49816e-05 -0.195087 -7.47395e-05 0.980786) 1) ((0 0 0) (0.980785 -0.000637449 0.195088 0.000637449 1 6.27799e-05 -0.195088 6.27852e-05 0.980786) 1))

From function void Foam::globalIndexAndTransform::determineTransforms ()
in file primitives/globalIndexAndTransform/globalIndexAndTransform.C at line 225.

FOAM exiting
Does anyone know what might cause this?
Smed is offline   Reply With Quote

Old   November 23, 2011, 04:56
Default
  #2
New Member
 
Marc-Florian Uth
Join Date: Jan 2010
Posts: 10
Rep Power: 16
Marc10 is on a distinguished road
Hi!

I have a problem that gives me the same error message. It happens for a certain mesh when I start mdInitialise with one or more cyclic boundaries. If I set all boundaries to walls, it works.

Does anyone know what causes this error message?

Thank you!

marc
Marc10 is offline   Reply With Quote

Old   November 23, 2011, 06:00
Default
  #3
New Member
 
Marc-Florian Uth
Join Date: Jan 2010
Posts: 10
Rep Power: 16
Marc10 is on a distinguished road
I could solve my problem.
There were some unordered cyclics. I fixed that by using createPatch to build the cyclic boundaries.
Marc10 is offline   Reply With Quote

Old   October 7, 2012, 12:32
Default
  #4
Senior Member
 
sivakumar selvaraju
Join Date: Mar 2009
Location: India
Posts: 205
Rep Power: 18
sivakumar is on a distinguished road
Send a message via Skype™ to sivakumar
Hi Marc,
I am also having the same problem, could you please explain.
what we need to do?
how can we create the createPatch?

Thanks,
Siva
sivakumar is offline   Reply With Quote

Old   October 8, 2012, 08:37
Default
  #5
New Member
 
Marc-Florian Uth
Join Date: Jan 2010
Posts: 10
Rep Power: 16
Marc10 is on a distinguished road
Hi Siva!

The problem were unordered cyclic patches. That sometimes happens, when you create these patches directly in the blockmeshdict.
Instead you could try to build the mesh with normal patches (type patch). Afterwards you can use createPatch together with a createpatchdict to replace the patch types with cyclic patches and couple the cells correctly.
I hope that helps. Feel free to write me again.

marc
Luttappy likes this.
Marc10 is offline   Reply With Quote

Old   July 17, 2014, 12:18
Default
  #6
Senior Member
 
Julien
Join Date: Jun 2012
Location: France
Posts: 152
Rep Power: 13
Djub is on a distinguished road
Hi!
I have the same kind of problem, with the same error message ("More than six unsigned transforms detected"). But I do NOT have any cyclic patch !
My blockMeshDict has the types patch , symmetryPlane and wall only .
And my boundary conditions are types timeVaryingMappedFixedValue , inletOutlet , symmetryPlane and fixedValue .
I don't understand what I do wrong ? ! ? The problem occurs when I launch snappyHexMesh in parallel. Does anybody have a solution ?
Djub is offline   Reply With Quote

Old   June 17, 2016, 11:09
Default
  #7
New Member
 
rana
Join Date: Jul 2014
Posts: 21
Rep Power: 11
ranasa is on a distinguished road
Dear friends,
greetings

could any one find a clue for the error?

i import a simple 2D case, sketched in Gambit. with side walls as cyclic BC, i use createPatch and the case runs correctly, but paraView crushes immediately as i ask for volume fields

look forward to any helpful comment
ranasa is offline   Reply With Quote

Old   June 17, 2016, 11:27
Default
  #8
New Member
 
rana
Join Date: Jul 2014
Posts: 21
Rep Power: 11
ranasa is on a distinguished road
and the error is as the same as for Smed's case

--> FOAM FATAL ERROR:
More than six unsigned transforms detected:
6(((-0.42 0 0) (1 0 0 0 1 0 0 0 1) 0) ((-0.42 -0.369148 8.67362e-19) (1 0 0 0 1 0 0 0 1) 0) ((-0.42 0.369148 8.67362e-19) (1 0 0 0 1 0 0 0 1) 0) ((-0.42 -0.349194 -8.67362e-19) (1 0 0 0 1 0 0 0 1) 0) ((-0.42 0.349194 8.67362e-19) (1 0 0 0 1 0 0 0 1) 0) ((-0.42 0.19954 0) (1 0 0 0 1 0 0 0 1) 0))

From function void Foam::globalIndexAndTransform::determineTransforms ()
in file primitives/globalIndexAndTransform/globalIndexAndTransform.C at line 187.

FOAM exiting
ranasa is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Divergence detected in AMG solver: ads-0 Patrino FLUENT 6 May 12, 2022 03:11
Error: Divergence detected in AMG solver siri FLUENT 8 March 12, 2018 17:08
Quarter Burner mesh with periosic condition SamCanuck FLUENT 2 August 31, 2011 11:34
user subroutine error CFDUSER CFX 2 December 9, 2006 06:31
user defined function cfduser CFX 0 April 29, 2006 10:58


All times are GMT -4. The time now is 17:55.