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

Search Results

Register Blogs Community New Posts Updated Threads Search

Showing results 1 to 4 of 4
Search took 0.00 seconds.
Search: Posts Made By: rmaries
Forum: ANSA April 16, 2019, 07:46
Replies: 7
Views: 4,597
Posted By rmaries
did you define deck? 'SHELL' attribute...

did you define deck?

'SHELL' attribute changes according to deck value.

In __ELEMENTS__ you typed above, I found the space between N and T.

Also it depends what is contained in your sets....
Forum: ANSA April 16, 2019, 04:06
Replies: 7
Views: 4,597
Posted By rmaries
3. You can collect elements in a set with...

3. You can collect elements in a set with base.collectentities


base.CollectEntities(constants.ABAQUS, set_list[0], __ELEMENTS__)


This above function will collect all the elements in...
Forum: ANSA April 16, 2019, 04:02
Replies: 7
Views: 4,597
Posted By rmaries
2. My idea is to collect element and check for...

2. My idea is to collect element and check for its type. I checked with ansa scripts folder, they have also used the same method.

In the below code they collect the elements and check whether it...
Forum: ANSA April 16, 2019, 03:04
Replies: 7
Views: 4,597
Posted By rmaries
1. import os import ansa from ansa...

1.


import os
import ansa
from ansa import constants
from ansa import base

def nodes_list(node):
coord = base.GetEntityCardValues(constants.ABAQUS, node, ('X','Y','Z'))
Showing results 1 to 4 of 4

 
Forum Jump

All times are GMT -4. The time now is 11:25.