Simulation Core
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

CLostProblemsVariables.f90 373 B

pirms 1 gada
1234567891011121314151617
  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. ! procedure (ActionInteger), pointer :: LostCirculationPtr
  11. contains
  12. end module CLostProblemsVariables