Run the current simulation. When the simulation finishes, all simulation data will be saved to the current simulation file. The updated simulation file will then be re-loaded by the GUI.
For FDTD,
Syntax |
Description |
---|---|
run; |
Launch the simulation in parallel mode as defined in the resource manager. This function does not return any data. |
run(option1); |
Option1 (default: 3) can be:
|
For MODE, CHARGE, HEAT, FEEM, DGTD and INTERCONNECT,
Syntax |
Description |
---|---|
run; |
Launch the simulation. The simulation will be run using the settings from the first active resource in the resource manager. This function does not return any data. |
Example
Create and run a new simulation in FDTD.
newproject; # create a new simulation file addfdtd; # add the FDTD simulation region adddipole; # add a diopole source run; # run the simulation in parallel mode
See Also
runanalysis , addjob , runjobs , save , load