result:mapdl run
Version: 0.0.0
Description
Solve in mapdl a dat/inp file and returns a datasources with the rst file.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | mapdl_exe_path | string | |
| Pin 1 | working_dir | string | |
| Pin 2 | number_of_processes | int32 | Set the number of MPI processes used for resolution (default is 2) |
| Pin 3 | number_of_threads | int32 | Set the number of threads used for resolution (default is 1) |
| Pin 4 Required | data_sources | data_sources | data sources containing the input file. |
| Pin 5 | server_mode | bool | used when a user includes commands in the input file allowing to launch DPF server inside MAPDL to interact with MAPDL using DPF client API |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | data_sources | data_sources | returns the data source if the server_mode pin is not set to yes |
| Pin 1 | ip | string | returns the Ip if the server_mode pin is set to yes |
| Pin 2 | port | string | returns a port when the server mode pin is set to yes |
Configurations
| Name | Expected type(s) | Default value | Description |
|---|---|---|---|
| mutex | bool | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
Scripting
Category: result
Plugin: mapdl
Scripting name: mapdl.run
Full name: result.mapdl.run
Internal name: mapdl::run
License: None
Changelog
- Version 0.0.0: Initial release.