Dear Professor Taylor,
thank you very much for your quick reply! I had a look at the "MESH, filename" solution command because it seemed to be exactly what i was looking for.
I created two files:
1st file: contains force b.c and the solution command (ihalfcircle)
2nd file:contains displacement b.c. (idisp_bc)
When I use the solution command written below, the force boundary problem is solved. And as I added a INTEr command at the end it is still possible to enter additional solution commands. If now the "MESH, filename" command is entered, the second mesh file is read and the problem is set up properly as a displacement problem. Entering another tang,,1 solves the displacement boundary problem correctly.
Unfortunately, I wasn't able to use the "MESH, filename" command in a pure BATCh mode. So, when I remove the comment in the solution command below, the following tang,,1 command is ignored and no displacements for the inner grid nodes are calculated. Am I making an apparent mistake?
Regards,
Mani Gebbers
BATCh
!MESH, idisp_bc
LOOP,newton,10
TANG,,1
next,newton
DISPlacement all
plot,wipe
plot,defo
plot,mesh
plot,cont,2
END
INTEr
STOP