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´ve been unable to find specific information about this neurotrophin in the CNS of rabbits exclusively. There is extensive info in mice, fish and rats, but in brain´s rabbit is hard to find....
04 August 2024 762 1 View
Cuáles fueron las tendencias en investigaciones en arquitectura, urbanismo y patrimonio edificado en decadas del 2000 al 2020? Porque requiero conocer tesis de posgrado nivel maestría...
24 July 2024 5,494 1 View
I synthesized pure ZnO with a hydrothermal microwave method and decorated them with CuO with the incipient wetness impregnation method. The Zn2p edges of pure ZnO are at 1044.7 and 1021.6 eV...
18 June 2024 9,405 2 View
One of the most intriguing frontiers in contemporary research is the application of Generative Artificial Intelligence (GenAI) in qualitative research. This technological advance offers tools that...
13 June 2024 781 2 View
I'm currently doing an experiment where I'm following the expression of a reporter gene (GFP) along growth using S. cerevisiae. The cultivations last around 48 hours. I observed that the results...
10 June 2024 5,941 3 View
Does anyone have the full text of this article? KELIKIAN H, RIASHI E, GLEASON J. Restoration of quadriceps function in neglected tear of the patellar tendon. Surg Gynecol Obstet. 1957...
08 June 2024 7,054 0 View
It is difficult, or even impossible, to find real performance metrics (transactions cost, time to transaction finality, transactions per second, etc.) on the different blockchains. In their...
13 May 2024 10,182 3 View
I'm trying to perform the sulphu-phospho-vanillin assay for total lipid content in microalgae. I'm having trouble with the methodology which I'm not able to understand well when it comes to the...
25 April 2024 6,932 0 View
I have searched the scientific literature, and I cannot find information about it, I have only found information about metallic nanoparticles, with gold and other metals. If anyone has information...
17 April 2024 7,604 2 View
I am currently engaged in a research project aimed at evaluating the expression and secretion of osteogenic differentiation markers in mesenchymal cells. My intention is to investigate...
04 April 2024 6,251 0 View
I have input a moment load in module load Abaqus, i put my moment load on the node surface (using reference point). I have define moment in history output and make a set for moment too. But the...
08 August 2024 4,831 4 View
I have modelled a steel structure using beam elements in Abaqus and attached to this structure reinforced concrete slab. The analysis that I am making is heat transfer of the structure. The...
07 August 2024 1,028 0 View
The paper in question is "Interpolation of Nitrogen Fertilizer Use in Canada from Fertilizer Use Surveys". This paper was very recently published by Agronomy (MDPI). Agronomy has, in the last day...
07 August 2024 9,934 3 View
Program: g_mmpbsa, version 2024.1 Source file: extrn_apbs.cxx (line 152) Fatal error: Failed to execute command: $APBS pybYcUWA.in --output-file=pybYcUW.out
07 August 2024 6,066 0 View
The first pdf file I uploaded had an error. So I uploaded an updated, corrected pdf of that paper with a different pdf name. I dpon't want the old copy to be download or read.
07 August 2024 9,508 1 View
Dear QE-users, In the method where full MS positive mode and PRM mode are used, we always get an incorrect auxiliary gas reading (41 instead of 25). This only happens in this method; other...
06 August 2024 4,953 0 View
I am working on Abaqus/Explicit(Quasistatic ) for the deformation of the auxetic structure model. Please explain how the plastic input value should be considered from the true stress-strain curve...
05 August 2024 454 3 View
Dear Researchers Kindly share JCPDS 65-7246 file Thanks in advance
04 August 2024 5,613 1 View
Hi everyone I need a file with a dirty and clean potato image
04 August 2024 7,199 4 View
How to change the displayed full article text to its corrected version? In the file on the page of the journal where I published the article, there was an error in the text, the table is...
30 July 2024 3,229 2 View