Hello,
I am inputting different geometry files into Abaqus as parts and I would like to automatically find the highest Z coordinate in a given part.
Is there any straightforward way to do this using Abaqus scripting?
Cheers,
import part
mdb.models['Model-1'].parts['Part-1'].queryGeometry()
There will be the part’s bounding box.
Hi Luis,
def Max_z(mdbname):
op=mdb.models[mdbname].rootAssembly.instances
instances=[]
for instance in op.items():
instances.append(instance)
i=0
for instance in instances:
for node in instance[1].nodes:
i=i+1
Lst_z=[0]*i
Lst_z[i]=node.coordinates[2]
Max_z=max(Lst_z)
return(Max_z)
I hope it works.
I would like to know how to register the journal Flora Montiberica (ISSN 1138-5952 - eISSN 1988-799X) in Research Gate.
02 March 2021 8,156 2 View
Good evening everyone. If a questionnaire has 4 factors measuring different constructs as for example CAMI questionnaire measuring attitudes toward the mentally ill that has four factors:...
18 February 2021 3,223 3 View
In recent years our group has highlighted the importance of trees and plants in public and recreation parks in large mega cities. However, we are interested in developing "green shields" to be...
05 January 2021 6,500 3 View
Suggestions and recommendations welcome. Any usage/protocol experience would also be helpful/appreciated. Cheers
22 December 2020 599 3 View
Entre mi alumnado me encuentro con un alumno con problemas cognitivos donde no es capaz de expresar emociones ni gestionarla y me gustaria encontrar articulos y recursos para poder tratar con el...
10 December 2020 8,292 6 View
we also want this composite material to be able to be modeled for mechanical testing.
19 November 2020 2,069 4 View
Hi, I'm performing western blots on different samples and I'm facing a some problems after eletrotrasnfer with PVDF membranes. In general, during the incubations with the primary and secondary...
18 November 2020 6,412 7 View
22 October 2020 2,727 5 View
19 October 2020 4,623 3 View
Good afternoon everyone. I would like to know your oppinion or advise for the following: I would like to compare the results of a variable measured with a likert scale. I have two (or three)...
19 October 2020 4,564 4 View
Hi, I am using GROMACS 5.1.4 to simulate water in contact with a surface. I am only interested to calculate some properties of water near the surface. Let's say at a distance of x nm from the...
03 March 2021 9,989 2 View
I have prepared a manuscript in IEEE Latex template, but for some purpose, I need to prepare a word file as well (detailed format is not required). Compared to two column .tex file, one column...
02 March 2021 1,830 3 View
Hi, I am trying to construct a multi-layer fibril structure from a single layer in PyMol by translating the layer along the fibril axis. For now, I am able to use the Translate command in PyMol...
02 March 2021 4,569 4 View
Hello, I am working on a soil project and I found a primary research article that tests how the modification of agricultural soil can cause global warming, using a thermal collector, however I...
02 March 2021 7,161 3 View
I want to do a parameter study of a aixsymmetric cylinder in Abaqus. I want to create several jobs where I get the stresses for 3 different points in my model. These points are defined. I wrote a...
01 March 2021 10,078 1 View
I am working on roof joint and trying to simulate the behaviour in Abaqus. I am successful in running the model but the final graph does not follow the experimental curve in the negative direction...
01 March 2021 6,661 3 View
I made a vertical section plot with WOA .nc file on ODV, and now I want to plot my stations (csv. file) in it. Does anyone know how to import my points to the section? They are two different...
01 March 2021 3,610 1 View
I need to model masonry and reinforced concrete minarets for my MSc thesis. Which one is easier and better at modeling slender masonry structures? ANSYS or ABAQUS? (Or any other program for just...
01 March 2021 736 3 View
01 March 2021 1,290 2 View
Hello, I am writing a python script to generate my model and write the input file. The problem is I have 1000 elements in my mesh and I want to assign different material properties to each...
01 March 2021 9,511 3 View