Simulation Core
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CLostProblemsVariables.f90 278 B

преди 1 година
преди 1 година
123456789101112
  1. module CLostProblemsVariables
  2. use CProblemDifinition
  3. implicit none
  4. public
  5. ! Input vars
  6. type::LostProblemsType
  7. type(CProblem) :: LostCirculation
  8. real(8) :: FlowRate
  9. end type LostProblemsType
  10. end module CLostProblemsVariables