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. This function does not return any data.
For FDTD, MODE, CHARGE, HEAT, FEEM, DGTD,
Syntax |
Description |
---|---|
run; |
Launch the simulation in parallel mode as defined in the resource manager. |
run([solver]); |
Launch the simulation using [solver] in parallel mode as defined in the resource manager. |
For FDTD only,
Syntax |
Description |
---|---|
run("FDTD", [resource type])
|
Launch the FDTD simulation using [resource type]:
This allows to use the specified resource without affecting the CPU/GPU toggle in the resource configuration. |
For INTERCONNECT,
Syntax |
Description |
---|---|
run; |
Launch the simulation. The simulation will be run using the settings from the first active resource in the resource manager. |
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, FDTD GPU Solver Information