|
| 1 | +======= |
| 2 | +Plotting profiles on outer divertor plate: |
| 3 | +======= |
| 4 | + |
| 5 | +profile(com.yyrb,bbb.ne[com.nx,],title=“Electron density”, xlabel=“Distance along outer plate (m)”, ylabel=“ne (1/m**3)”) |
| 6 | + |
| 7 | +profile(com.yyrb,bbb.ng[com.nx,],title=“Hydrogen atom density”, xlabel=“Distance along outer plate (m)”, yfrlabel=“ng(1/m**3)”) |
| 8 | + |
| 9 | +profile(com.yyrb,bbb.te[com.nx,]/bbb.ev,title=“Electron temperature”, xlabel=“Distance along outer plate (m)”, ylable=“Te (eV)”) |
| 10 | + |
| 11 | +profile(com.yyrb,bbb.ti[com.nx,]/bbb.ev,title=“Ion temperature”, xlabel=“Distance along outer plate (m)”, ylable=“Ti (eV)”) |
| 12 | + |
| 13 | +profile(com.yyrb,bbb.feex[com.nx,],title=“Electron thermal heat flux *area”, xlabel=“Distance along outer plate (m)”, ylabel=“feex”) |
| 14 | + |
| 15 | +profile(com.yyrb,bbb.feix[com.nx,],title=“Ion thermal heat flux *area”, xlabel=“Distance along outer plate (m)”, ylabel=“feix”) |
| 16 | + |
| 17 | + |
| 18 | +======= |
| 19 | +Plotting profiles on inner divertor plate: |
| 20 | +======= |
| 21 | + |
| 22 | +profile(com.yylb,bbb.ne[0,],title=“Electron density”, xlabel=“Distance along inner plate (m)”, ylabel=“ne (1/m**3)”) |
| 23 | + |
| 24 | +profile(com.yylb,bbb.ng[0,],title=“Hydrogen atom density”, xlabel=“Distance along inner plate (m)”, ylabel=“ng(1/m**3)”) |
| 25 | + |
| 26 | +profile(com.yylb,bbb.te[0,]/bbb.ev,title=“Electron temperature”, xlabel=“Distance along inner plate (m)”, ylabel=“Te (eV)”) |
| 27 | + |
| 28 | +profile(com.yylb,bbb.ti[0,]/bbb.ev,title=“Ion temperature”, xlabel=“Distance along inner plate (m)”, ylabel=“Ti (eV)”) |
| 29 | + |
| 30 | +profile(com.yylb,-bbb.feex[0,],title=“Electron thermal heat flux *area”, xlabel=“Distance along inner plate (m)”, ylabel=“feex”) |
| 31 | + |
| 32 | +profile(com.yylb,-bbb.feix[0,],title=“Ion thermal heat flux *area”, xlabel=“Distance along inner plate (m)”, ylabel=“feix”) |
| 33 | + |
| 34 | +======= |
| 35 | +Plotting midplane profiles: |
| 36 | +======= |
| 37 | + |
| 38 | +profile(com.yylb,bbb.ne[bbb.ixmp,],title=“Electron density at midplane”, xlabel=“Distance from separatrix (m)”, ylabel=“ne (1/m**3)”) |
| 39 | + |
| 40 | +profile(com.yylb,bbb.ng[bbb.ixmp,],title=“Hydrogen atom density at midplane”, xlabel=“Distance from separatrix (m)”, ylabel=“ng(1/m**3)”) |
| 41 | + |
| 42 | +profile(com.yylb,bbb.te[bbb.ixmp,]/bbb.ev,title=“Electron temperature at midplane”, xlabel=“Distance from separatrix (m)”, ylabel=“Te (eV)”) |
| 43 | + |
| 44 | +profile(com.yylb,bbb.ti[bbb.ixmp,]/bbb.ev,title=“Ion temperature at midplane”, xlabel=“Distance from separatrix (m)”, ylabel=“Ti (eV)”) |
| 45 | + |
| 46 | + |
| 47 | + |
0 commit comments