ansys.dyna.core.pre.internals.defaults#
Default configuration for PyDYNA pre.
Functions#
|
Get the default IP address used throughout the library. |
|
Get the default port used throughout the library. |
Get the default connection timeout used throughout the library. |
|
Get the flag to decide whether to print communicator stats(INTERNAL ONLY). |
|
Get the maximum message length for a grpc channel. |
|
Get the client-side default container path. |
|
Get the server-side default container path in case of containers. |
|
Get the client-side output directory used by containers. |
|
Get the server-side output directory used by containers. |
Module Contents#
- ansys.dyna.core.pre.internals.defaults.ip()[source]#
Get the default IP address used throughout the library.
- ansys.dyna.core.pre.internals.defaults.port()[source]#
Get the default port used throughout the library.
- ansys.dyna.core.pre.internals.defaults.connection_timeout()[source]#
Get the default connection timeout used throughout the library.
- ansys.dyna.core.pre.internals.defaults.print_communicator_stats()[source]#
Get the flag to decide whether to print communicator stats(INTERNAL ONLY).
- ansys.dyna.core.pre.internals.defaults.max_message_length()[source]#
Get the maximum message length for a grpc channel.
- ansys.dyna.core.pre.internals.defaults.get_examples_path()[source]#
Get the client-side default container path.
- ansys.dyna.core.pre.internals.defaults.get_examples_path_for_containers()[source]#
Get the server-side default container path in case of containers.
In case of a container, the user data directory is mounted within the container image.