Thank you very much ! I already wrote an Inputfile. Could you help me to get it running on FEAPpv please? I tried to copy the Inputfile into the main folder, where the feappv executable is located: /Users/Duc/feappv/feappv-4.1i/main. But I always get the message, that the file does not exist :
I n p u t F i l e n a m e s
Specify filenames:
Input Data (default: NONE ) :
Enter Name --> IDreiD.txt
*ERROR* FILNAM: Specified input file: IDreiD.txt
does not exist. Reinput filename.
-------------------------------------
The only way I can get it working is to do the following:
bash-3.2$ cd /Users/Duc/feappv/feappv-4.1i/main
bash-3.2$ ls
IDreiD.txt feappv feappv.f feappv.o makefile
bash-3.2$ alias feappv="/Users/Duc/feappv/feappv-4.1i/main/feappv"
bash-3.2$ feappv
F I N I T E E L E M E N T A N A L Y S I S P R O G R A M
FEAPpv (P e r s o n a l V e r s i o n)
(C) Regents of the University of California
All Rights Reserved.
VERSION: 4.1 Revision i
DATE: 21 April 2018
I n p u t F i l e n a m e s
Specify filenames:
Input Data (default: NONE ) :
Enter Name --> IDreiD.txt
Files are set as: Status Filename
Input (read ) : Exists IDreiD.txt
Output (write) : New ODreiD.txt
Restart (read ) : New RDreiD.txt
Restart (write) : New RDreiD.txt
Caution, existing write files will be overwritten.
Are filenames correct?( y or n; r = redefine all; s = stop) :y
R U N N I N G F E A P p v P R O B L E M N O W
Input a macro instruction: Enter "help" for list of commands.
Enter "exit" to end with restart save, "quit" to end without restart save.
List 15 Macro 1>
I have to write in these commands everytime i start a new command line, is this normal ?
Why can't I just create a new directory for each Inputfile I have, copy the FEAPpv executable into the same directory and run FEAPpv from there, as I would on Windows ?
It's seems a little bit inconvenient since it's so easy to start FEAPpv on Windows.
Thank you again for your time !