Executing the RecurDyn Solver

 

RecurDyn Windows solver is ready to run once the two inputs files are created and moved to a working directory on the Windows computer.

 

To use the Windows console (recommended)

1.  Type the following on the Windows console (with/without the file extension):

“<Install Dir>/Bin/Solver/RDSolverRun.exe” rmd_file rss_file

 

To use the executable file (not recommended)

1.  Execute the RDSolverRun.exe file. So, you can see the following contents.

 

______________________________________________________

 

RecurDyn Program Menu (Version #)

___________________________________________

Build Date

Build Time

___________________________________________

 

^^Enter your option STA or STOP^^

 

     Type the STA: You can see the following contents.

 

^^Enter the name of the Auto-Command File or EXIT or ENTER^^

 

    Type the name of the Auto-Command File: You can simulate models using a rcf file. The rcf file is simply the rss file with the name of the rmd file added to the first line.

 

An example of the rcf file is:

Model_1.rmd

SIM/DYN, END = 5, STEP = 100

STOP

 

    Press the EXIT key: You can run exit.

 

    Press the ENTER key: You can see the following contents.

 

^^Enter RMD filename or STOP^^

 

Type the name of the RMD file: You have to input the name of the rmd file as the absolute path like the following contents.

 

E:\Test\SimpleTest\Model

 

After then, you can see the following contents. Type the command wanted.

 

** ENTER COMMAND:

          

An Example of command is:

line1: sim/sta,end=1.0,step=100

line2: sim/dyn,end=5.0,step=100

line3: stop

line4: sim/sta,end=1.0,step=100

line5: sim/dyn,end=5.0,step=100

line6: stop

 

There are two parts of command line group. From line1 to line3 is a list of scenarios like a rss file. The real execute command is line4 to line6. To see more information about commands supported, click here.

 

Note

In Windows 7,8, Vista and 10 , RDSolverRun.exe must be “run as administrator," or it can always throw an exception. If you run it directly, start it with "Run as Administrator," available in Windows 7,8, Vista and 10 in the context menu of the RDSolverRun.exe file. If you run it from a Windows console(command line prompt), administrator rights are not required.