Helo,
I have a matrix with nodes selected [1], now I have to set in a new name (X+)[2], as described below.
[1]
tol=1.0E-9
no=[]
for i in assy.instances[Square1].nodes:
if ((i.coordinates[0] < side+tol) and (i.coordinates[0] > side-tol)):
no.append(i)
[2]
(not working)
for i in...
Hello,
I have a python model. The demands enforce two adjacent RVEs to show identical deformations, while neither overlapping nor separation may occur. Considering two opposite point, A and B, and other set of opposite points, C and D, their displacements, ui, respecting the periodicity of...
Hi,
I have written a python program to determine the properties in the unit cell with square arrangement and circular cross section. I have applied BCs in the edges lines iun the cell. I set this edges and nodes from line, then I must be changed the nodes for the cylindrical coordinate and...
Hi,
I have written a simple python program which will help me select a center line of nodes in a square unit cell with the fiber in the center ? Too I have change de system of coordinates of a edge nodes, I created a system cylindrical, selected the nodes and sets but a don't obtain how...