In another attempt, with following input file, it does not recognises *FIELD and *PREPRINT and gives this warning
WARNING: The following keywords/parameters are not yet supported by the input file reader:
---------------------------------------------------------------------------------
*FIELD
*PREPRINT
INPUT FILE SNIPPET
ASSEMBLY
**
*Assembly, name=Assembly
**
*Instance, name=Part-1-1, part=Part-1
*End Instance
**
*Nset, nset=NODESET, instance=Part-1-1, generate
1, 66, 1
*Nset, nset=_PickedSet5, internal, instance=Part-1-1
1, 11, 12, 22, 23, 33, 34, 44, 45, 55, 56, 66
*Elset, elset=_PickedSet5, internal, instance=Part-1-1
2, 19, 22, 39, 42, 59, 62, 79, 82, 99
*Nset, nset=_PickedSet6, internal, instance=Part-1-1, generate
56, 66, 1
*Elset, elset=_PickedSet6, internal, instance=Part-1-1, generate
82, 100, 2
*Elset, elset=__PickedSurf7_S1, internal, instance=Part-1-1, generate
1, 19, 2
*Surface, type=ELEMENT, name=_PickedSurf7, internal
__PickedSurf7_S1, S1
*Elset, elset=__PickedSurf9_S1, internal, instance=Part-1-1, generate
1, 19, 2
*Surface, type=ELEMENT, name=_PickedSurf9, internal
__PickedSurf9_S1, S1
*End Assembly
[highlight #FCAF3E]*Amplitude, name=Amp-1, time=TOTAL TIME
0., 1., 2., 2., 4., 3.[/highlight]
**
** MATERIALS
**
*Material, name=Material-1
*Density
1800.,
[highlight #FCE94F]*Elastic, dependencies=1
3e+07, 0.3, , 1.
1.2e+08, 0.3, , 2.
1.6e+08, 0.3, , 3.[/highlight]
**
** BOUNDARY CONDITIONS
**
** Name: BC-1 Type: Symmetry/Antisymmetry/Encastre
*Boundary
_PickedSet6, ENCASTRE
** Name: BC-2 Type: Symmetry/Antisymmetry/Encastre
*Boundary
_PickedSet5, PINNED
** ----------------------------------------------------------------
**
** STEP: Step-1
**
*Step, name=Step-1, nlgeom=NO
*Static
2., 2., 2e-05, 2.
**
[highlight #FCAF3E]** field variable definition
*FIELD, VARIABLE=1, AMPLITUDE=Amp-1
NODESET, 2[/highlight]
** LOADS
**
** Name: Load-1 Type: Pressure
*Dsload
_PickedSurf7, P, 5000.
**
** OUTPUT REQUESTS
**
*Restart, write, frequency=0
**
** FIELD OUTPUT: F-Output-1
**
*Output, field, variable=PRESELECT
**
** HISTORY OUTPUT: H-Output-1
**
*Output, history, variable=PRESELECT
*End Step
After importing the inp file by going to FILE-->IMPORT-->MODEL--> input filename, I went to MODEL-->Edit keywords-->selected my model name , which showed the input file(attached below) but when compared from input file that i imported, these two were different. The difference is that ABAQUS is completely overlooking **field variable definition, this is not visible there. Can you pl. guide?