Graphical Resolver of T4s is distributed as bunch of python scripts, which can be placed in chosen system directory.
To perform analysis one should modify input file input.txt, which is contained in downloaded package. It is needed to
create graphical file of computational model, which should be placed inside the projects folder. Graphical results of analysis
will be saved in the directory named results. Below, structure of GRoT> files is given.
The most important files for the user
projects/ - directory of graphical files of models ready to be analysed
results/ - directory of graphical results and results gallery
input.txt - input file of analysis
run.py - starting script of software
Internal files
mlib.py - material library
solver.py - stiffness matrix generation and solving
bmp.py - convertion of graphical file of model to FE model
prep.py - creation of nodes, elements and boundaries
tools.py - secondary functions and timer
postpro.py - postprocessor of displacement, strains and stresses
deformed.py - postprocessor of deformed geometries