Line 6: | Line 6: | ||
''Source code:'' | ''Source code:'' | ||
:*Optimisations for gfortran and ifort compilers (-ipo)(SPHysicsgen.f) | :*Optimisations for gfortran and ifort compilers (-ipo)(SPHysicsgen.f) | ||
− | :*CFL_number is | + | :*CFL_number is input in CaseN.txt to calculate dt (SPHysicsgen.f; getdata.f; variable_time_step.f) |
:*dt corrected for Predictor-correct algorithm (step_predictor_corrector.f) | :*dt corrected for Predictor-correct algorithm (step_predictor_corrector.f) | ||
:*Equation of state for an ideal gas (SPHysicsgen.f ; EoS_IdealGas.f) | :*Equation of state for an ideal gas (SPHysicsgen.f ; EoS_IdealGas.f) | ||
Line 22: | Line 22: | ||
''Postprocessing:'' | ''Postprocessing:'' | ||
− | :*Paraview programs in Fortran. New file | + | :*Paraview programs in Fortran. New file in Postprocessing/fortranRoutines: PART2VTU_2D/3D.f |
This page details code changes with their date and their version numbers
11 February 2009 - v1.4.000:
Source code:
BATCH files:
CaseN.txt:
Postprocessing:
22 April 2008 - v1.2.000 :
12 November 2007 - v1.0.003 :
08 August 2007 - v1.0.002 :
06 August 2007 - v1.0.001 :
01 August 2007 - v1.0 :