8.3. Project Running Directory




The modeFRONTIER Project FileTM (filename.prj) contains all the data the user was requested to enter during the project building process. It is a binary compressed file which includes all the external and template files included in the Work Flow. It also includes all the previous calculated designs, the DOE Initial Table and all the different Response Surfaces associated with the designs database.

All these data are used by modeFRONTIER Project FileTM during the analysis loop unpacking them in the Project Running Directory. modeFRONTIER Project FileTM will create a directory called with the same name as the project file name and will postfix it with a progressive number to avoid any project overlap. For example if the user runs a project named test.prj the project running directory will be test_0000. Let us see how the structure of this new created directory looks.

	test_0000
		\
		| log
		| proc
		|     \
		|      | DES_00001
		|      |       \
		|      |        | applicationA_0000
		|      |        | applicationB_0000
		|      |
		|      | DES_00002
		|      | DES_00003
		|      | DES_00004
		|      | DES_00005
		|
		| usrdata

Here follows a short description of the Project Running Directory structure and the data stored in it.


Return to modeFRONTIER Index