start#

class ansys.fluent.core.generated.solver.settings_251.start(name=None, parent=None)#

Bases: Command

Start the web server.

Parameters:
session_namestr

Name for the web server.

portint

Listening port for the web server.

port_spanint

Number of ports to try starting from given ‘port’ for the web server.

job_service_urlstr

Job service URL to register Fluent.

email_idstr

Specify the email address for email notification on job startup.

Arguments

Argument

Summary

session_name

Name for the web server.

port

Listening port for the web server.

port_span

Number of ports to try starting from given ‘port’ for the web server.

job_service_url

Job service URL to register Fluent.

email_id

Specify the email address for email notification on job startup.

Included in:

Parent

Summary

web_server

REST and WebSocket based web server.