Recent content by Aerospark
-
A
Fortran Dealing with IMPLICIT Definitions and Variable Type Errors in FORTRAN Code?
So I have been trying to write a code which calls from REFPROP subroutines to get thermodynamic properties and then uses these to do some other calculations. I am facing two issues: 1) The REFPROP subroutines require IMPLICIT definitions so I can't say IMPLICIT none at the top, and this may...- Aerospark
- Thread
- Error Fortran
- Replies: 2
- Forum: Programming and Computer Science
-
A
Fortran Why Am I Getting an 'Out of Range in G Table' Error in FORTRAN?
Ok so basically I am trying to write code that can call from a fluid properties subroutine similar to refprop but it is called FLUID. I need to call the subroutine with temperature and pressure, and have it come back with density, compressibility, and etc. It should be able to do this, however...- Aerospark
- Thread
- Fortran
- Replies: 1
- Forum: Programming and Computer Science