Hi,
I do not have much experience in Fortran but have to use it in order to model the heat release rate of a diesel engine. The program is from a book called "Internal Combustion Engines:Applied Thermosciences" and requires a subroutine called LEQIF. Its purpose is a linear equation solution - full matrices (virtual memory version). This needs to be in Fortran 77 and is an algorithm which uses a version of gaussian elimination operating on blocks of MA columns, two at a time. If anyone has the code for this subroutine or can offer a similar Fortran 77 subroutine it would be greatly appreciated.
Thanks
Chris
I do not have much experience in Fortran but have to use it in order to model the heat release rate of a diesel engine. The program is from a book called "Internal Combustion Engines:Applied Thermosciences" and requires a subroutine called LEQIF. Its purpose is a linear equation solution - full matrices (virtual memory version). This needs to be in Fortran 77 and is an algorithm which uses a version of gaussian elimination operating on blocks of MA columns, two at a time. If anyone has the code for this subroutine or can offer a similar Fortran 77 subroutine it would be greatly appreciated.
Thanks
Chris