Simulation Core
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

12 行
284 B

  1. module CShoeVariables
  2. implicit none
  3. public
  4. ! variables
  5. integer :: FormationNo
  6. real(8) :: ShoeDepth
  7. real(8) :: LeakOff
  8. real(8) :: Breakdown
  9. real(8) :: FracturePropagation
  10. logical :: InactiveFracture
  11. contains
  12. end module CShoeVariables