Page 15 - Demo
P. 15
Interface to Maple%uf09f%uf09fRCPConsult2020-2025Page 1511.Generation of Run ScriptIf some module of STRUREL performs a calculation, it operates with three states of analysis: Deterministic Solution (StrurelMode=0), Intermediate States (StrurelMode=1) and final Stochastic Solution (StrurelMode=2). An additional Run Script, covering all steps of analysis in terms of Mapleengine, can be created. Together with a Maplescript, containing definition of the state function, this comprises a bundle of two files which can be executed independentlyof STRUREL software on any computer platform (Windows,Linuxor macOS) which supports the Mapleengine. To activate generation of a Run Script use Resultscategory in Preferencesdialog box of STRUREL module.If a generation of a Run Script is activated, two kinds of script can be produced. For external interface script with definition of state function, for example: Stone.mpl, a script with name: run$Stone.mplwill be created on a run event. If the state function definition is a direct expression, then a script with name: run$expressionN.mplwill be generated, where N is some sequential number. The bundle of run$Stone.mpland Stone.mplscripts or the single script run$expressionN.mplcontains all data of the analysis and can be executed from command line or in terminal mode independly of STRUREL software. For example in Windows environment you can use commands: cmaple-q-w0\cmaple-q-w0\Attention: in the unlicensed version of the MapleInterface creation of data for Intermediate Statesis disabled.