SavanGowda
Mechanical
- Aug 13, 2015
- 8
Hello Everyone!
I want to use DISP subroutine to assign user defined boundary condition to the model. I have a set of nodes and the coordinates of these in x, y, and z directions. I have calculated the values of sound pressure for the corresponding nodes through MATLAB and written the output in a .txt file. I don't have any knowledge about the subroutines as I am new to it and my project now requires to assign user defined boundary conditions. I have read the Abaqus 6.12 documentation for DISP subroutine and as my knowledge goes I understood that if U(1) = displacement, then
U(2) = velocity &
U(3) - acceleration.
and now that I need to assign sound pressure instead of displacement, I think
U(1) = sound pressure.
I need to assign these pressure values which I have obtained in the .txt file to the nodes corresponding to the coordinates nodes in a SET as the boundary condition.
For example my .txt file contains values as shown below:
Nodes x-coord, y-coord, z-coord, pressure values
1 1 2 3 123.4
... ... ... ... ...
Usually we have to specify the node name and assign the values. Now that I have all the Nodes, Coordinates and the Pressure values, I want to assign these pressure values to the corresponding Nodes belonging to respective coordinates.
Please help me with this. I would be really helpful to finish the last part of my project.
Thanks in advance
Regards,
Savan
I want to use DISP subroutine to assign user defined boundary condition to the model. I have a set of nodes and the coordinates of these in x, y, and z directions. I have calculated the values of sound pressure for the corresponding nodes through MATLAB and written the output in a .txt file. I don't have any knowledge about the subroutines as I am new to it and my project now requires to assign user defined boundary conditions. I have read the Abaqus 6.12 documentation for DISP subroutine and as my knowledge goes I understood that if U(1) = displacement, then
U(2) = velocity &
U(3) - acceleration.
and now that I need to assign sound pressure instead of displacement, I think
U(1) = sound pressure.
I need to assign these pressure values which I have obtained in the .txt file to the nodes corresponding to the coordinates nodes in a SET as the boundary condition.
For example my .txt file contains values as shown below:
Nodes x-coord, y-coord, z-coord, pressure values
1 1 2 3 123.4
... ... ... ... ...
Usually we have to specify the node name and assign the values. Now that I have all the Nodes, Coordinates and the Pressure values, I want to assign these pressure values to the corresponding Nodes belonging to respective coordinates.
Please help me with this. I would be really helpful to finish the last part of my project.
Thanks in advance
Regards,
Savan