Input file problems
Input file problems
(OP)
I am unable to run my .inp file through either abaqus command or through viewer. When i try to do it through abaqus i get that "abaqus" is an unrecognized command and when i try through viewer to run the script, it brings up that * is invalid syntax
uncommented program
*NODE, NSET=ALLNODES
1, 0, 0, 0
2, 0.3, 0, 0
3, 0.3, 0.225, 0
*ELEMENT, ELSET=ALLELEMENTS, TYPE=T2D2
1, 1, 2
2, 2, 3
3, 3, 1
*MATERIAL, NAME=STEEL
*ELASTIC
24E9
*SOLID SECTION, MATERIAL=STEEL, ELSET=ALLELEMENTS
7.85E-05
*BOUNDARY
1, pinned
3, pinned
*STEP,AMPLITUDE=RAMP
*STATIC
*CLOAD
3, 1, 300
3, -2, 150
*EL PRINT, POSITION=CENTROIDAL
S,E
*END STEP
uncommented program
*NODE, NSET=ALLNODES
1, 0, 0, 0
2, 0.3, 0, 0
3, 0.3, 0.225, 0
*ELEMENT, ELSET=ALLELEMENTS, TYPE=T2D2
1, 1, 2
2, 2, 3
3, 3, 1
*MATERIAL, NAME=STEEL
*ELASTIC
24E9
*SOLID SECTION, MATERIAL=STEEL, ELSET=ALLELEMENTS
7.85E-05
*BOUNDARY
1, pinned
3, pinned
*STEP,AMPLITUDE=RAMP
*STATIC
*CLOAD
3, 1, 300
3, -2, 150
*EL PRINT, POSITION=CENTROIDAL
S,E
*END STEP





RE: Input file problems
ex-corus (semi-detached)
RE: Input file problems
Try running it with a command similar to abq671 changing the number for your version number. The command 'abaqus' is suppose to be mapped to the latest version but that might be broken on your computer. I usually go straight to tech support for this sort of question because it really is more a software usability issue instead of an FEA question. I hope this helps.
Rob Stupplebeen