檢視 Subroutine callspecgeneration(nnode,x,y,eg,generation) 的原始碼
←
Subroutine callspecgeneration(nnode,x,y,eg,generation)
跳至導覽
跳至搜尋
由於以下原因,您無權編輯此頁面:
您請求的操作只有這個群組的使用者能使用:
使用者
您可以檢視並複製此頁面的原始碼。
This function is activated by [[$usegenspecfunc]]. It is similar to [[Subroutine callgeneration(x,y,z,generation,ind)]] <br> However, it is sending the whole x,y, and generation matrix. Not the single value. subroutine callspecgeneration(nnode,x,y,eg,generation) use nrtype ,only : dp,i4b,i8b use global2d implicit none integer(i8b), intent(in) :: nnode ! total node number real(dp) , intent(inout) :: x(nnode),y(nnode),eg(nnode),generation(nnode) ! matrix x, matrix y, Bandgap, and generation real(dp) :: xp,yp,bandgap integer :: i,j do i=1,nnode xp=x(i) yp=y(i) bandgap=eg(i) if(xp>2.0 .and. xp<3.0) then generation(i)=0.0_dp end if end do !print*, " This function usually for solar cell application where its generation rate will be related to the bandgap. !print*, "You should not call 2D-ddcc.exe to run callspecgeneration. You should use 2D-ddcc-dyna.exe to run it." !stop end subroutine
返回到「
Subroutine callspecgeneration(nnode,x,y,eg,generation)
」。
導覽選單
個人工具
登入
命名空間
頁面
討論
臺灣正體
視圖
閱讀
檢視原始碼
檢視歷史
更多
搜尋
導覽
首頁
近期變更
隨機頁面
MediaWiki說明
工具
連結至此的頁面
相關變更
特殊頁面
頁面資訊