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.
 
 
 
 
 
 

14 lines
350 B

  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