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

controls issue in cfx mesh

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 14, 2008, 05:46
Default controls issue in cfx mesh
  #1
ben
Guest
 
Posts: n/a
I have a problem with the controls in cfx mesh. everytime I try to create a point, a line or a triangle, i can't pick te spacing I've created, and an error text box appears, saying :"

SCRIPT ERROR Line: 11488 char: 8 error: type mimatch Code: 800a000d Source: Microsoft Jscript runtime error Script: m_gfx.getWindowManager().drawTetSize(ls, ls); "

Hopefully someone has already had the same issue !

thanks in advance for your help

ben paillard, phd student at l'école navale française

  Reply With Quote

Old   March 17, 2009, 05:57
Default Have you found a solution
  #2
mno
New Member
 
Maximilien
Join Date: Mar 2009
Posts: 3
Rep Power: 17
mno is on a distinguished road
Hey,

I have the same error and I don't know how to fix it.
Have you find a solution?

Thanks.
mno is offline   Reply With Quote

Old   February 7, 2010, 19:31
Default
  #3
New Member
 
Michael Jasiczek
Join Date: Feb 2010
Posts: 13
Rep Power: 16
Michael.J is on a distinguished road
Hi,

Sorry to bring up such and old post, however i suffer the same problem, it seems to be some sort of coding error with MSJscript somewhere if i understand it correctly, but no idea on how to fix it. This issue seems to be present in any geometry i create and try to mesh. If anyone has some idea on how to fix that I'd appreciate it. I use Ansys 12.0 academic license.

Regards

Last edited by Michael.J; February 7, 2010 at 19:48.
Michael.J is offline   Reply With Quote

Old   February 8, 2010, 05:14
Default error in CFX-Mesh
  #4
mno
New Member
 
Maximilien
Join Date: Mar 2009
Posts: 3
Rep Power: 17
mno is on a distinguished road
Hi,

this error can be make by graphic card drivers.
You can try to update yours graphic card drivers.
You can try to use CFX-Mesh 12.1 (this error seem disappear in 12.1).

Good luck
mno is offline   Reply With Quote

Old   February 8, 2010, 06:30
Default
  #5
Super Moderator
 
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,703
Rep Power: 143
ghorrocks is just really niceghorrocks is just really niceghorrocks is just really niceghorrocks is just really nice
If that does not work I would make sure your javascript is up to date and you have the latest browser updates.
ghorrocks is offline   Reply With Quote

Old   February 8, 2010, 07:26
Default
  #6
New Member
 
Michael Jasiczek
Join Date: Feb 2010
Posts: 13
Rep Power: 16
Michael.J is on a distinguished road
I tried different display drivers, and installed latest java and nothing seems to help I am running laptop with ati 2600 hd. If anyone has some other ideas i'll be glad to test them
Michael.J is offline   Reply With Quote

Old   February 8, 2010, 14:36
Default
  #7
mno
New Member
 
Maximilien
Join Date: Mar 2009
Posts: 3
Rep Power: 17
mno is on a distinguished road
Quote:
Originally Posted by Michael.J View Post
I tried different display drivers, and installed latest java and nothing seems to help I am running laptop with ati 2600 hd. If anyone has some other ideas i'll be glad to test them
When I had this problem I tried to update java and graphic card drivers but nothing work.
I tried with 12.1 and no problem. Do you try with 12.1?
You can read your geometry and your project which be done in 12.0 in WB 12.1 so you don't loss your work.

Try and tell us if it works.
mno is offline   Reply With Quote

Old   February 8, 2010, 14:44
Default
  #8
New Member
 
Michael Jasiczek
Join Date: Feb 2010
Posts: 13
Rep Power: 16
Michael.J is on a distinguished road
I am going to try 12.1 tommorow perhaps when i get to University, and i'll ask someone from academic staff what might be solution for this. I am going as well to try some different computer setup (currently intel/amd on win xp x86) amd/nvdia and Vista system. I'll post about my results.
Michael.J is offline   Reply With Quote

Old   February 9, 2010, 04:16
Default
  #9
New Member
 
Michael Jasiczek
Join Date: Feb 2010
Posts: 13
Rep Power: 16
Michael.J is on a distinguished road
Ok I am quite confused I've reinstalled system (win XP) on my laptop (intel/ati) and installed ver 11.0 and still getting the same error ((((((( I even have installed ansys 12.0 and 12.1 on my second desktop with different hardware (amd/nvidia and vista system) and I still get this error no java/driver updates help.
Michael.J is offline   Reply With Quote

Old   February 9, 2010, 08:28
Default
  #10
New Member
 
Michael Jasiczek
Join Date: Feb 2010
Posts: 13
Rep Power: 16
Michael.J is on a distinguished road
I am uploading screen shot of the problem, perhaps this will be more clear. I also start to think that this might be connected with some parameters of cfx mesh, if anyone has some ideas or sugestions i'll be greatfull.
Michael.J is offline   Reply With Quote

Old   May 21, 2010, 10:35
Default
  #11
New Member
 
Roman
Join Date: Mar 2009
Location: Belarus
Posts: 6
Rep Power: 17
romif is on a distinguished road
I think I have solved this problem:
just correct line:

m_gfx.getWindowManager().drawTetSize(ls, ls);

to this one:

m_gfx.getWindowManager().drawTetSize(0, 0);

in file c:\Program Files\ANSYS Inc\v120\AISOL\CFXMeshApplet\CMPages\Scripts\CMHig hlighter.js

Good luck

Last edited by romif; May 24, 2010 at 11:09.
romif is offline   Reply With Quote

Old   October 20, 2010, 09:36
Default
  #12
Jarle
Guest
 
Posts: n/a
Tanks alot! It worked perfectly;-)



Quote:
Originally Posted by romif View Post
I think I have solved this problem:
just correct line:

m_gfx.getWindowManager().drawTetSize(ls, ls);

to this one:

m_gfx.getWindowManager().drawTetSize(0, 0);

in file c:\Program Files\ANSYS Inc\v120\AISOL\CFXMeshApplet\CMPages\Scripts\CMHig hlighter.js

Good luck
  Reply With Quote

Old   January 20, 2012, 03:27
Default
  #13
New Member
 
Alexey
Join Date: Jan 2012
Posts: 1
Rep Power: 0
WhiteSokol is on a distinguished road
romif. thank you for your information. But, I thinks that I found better solution of that problem:

in file c:\Program Files\ANSYS Inc\v120\AISOL\CFXMeshApplet\CMPages\Scripts\CMHig hlighter.js

find function: function doHighlightPointSpacing( p_id, p_origin )

within the body of that function replace string:
var ls = m_om.getFirstQueryElementValue( p_id, "./LengthScale", true );
on
var ls = parseFloat(m_om.getFirstQueryElementValue( p_id, "./LengthScale", true ));

Good luck
WhiteSokol is offline   Reply With Quote

Reply


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
Moving mesh Niklas Wikstrom (Wikstrom) OpenFOAM Running, Solving & CFD 122 June 15, 2014 06:20
Create moving mesh without simulating (CFX) spatialtime ANSYS 2 July 22, 2010 10:30
fluent add additional zones for the mesh file SSL FLUENT 2 January 26, 2008 11:55
hex mesh using cfx mesh. mehul CFX 0 October 31, 2005 07:01
importing mesh from ICEM CFD into CFX 5 Jay CFX 2 November 12, 2002 13:46


All times are GMT -4. The time now is 13:44.