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 want to do start working on final PhD thesis, for this proposal defence i need a strong model and emergin area of my field, i am little bit confused what area should i select accordin to my...
24 February 2024 6,393 3 View
How much power full laptop or workstation laptop is good for fast simulations in physics and chemistry as well as to run siesta, virtual machine, Ubuntu and linex please?
04 December 2023 3,202 3 View
Evaluation of sediment flux (Qs) and grain type as signals across Sediment-Routing systems is a commonly followed practice. Why don't we consider stratigraphic architecture/pattern as a signal,...
02 November 2023 8,856 3 View
Do Germany, France and Italy maintain shariah index?
31 October 2023 5,355 2 View
Dear Researchers, I am currently seeking a collaborator who would be willing to cover the Article Processing Charges (APC) for the publication of my research article in the Arabian Journal of...
21 June 2023 8,921 1 View
Nbc-Ni Cermets samples are sintered in a vacuum sintering furnace at @1450 degrees. The Samples were placed in the Alumina Piece as shown in the attached pictures. after sintering the color of the...
11 May 2022 5,324 5 View
Hi, I need to find the dimension and size of protein using PyMOL ,is there any one who could help me in this regard? That how to find the size and dimensions of protein and separately its chains?
29 June 2021 3,926 7 View
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,869 4 View
After buckling analysis of a lipped channel section how to get maximum force value?
15 October 2020 5,473 1 View
I have a list of DEGs of Staphylococcus epidermis and I want to perform GO enrichment and KEGG pathway enrichment analysis in R. can anybody please help in this regard. I will appreciate your...
03 June 2020 4,501 1 View
I would like to learn more about SPSS and Its application especially in regards to data analysis. Please suggest me how I can learn more about it. Thank you so much.
11 August 2024 9,101 4 View
I have reverse sequences (AB1 format), can I base on reverse DNA sequences to perform nucleotide alignment, convert nucleotides to amino acids and deposit the sequence in GenBank database?
11 August 2024 5,138 1 View
Hello, Why do i see this baseline drift when i compare my blank (black) to the sample (blue)? Any suggestions as to why this happened? Thank you!
11 August 2024 3,770 4 View
Willett, Shenoy et al. (2021) have developed a brain computer interface (BCI) that used neural signal collected from the hand area of the motor cortex (area M1) of a paralyzed patient. The...
10 August 2024 7,180 0 View
I'm currently exploring the application of Python in textile engineering, specifically in areas like data analysis, process automation, and the development of smart textiles. I'm interested in...
10 August 2024 7,429 2 View
How can I use the cif data obtained from rietveld refinement extracted via gsas2, for microstructural analysis using ETEX software?
09 August 2024 7,718 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
Let's say we have a standard, regular hexagonal honeycomb with a 3-arm primitive unit cell (something like the figure attached; the figure is only representative and not drawn to scale). The...
07 August 2024 1,937 1 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
A fungal strain was treated with nanoparticles. We want to do an environmental SEM analysis. So could anyone share your views on preparing the sample? Thank you.
07 August 2024 5,307 1 View