Hi everyone.
I am trying to read data from an external file into my ABAQUS input file. i have read up on the *INCLUDE, INPUT= option and understand its function. However, my problem is this: I have a DSLOAD, and the input file is as follows:
*DSLOAD
__PICKEDSURF33, EDNOR, 0.175
Now, instead of 0.175 as my load magnitude, I want to read a value in form an external file. How would I do that??
Ive tried reading in the whole second line, ie have the following:
*DSLOAD
*INCLUDE, INPUT=file
where file (which I can create each time changing the load magnitude as needed) contains __PICKEDSURF33, EDNOR, 0.175 but then i get an error saying the DSLOAD option needs a surface name.
Thank for your help,
Andrea
I am trying to read data from an external file into my ABAQUS input file. i have read up on the *INCLUDE, INPUT= option and understand its function. However, my problem is this: I have a DSLOAD, and the input file is as follows:
*DSLOAD
__PICKEDSURF33, EDNOR, 0.175
Now, instead of 0.175 as my load magnitude, I want to read a value in form an external file. How would I do that??
Ive tried reading in the whole second line, ie have the following:
*DSLOAD
*INCLUDE, INPUT=file
where file (which I can create each time changing the load magnitude as needed) contains __PICKEDSURF33, EDNOR, 0.175 but then i get an error saying the DSLOAD option needs a surface name.
Thank for your help,
Andrea