CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > ANSYS Meshing & Geometry

[ANSYS Meshing] PML element is not in the 3-D PML region

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 2, 2014, 10:29
Default PML element is not in the 3-D PML region
  #1
New Member
 
Hirata Masato
Join Date: Jul 2014
Posts: 1
Rep Power: 0
mickey hirata is on a distinguished road
I try to examine monopole radiation with x=0 plane sound-hard boundary condition.
But I have trouble by above message.
please give me suggestion to solve this problem.

I executed program below in ANSYS14.5.

/title,Radiation from a monopole
/nopr
/prep7

! define material properties
rho=1.2041 ! mass density
soundv=343.26 ! sound speed
freq=1.e3 ! working frequency
wavel=soundv/freq ! wavelength
pi=3.1415926535
omega=2.*pi*freq ! angular frequency
p0=0.5*freq ! amplitude of pressure
*dim,a,array,4
a(1)=0
a(2)=a(1)+1*wavel
a(3)=a(2)+1*wavel
a(4)=a(3)+1*wavel
h=(a(2)-a(1))/6
nz1=(a(3)-a(1))/h
sourcepoint=2/3*h ! source point of x


! set model dimensions
*do,j,1,3
sphere,a(j),a(j+1),0,90
*enddo
local,12
wpcsys,,12
vsbw,all
vsel,s,volu,,4,4
vsel,a,volu,,6,6
vsel,a,volu,,8,8
vdel,all
vsel,all
vglu,all

! define elements and material
local,11 ! set up local coordinate system
wpcsys,,11
et,11,200,7 ! temporary element
et,1,30,0,1 ! normal element
et,2,30,0,1,,1 ! PML element
mp,dens,1,rho
mp,sonc,1,soundv

! assign e and m
vsel,s,volu,,5,5 ! interior
vsel,a,volu,,1,1 ! interior
vatt,1,,1,11 ! normal element region
vmesh,all
vsel,s,volu,,2,2 ! exterior
vatt,1,,2,11 ! pml element region
vmesh,all

nummrg,kp ! merge nodes
etdel,11
alls

! constrains on PML exterior surface

asel,s,ext
asel,u,loc,x,0
asel,u,loc,y,0
asel,u,loc,z,0
nsla,s,1
d,all,pres,0.


! constrains on x=0 symmetric plane
nsel,s,loc,x,0
d,all,pres,0.
alls


! analytic incident dipole inside of model
awave,1,MONO,pres,int,p0,0,sourcepoint,0,0,rho,sou ndv
finish

! perform a solution
/solu
antype,harmic ! harmonic analysis
harfrq,freq ! frequency for analysis
hfscat,total ! scattered formulation
!ascres,total ! output total pressure field
solve
finish
mickey hirata is offline   Reply With Quote

Reply

Tags
pml


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
[Other] Mesh Importing Problem cuteapathy ANSYS Meshing & Geometry 2 June 24, 2017 05:29
Unstabil Simulation with chtMultiRegionFoam mbay101 OpenFOAM Running, Solving & CFD 13 December 28, 2013 13:12
[Commercial meshers] Using starToFoam clo OpenFOAM Meshing & Mesh Conversion 33 September 26, 2012 04:04
[Other] StarToFoam error Kart OpenFOAM Meshing & Mesh Conversion 1 February 4, 2010 04:38
[Gmsh] Import gmsh msh to Foam adorean OpenFOAM Meshing & Mesh Conversion 24 April 27, 2005 08:19


All times are GMT -4. The time now is 01:12.