Simulation Core
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

CLostProblemsVariables.i90 350 B

hace 1 año
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