I have completed buckling analysis of a steel column in Abaqus by python scripting.Now I want to get output results.How I can get??
Dear Abdul,
You can access output results by opening odb file using following code:
from odbAccess import*
odb = openOdb(' here write the path.odb')
##here you should access the step you have defined and depending your desired values it should be changed like:
Stress:
Step1 = odb.steps['your step name'].frames[-1].fieldOutput['S'].values ## this will give you all stresses in your model for the last frame information
##For a defined region you can define first a region:
Step1 =odb.steps['Step-1']
Region = Step1.historyRegions['Assembly ASSEMBLY']
Sdata = Region.historyOutputs['S'].data
To get the frequency outputs just change the ['S'] with ['EIGFREQ']
hope it helps
Mohsen
The attached paper may be useful for you
No attribute name field output Mohsen Barzegar
Mohsen Barzegar
It is showing following error
Attribute Error: OdbFrame has No attribute name field output
Oops! Sorry...
Instead of fieldOutput, use fieldOutputs
Mohsen Barzegar Thanks a lot. It is working Now.
Can you tell me after getting Stress data by writing Step1 = odb.steps['your stepname'].frames[-1].fieldOutput['S'].values
How I can save maximum stress value in a folder something like this?
Su = max(Stress)
output_file.write("\n"+'C80X40X15X1'+"\t"+repr(Su))
I have doped Chromium in thin films by a PVD sputtering technique, due to unavalibility of XPS, i am looking for alternative characterization technique to determine the content of Cr doped in thin...
23 November 2020 4,692 4 View
After buckling analysis of a lipped channel section how to get maximum force value?
15 October 2020 5,294 1 View
I want to prepare a equimolar high entropy alloy through planetary ball milling using Al, Cr, Cu, Zn and Sn. can anyone tell me how much ethanol should i use to avoid agglomeration ?
22 December 2019 1,935 10 View
I want to know the reason for the impression as shown in figure after hot forging of composite material. I have done a step wise hot forging of cylindrical shape ingot and after hot forging the...
12 October 2018 7,915 12 View
hydraulic forging press of 400 ton capacity required how much quantity oil. all the other parameters are known.
24 July 2018 6,041 1 View
Dear All, I am trying to apply data mining and machine learning techniques in diabetes prediction. Therefore, I need more data. I understand that, there is a Pima indian and UCI database. But...
06 June 2018 3,099 3 View
Hello, I have recently started working in electrodeposition of metals and alloys and I am quite new to this field. In literature I have seen that sometimes its electrochemically possible to form...
22 February 2018 8,871 3 View
i want to know the advantages & disadvantages of mechanical (specifically sand blasting) & chemical finishes. The end product for finishing is composite sheet as well as ingot having main...
01 July 2017 8,078 3 View
25 December 2015 4,750 4 View
I want to model mixing of table salt (Sodium chloride) with water using species model. How can I analyze diffusion of solid into liquid phase from the results of this model. Further, I need...
25 August 2015 2,161 1 View
Hiiiii everyone! I have an enquiry on statistical analysis. I was looking for many forum and it's still cannot solve my problem. I want to compare means of two groups of data but only with two...
03 March 2021 8,796 3 View
I am on the lookout for the Enhanced Yellow Fluorescent Protein (Aequorea victoria) DNA sequence. Does anyone know where I can find it? Thank you in advance
03 March 2021 3,568 1 View
Hi, I want to start testing pitfall trap to obtain ants samples, but I need to conduct molecular analysis on those insects. So, what kind of fluid can I use? Ethanol expires too early and I need...
03 March 2021 5,978 5 View
What's the best way to measure growth rates in House sparrow chicks from day 2 to day 10? Since, the growth curve from day 2 to 10 won't be like the "Logistic curve" it might not follow logistic...
03 March 2021 1,401 3 View
I have conducted and published a systematic review and meta-analysis research with the topic related to public health and health pomotion (protocol was registed in PROSPERO). Now we want to...
03 March 2021 8,920 3 View
dear community, my model is based feature extraction from non stationary signals using discrete Wavelet Transform and then using statistical features then machine learning classifiers in order to...
03 March 2021 6,994 5 View
I just wanted to check if I need to run a linear regression separately if I am using PROCESS MACRO to run mediation analysis. Thank you.
02 March 2021 4,359 3 View
If the detection range is in ng/ml but the reference range is in ug/ml for a molecule or protein in serum or plasma .how to dilute and what is the initial volume to be taken for quantitative analysis
02 March 2021 7,670 3 View
Is There Any Feasible Method To Test The Efficiency Of Fluorescent Compounds Other Than UV Spectrometers ? Suggestions Would Be Appreciated !
02 March 2021 5,785 3 View
I am wanting to calculate the average trend in maximum annual NDVI in Iceland from 2010-2020 using MODIS MYD13Q1 V6. How would I do this? I have currently inserted the NDVI bands from the MODIS...
02 March 2021 752 2 View