Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations SDETERS on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Achieving specific surface shape

Status
Not open for further replies.

SM1994

Bioengineer
Mar 25, 2020
49
Hello
I developing a model, in my model I want that the surface of my sample become similar to a desired shape by manipulating the inputs which are the pressure in each chamber, thickness and the chamber diameter.

Is there anyway that ABAQUS would manipulate/optimise the parameters so the surface area reach to a certain shape?
The pictures are attached.

Thanks
 
 https://files.engineering.com/getfile.aspx?folder=95456f4d-8b72-4b03-a5a6-6660637fa919&file=all.png
Replies continue below

Recommended for you

It should be possible with Python scripting or with Isight. But you will need a criterion that will let the software know that desired shape was achieved. For example you could place a rigid dome over the sample and enable contact. Then set the criterion to stop the analysis when contact between these parts occurs.
 
There are also other ways to get information about the thickness/position of a region.

- Request COORD to check the deformed coordinates of nodes
- Use a Cartesian connector between specific node pairs and request output of the connector displacement and connector position
 
Thank you for your responses.
Sorry for delayed reply as evidently my email notification was turned off.
However, in the meantime I had found a way to address that issue. My method is to generate a path using points (instead of nodes) then plot the XY and store the results, but since I want to change the intervals and some other properties, I want to feed my point list via a CSV file, instead of adding point list.
during the process of running the script I face the following error:
TypeError: expression;found 'file', expecting a recognized type filling string dict.

I understand the script does not recongnize the input file, but I do not know how should I modify it?
The CSV file is attached.

The error happens in line including:
Code:
[session.Path(name='point_list', type=POINT_LIST, expression=Data)]


Thanks for your help in advance.

Both Code and CSVfile is attached.


Thanks[attach_link]https://files.engineering.com/getfile.aspx?folder=f8cd4eac-f886-4603-916a-291274a665af&file=Model_3_ver5.rar[/attach_link]
 
 https://files.engineering.com/getfile.aspx?folder=f8cd4eac-f886-4603-916a-291274a665af&file=Model_3_ver5.rar
Status
Not open for further replies.

Part and Inventory Search

Sponsor