Analysis with FEMGV 6
The ANALYSE modelname command
can be used to run an external analysis program. The command executed is dependent
on the analysis environment of the model and these can be specified in the resource
file as follows:
Femsys.FEMGEN.CommandLine.ANALYSIS ENVIRONMENT : analysis code path
Femsys.FEMGEN.FileExtension.ANALYSIS ENVIRONMENT : input file extension
The command ‘analysis-code modelname.dat’ is then executed as a background process.
The command executed may be a batch file, shell script or executable.
For example:
By setting the following resources:
Femsys.FEMGEN.CommandLine.DIANA : C:\TNO\DIANA7.1\BIN\diana.exe
Femsys.FEMGEN.FileExtension.DIANA : dat
and using the command ANALYSE modelname. This will be used to execute the Diana program
in order to analyse the requested model as shown in figure 3.
Figure 3: Example of a analysis output window that is accessed through the ANALYSE
modelname command