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

[ANSYS Meshing] Error in Workbench "Unable to attach to geometry file"

Register Blogs Community New Posts Updated Threads Search

Like Tree6Likes

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   July 9, 2015, 21:21
Default
  #11
Senior Member
 
Join Date: Apr 2014
Location: Melbourne
Posts: 584
Rep Power: 14
Kapi is on a distinguished road
Hi Max,

One of the reason for the blue question mark could be that you have not defined the full property of material.
To choose new Material from the data bank use this code.
Code:
#Material Selection
#Accesing the Engineering data and modifying the Material
engineeringData1 = system1.GetContainer(ComponentName="Engineering Data")
matl1 = engineeringData1.GetMaterial(Name="Structural Steel")
matl1.Delete()
favorites1 = EngData.LoadFavoriteItems()
library2 = EngData.OpenLibrary(
Name="General Materials",
Source="General_Materials.xml")
matl2 = engineeringData1.ImportMaterial(
Name="Aluminum Alloy",
Source="General_Materials.xml") 
#End of Material Selection
see if you are getting same problem if you change your material!

Cheers
KAPI
Kapi is offline   Reply With Quote

 

Tags
error, workbench


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
ANSYS Workbench on "Uncertified" Linux Distros hsr CFX 289 April 20, 2023 09:23
Workbench geometry in to ICEM KM CFX 2 December 21, 2007 13:45
vitual _ real deneb FLUENT 3 January 22, 2007 04:31
workbench geometry in ICEM Ross CFX 6 November 2, 2006 06:51
Virtual/Real geometry. Jack Keays FLUENT 9 June 15, 2000 23:39


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