I need to perform certain mathematical operations on eigen vectors. For that I need to get the vectors. I am using ANSYS APDL for modal analysis.
Hi,
You have to write macro for that.
After your solution
/POST1
ASEL,S,LOC,Y,0.085
NSLA,S,1
NPLOT ! select required nodes
*GET,a_count,NODE,1,COUNT !count of the selected nodes
set,last ! set pointer to last of the frequency count
*get,a_modecnt,active,,set,sbst ! get count of modes
*VGET,testarry,NODE,NoNodes,NLIST,,,, 4 ! get the node numbers of selected one in array
!defining nodal mask array to avoid repeated selection
*DIM,na_mask,ARRAY,a_count
*VGET,na_mask(1),NODE,1,NSEL ! create mask
!defining array for co-ordinates and vector data
*DIM,acoust_cord,ARRAY,a_count,(3+a_modecnt)
*DO,I,1,a_count
*VMASK,na_mask(1) ! Mask on selected nodes
*VGET,acoust_cord(I,1),NODE,testarry(I),LOC,X ! Get node x
*VMASK,na_mask(1)
*VGET,acoust_cord(I,2),NODE,testarry(I),LOC,Y ! Get node y
*VGET,acoust_cord(I,3),NODE,testarry(I),LOC,Z! Get node z
*DO,J,1,a_modecnt
SET,1,J ! Open the mode
*VGET,acoust_cord(I,3+J),NODE,testarry(I),PRES ! pressure data
*ENDDO
!!!! writting acoustic data
*CFOPEN,veena_a_0.03,csv
!*VMASK,na_mask(1)
*VWRITE,acoust_cord(1,1),acoust_cord(1,2),acoust_cord(1,3),acoust_cord(1,4),acoust_cord(1,5),acoust_cord(1,6),acoust_cord(1,7),acoust_cord(1,8)
%g %g %g %g %g %g %g %g
*CFCLOSE
Thanks a lot.
I would like to know anything about finite element (FE) model updating based on frequency response functions (FRFs).
01 February 2015 7,788 8 View
I am not able to understand how this is working in APDL.
01 February 2015 3,489 7 View
I want to tune natural frequencies of first few modes of vibration of a shell. Which are the best iterative methods for finite element model updating of above mentioned problem.
07 August 2014 8,685 9 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
We assume that the difference is huge and that it is not possible to compare the two spaces. The R^4 mathematical space considers time as an external controller and the space itself is immobile in...
10 August 2024 6,678 14 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 need to model an anisotropic material in which the Poisson's ratio ν_12 ≠ ν_21 and so on. Therefore, the elastic compliance matrix wouldn't be a symmetric one. In ANSYS APDL, for TB,ANEL...
09 August 2024 5,048 2 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
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