An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Are you asking if it is possible to run FEKO Lua scripts in CADFEKO or POSTFEKO? CADFEKO and POSTFEKO have options to allow running scripts, configuring scripts (init variables) and run in non-interactive mode (no GUI). These are described in the documentation, but I have repeated them below.
--non-interactive Special execution mode for running automation scripts without user interaction.
--run-script SCRIPTFILE Specifies an automation script to load and run.
--configure-script CONFIGSTRING Executes the string CONFIGSTRING before running the script specified in SCRIPTFILE. This options is only used with the “non-interactive” option.
Hello CrisWu,
Are you asking if it is possible to run FEKO Lua scripts in CADFEKO or POSTFEKO? CADFEKO and POSTFEKO have options to allow running scripts, configuring scripts (init variables) and run in non-interactive mode (no GUI). These are described in the documentation, but I have repeated them below.
Special execution mode for running automation scripts without user interaction.
Specifies an automation script to load and run.
Executes the string CONFIGSTRING before running the script specified in SCRIPTFILE. This options is only used with the “non-interactive” option.