Specific Nodes Results
Specific Nodes Results
(OP)
Hello,
I´m having some troubles exctrating some specific nodes results. Heat Transfer Field.
I have a simple 2D plate and i need some specif node temperature after running the job. How can i pre-select this nodes (before running the job) and then acess their value ?
Thank you in advance.
I´m having some troubles exctrating some specific nodes results. Heat Transfer Field.
I have a simple 2D plate and i need some specif node temperature after running the job. How can i pre-select this nodes (before running the job) and then acess their value ?
Thank you in advance.





RE: Specific Nodes Results
You should create a node set, including the nodes you are interested in, in Assembly section or in part section.
Example:
I created an element set (named Substrate) in part section (Part name: TBCsys-1)and I put it in the step section as below:
*Step, name=Step- 1 , nlgeom=YES
*Static
0.1, .1, 7.3e-10, .1
**
** PREDEFINED FIELDS
**
** Name: Predefined Field- 1 Type: Temperature
*Temperature, amplitude= amp1-C1
TBCsys-1.nodeall, 1.
**
** OUTPUT REQUESTS
**
*Restart, write, frequency=1,overlay
**
** FIELD OUTPUT: F-Output- 1
**
*Output, field, frequency=1
*Node Output
U
*Element Output, elset=TBCsys-1.Substrate, directions=YES
EE, S, THE, TEMP
*End Step
Love
RE: Specific Nodes Results
Thank you very much.
I just start to use abaqus cae a few weeks ago.
How can i creat this points ? what is the icon ? In what module ?
I dont want the node values, i need the values of nodes in element faces, i certain cases, they are not in the same positions than nodes.
I Know how to creat a set of point and exctract those but i dont know who to creat point, to creat a ser after.
Thank U !
RE: Specific Nodes Results
RE: Specific Nodes Results
I can i create a set of those points and then extract the results ?
It is possible to label this results pos job ?
Thanks
RE: Specific Nodes Results
It is better to provide a photo.
if possible, partition the plate so that you can seed the partition edge so that you can get the result for the points which you are interested in.