server#

class ansys.fluent.core.generated.solver.tui_242.main_menu.server(service, version, mode, path)#

Bases: TUIMenu

Enter the server menu.

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

Classes:

print_connected_clients(service, version, ...)

Prints the name of the connected client and its IP address to the console.

print_server_address(service, version, mode, ...)

Prints the host address and port number of the server to the console.

print_web_server_info(service, version, ...)

shutdown_server(service, version, mode, path)

Shuts-down the server and disconnects the connected client.

start_client(service, version, mode, path)

Start the ANSYS Fluent remote visualization client.

start_server(service, version, mode, path)

Starts the server for the ANSYS Fluent remote visualization client.

start_web_server(service, version, mode, path)

stop_web_server(service, version, mode, path)

write_or_reset_server_info(service, version, ...)

Allows you to create a new server_info.txt file (with any name you specify), which resets the password for connecting to this server session.

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

class print_connected_clients(service, version, mode, path)#

Bases: TUIMethod

Prints the name of the connected client and its IP address to the console.

class print_server_address(service, version, mode, path)#

Bases: TUIMethod

Prints the host address and port number of the server to the console.

class print_web_server_info(service, version, mode, path)#

Bases: TUIMethod

.

class shutdown_server(service, version, mode, path)#

Bases: TUIMethod

Shuts-down the server and disconnects the connected client.

class start_client(service, version, mode, path)#

Bases: TUIMethod

Start the ANSYS Fluent remote visualization client.

class start_server(service, version, mode, path)#

Bases: TUIMethod

Starts the server for the ANSYS Fluent remote visualization client.

class start_web_server(service, version, mode, path)#

Bases: TUIMethod

.

class stop_web_server(service, version, mode, path)#

Bases: TUIMethod

.

class write_or_reset_server_info(service, version, mode, path)#

Bases: TUIMethod

Allows you to create a new server_info.txt file (with any name you specify), which resets the password for connecting to this server session. It does not restart the server.