gerdestination.blogg.se

Ansys spaceclaim python script to name faces
Ansys spaceclaim python script to name faces













ansys spaceclaim python script to name faces

This is the industry leading direct modeling tool for rapid concept design and geometry manipulation. Probe.DisplayTime = Quantity("_directional_deformation".Student will learn how create 3D model from scratch and do simplification, modification on the existing model to prepare it for meshing and fluent section of the Ansys Simulation package. Totaldef.ResultSelection =ProbeDisplayFilter.Total Totaldef.LocationMethod = LocationDefinitionMethod.CoordinateSystem Totaldef = solution.AddDeformationProbe() #Create a total deformation probe for every coordinate system whose name contains "probe"Ĭoordinate_systems = #Delete old results, for testing purposesįor num, child in enumerate(solution.Children):

ansys spaceclaim python script to name faces

Thx RE: Export from ansys to Excel with Python script (HELP) L_K (Structural) 23 May 18 11:39ĬODE -> Python model = Īnalysis_settings = analysis.AnalysisSettings The only exemple they give in act doc is with engineering data. If someone have some experience with ACT, any idea how to access data (equivalent stress for example) this way ? I think we have to put "setup" in the ComponentName Get Container but thats it. GetTemplate().CreateSystem().GetContainer(ComponentName=" Setup ?").GetProperty but then I'm lost. If I get it well it should be something like this : So my actual problem is how to go through the mechanical tree to get the value I want using ACT ? Problem is that we can not set everything as parameter and even if we can, it won't be the best way to do. I managed to export data from mechanical to excel by putting them as parameter (by checking the box in mechanical).

ansys spaceclaim python script to name faces

As you told me I went through ACT these last days. First of all thank you all for your help! L_K yes I know but indeed I wanted to do my own as training but actually I have to focus on my main project.















Ansys spaceclaim python script to name faces