turbo_arte
Technical User
thread214-1785016
The above thread helped me run the MEANGEN, STAGEN, MULTALL programs (with Fortran 77). However, the output files (flow_out and grid_out) that come from running the last program, Multall, are somehow not in the right format. Therefore, I cannot use the last PLOTTING program that requires the two files as input.
The author provides example files for each MEANGEN, STAGEN and MULTALL, but not for the PLOTTING part.
I am wondering if any of the past/current users, would be willing to run a simple case on Multall (like a sample case such simple compressor contained in the "multall-test-cases" folder) and post the output files to test the last PLOTTING program and help me understand how to debug this problem.
Thanks,
This is the program I am referencing:
It can be freely downloaded from a dropbox.
Any help would be really tremendous! only takes a few minutes
EDIT: just to make it easier these are the steps (Linux)
1. download multall from dropbox link (see above)
2. sudo apt-get install gfortran
3. in the "multall program" folder (located in the MULTALL folder), create a text file called "intype", it must have the single letter N (can also contain O)
4. gfortran -mcmodel=medium multall-open-17.5.f -o multall (a different version can also be picked, this must be run from the multall program folder)
5. ./multall < 3stg-compr+samods-17.5.dat (this file is located in the multall-test-cases folder and should be moved to the the multall program folder before running, there are other test cases, I was hoping to run a compressor one)
That's it! There should be a few output files, but the ones I'm looking for are the two unformatted output files "flow_out" and "grid_out
The above thread helped me run the MEANGEN, STAGEN, MULTALL programs (with Fortran 77). However, the output files (flow_out and grid_out) that come from running the last program, Multall, are somehow not in the right format. Therefore, I cannot use the last PLOTTING program that requires the two files as input.
The author provides example files for each MEANGEN, STAGEN and MULTALL, but not for the PLOTTING part.
I am wondering if any of the past/current users, would be willing to run a simple case on Multall (like a sample case such simple compressor contained in the "multall-test-cases" folder) and post the output files to test the last PLOTTING program and help me understand how to debug this problem.
Thanks,
This is the program I am referencing:
It can be freely downloaded from a dropbox.
Any help would be really tremendous! only takes a few minutes
EDIT: just to make it easier these are the steps (Linux)
1. download multall from dropbox link (see above)
2. sudo apt-get install gfortran
3. in the "multall program" folder (located in the MULTALL folder), create a text file called "intype", it must have the single letter N (can also contain O)
4. gfortran -mcmodel=medium multall-open-17.5.f -o multall (a different version can also be picked, this must be run from the multall program folder)
5. ./multall < 3stg-compr+samods-17.5.dat (this file is located in the multall-test-cases folder and should be moved to the the multall program folder before running, there are other test cases, I was hoping to run a compressor one)
That's it! There should be a few output files, but the ones I'm looking for are the two unformatted output files "flow_out" and "grid_out