Filter löschen
Filter löschen

extract the stress/stain values in elements in numerical model

10 Ansichten (letzte 30 Tage)
Sahar
Sahar am 11 Apr. 2023
Beantwortet: Manikanta Aditya am 28 Apr. 2023
Hi Everyone,
I am extremely new for Matlab/Abaqus.
I already have a code and I would like to add on this code a part which - tell Matlab to extract the stress/strain values in a specific elements from a numerical model? to do that do I need my code to generate ODB files first ?
Please when asnwring my question I will extremely appreaicte simple, detailed descrbition as I mentioned I am extremely new to this and I have never use finite element softwares before.
thanks,

Antworten (1)

Manikanta Aditya
Manikanta Aditya am 28 Apr. 2023
Hi Sahar,
As per my understanding, you are interested to know whether it is needed to generate ODB files to extract the stress/strain values in a specific element from a numerical model.
If you have the numerical model and generated the output, you may not need to generate ODB files and you can extract the output from numerical model output files.
For example, if your output files are in MATLAB format, you can load the files using ‘load’ function and extract output using indexing. If the output files are in different format such as a CSV or text file, you can use ‘readtable’ command to load the data into MATLAB and use indexing to extract specific values.
Please refer to the following documentation for more info on:
I hope this resolves the issue you were facing.

Kategorien

Mehr zu Stress and Strain finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by