Simulation Core
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 

20 rader
508 B

  1. # 1 "/mnt/c/Projects/VSIM/SimulationCore2/CSharp/Problems/CKickProblemsVariables.f90"
  2. module CKickProblemsVariables
  3. use CProblemDifinition
  4. implicit none
  5. public
  6. ! Input vars
  7. type :: KickProblemsType
  8. type(CProblem) :: Kick
  9. integer :: FluidType
  10. integer :: FlowRate
  11. integer :: OverBalancePressure
  12. logical :: IsAutoMigrationRateSelected
  13. real(8) :: AutoMigrationRate
  14. end type KickProblemsType
  15. end module CKickProblemsVariables