Skip to main content

result:mapdl run

Version: 0.0.0

Description

Solve in mapdl a dat/inp file and returns a datasources with the rst file.

Inputs

InputNameExpected type(s)Description
Pin 0mapdl_exe_pathstring
Pin 1working_dirstring
Pin 2number_of_processesint32Set the number of MPI processes used for resolution (default is 2)
Pin 3number_of_threadsint32Set the number of threads used for resolution (default is 1)
Pin 4
Required
data_sourcesdata_sourcesdata sources containing the input file.
Pin 5server_modeboolused 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

OutputNameExpected type(s)Description
Pin 0data_sourcesdata_sourcesreturns the data source if the server_mode pin is not set to yes
Pin 1ipstringreturns the Ip if the server_mode pin is set to yes
Pin 2portstringreturns a port when the server mode pin is set to yes

Configurations

NameExpected type(s)Default valueDescription
mutexboolfalseIf 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.