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

CLostProblemsVariables.i90 350 B

1年前
12345678910111213
  1. # 1 "/mnt/c/Projects/VSIM/SimulationCore2/CSharp/Problems/CLostProblemsVariables.f90"
  2. module CLostProblemsVariables
  3. use CProblemDifinition
  4. implicit none
  5. public
  6. ! Input vars
  7. type::LostProblemsType
  8. type(CProblem) :: LostCirculation
  9. real(8) :: FlowRate
  10. end type LostProblemsType
  11. end module CLostProblemsVariables