pnStudy: Ambient Temperature close to Jet drops

Trying to figure out the ambient temperature where close to the jet drops for the pnStudy module (blog:bliu11102014). This hasn't been found before (From Keira's runs). Here I tried to reproduce one of Bruce's runs and also a run of Keira. For Bruce's run, the ambient temperature is 1000K, and the temperatures close to the jet drops to 100K around 660y. For Keira's run, the ambient temperature is 100K. And the temperature of similar area doesn't drop — as listed in 1 and 2 below.

A. Cooling Floor Temperature

Jonathan helped me figure out the cooling played a role here. The floor temperature for the cooling is 100K and when it reaches 100K it shuts off the cooling. That's why in Keira's case, it won't see the drop. But whenever the ambient temperature is higher than 100K, there is a drop

B. Misleading comments in problem.data

It was also found the comments for the temperature parameters in the problem.data was misleading. Here's the current problem.data

!      BACKGROUND or “AMBIENT” SECTION. Values apply to origin
tamb = 1d3           ! ambient temp, 1cu = 0.1K (100K=1000cu)     

...

tjet  = 1000d0      ! flow temp, 1cu = 0.1K (100K=1000cu)

Both of these should be in Kelvin and 1 cu = 10K

!      BACKGROUND or “AMBIENT” SECTION. Values apply to origin
tamb = 1d3           ! ambient temp in Kelvin ( 1cu = 10K)

...

tjet  = 1000d0      ! flow temp in Kelvin ( 1cu = 10K)

C. Results

  1. Reproduce Keira's run with current code
Main Parameters Baowei's Run Keira's Run
tamb = 1d2; namb = 4e2; outflowType = 1; njet = 1d2; Rjet = 1d0; vjet = 2e7; tjet = 1d1; http://www.pas.rochester.edu/~bliu/pnStudy/AmbientTempIssue/jetTemperature_repKeira.png https://dl.dropboxusercontent.com/u/35223511/Research/final%20wiki/vel_temps/jet_10k_veltemp0000.png
  1. Reproduce Bruce's run
Main Parameters Baowei's Run Bruce's Run
tamb = 1d3; namb = 4e4; outflowType = 1; njet = 4d4; Rjet = 2d0; vjet = 2e7; tjet = 1000d0; http://www.pas.rochester.edu/~bliu/pnStudy/AmbientTempIssue/jetTemperature_repBruce.png http://www.pas.rochester.edu/~bliu/pnStudy/AmbientTempIssue/ambientTemp_fromBruce.jpg
  1. Test for different ambient Temperatures — all other parameter are same
Tamb =1d2 http://www.pas.rochester.edu/~bliu/pnStudy/AmbientTempIssue/jetTemperature_Tabt100.png
Tamb =2d2 http://www.pas.rochester.edu/~bliu/pnStudy/AmbientTempIssue/jetTemperature_Tabt200.png
Tamb =3d2 http://www.pas.rochester.edu/~bliu/pnStudy/AmbientTempIssue/jetTemperature_Tabt300.png
Tamb =4d2 http://www.pas.rochester.edu/~bliu/pnStudy/AmbientTempIssue/jetTemperature_Tabt400.png
Tamb =5d2 http://www.pas.rochester.edu/~bliu/pnStudy/AmbientTempIssue/jetTemperature_Tabt500.png

Comments

No comments.