pnStudy: clump bubble

Modified the density for area r<Rjet from

if (outflowType == clump .AND. r2.lt.Rjet) then
 q(i,j,k,1) = namb/nScale+&
               njet/nscale*(1d0-(r2/Rjet)**2) ![cu]
...
end if

to

if (outflowType == clump .AND. r2.lt.Rjet) then
 q(i,j,k,1) = njet/nScale
...
end if

to make the density inside equal to nJet while it was a value of stratified…

And the results look like this

time rho_scaled
t=0 http://www.pas.rochester.edu/~bliu/pnStudy/ticket440/rhoScale0000.png
t= 0.003 C.U. http://www.pas.rochester.edu/~bliu/pnStudy/ticket440/rhoScale0001.png

clump bubble movie

Comments

No comments.