Your model has many Problems.
What is Point 2 for?
I think material and load units are not correct.....Check them.
I think your model is something like below...
# Cantilever Beam under concentrated load at the end of it.
# ******************************************************************
model BasicBuilder -ndm 2 ndf 3;
node 1 0 0
node 2 5 0
node 3 10 0
fix 1 1 1 1
geomTransf Linear 1
element elasticBeamColumn 1 1 2 3600 4227 1080000 1
element elasticBeamColumn 2 2 3 3600 4227 1080000 1
tnx hnaderi
but
when i wrote your codes in opensees.exe &Tcleditor i face to problem!
when i wrote in opensees.exe it showed me outputs (node2.out node3.out) but both of them were blank!!
and when i wrote in Tcleditor and ran it showed me in the blackpage something like this"couldnt read file :no such file or directory end of script reached,press any key to continue" with no output!!
pls help me